Table Of Contents

Previous topic

pycrtools.tasks.loraanalysis

Next topic

pycrtools.tasks.plotfootprint

This Page

pycrtools.tasks.minibeamformer

CoordinateGrid([obstime, ut1_utc, L, phi]) Coordinate grid for images.
MiniBeamformer([ws, parfile]) This beamformer is deliberately designed to be fast, lightweight and simple.
Task([ws, parfile]) Base class from which all tasks should be derived.

Mini beamformer

Module author: Pim Schellart <p.schellart@astro.ru.nl>

class pycrtools.tasks.minibeamformer.MiniBeamformer(ws=None, parfile=None, **kwargs)

This beamformer is deliberately designed to be fast, lightweight and simple.

Forms a beam in one given direction from a set of input antennas.

Input parameters

antpos [default value: None ]
Antenna positions.
beamformed_fft
Resulting beamformed FFT signal.
blocksize
Number of samples in a block.
direction [default value: (0.0, 90.0) ]
Pointing as (az, el) tuple in degrees in the LOFAR convention.
fft_data [default value: None ]
Input FFT data.
frequencies [default value: None ]
Frequencies.
nantennas
Number of antennas.
nfreq
Number of frequencies.
run()

Run the task.