NuRadioReco.modules.LOFAR.beamforming_utilities module

NuRadioReco.modules.LOFAR.beamforming_utilities.mini_beamformer(fft_data, frequencies, positions, direction)[source]

Adapted from PyCrTools hBeamformBlock

Beamform the spectra given the arrival direction. Based on the arrival direction, the geometric delays are calculated.

NuRadioReco.modules.LOFAR.beamforming_utilities.beamformer(fft_data, frequencies, delay)[source]

Beamform the spectra according to the given delays.

NuRadioReco.modules.LOFAR.beamforming_utilities.geometric_delays(ant_pos, sky)[source]

Calculate the geometric delays of given antenna position, given an arrival direction in the sky.

NuRadioReco.modules.LOFAR.beamforming_utilities.GeometricDelayFarField(position, direction, length)[source]