NuRadioReco.modules.voltageToEfieldConverterPerChannelGroup module

class NuRadioReco.modules.voltageToEfieldConverterPerChannelGroup.voltageToEfieldConverterPerChannelGroup[source]

Bases: object

This module is intended to reconstruct the electric field from dual-polarized antennas, i.e., two antennas with orthogonal polarizations combined in one mechanical structure. This is the typical case for air-shower detectors such as Auger and LOFAR.

Converts voltage trace to electric field per channel group.

Methods

begin([use_MC_direction])

Initializes the module

run(evt, station, det)

Performs computation for voltage trace to electric field per channel

end

begin(use_MC_direction=False)[source]

Initializes the module

Parameters:
use_MC_direction: bool

If True, the MC direction is used for the reconstruction. If False, the reconstructed angles are used.

run(evt, station, det)[source]

Performs computation for voltage trace to electric field per channel

Will provide a deconvoluted (electric field) trace for each channel from the stations input voltage traces

Parameters:
evt: event data structure

the event data structure

station: station data structure

the station data structure

det: detector object

the detector object

end()[source]