NuRadioReco.modules.efieldToVoltageConverterPerEfield module
- class NuRadioReco.modules.efieldToVoltageConverterPerEfield.efieldToVoltageConverterPerEfield(log_level=0)[source]
Bases:
object
This module applies the antenna response to each electric field individually and stores the resulting voltage traces in the SimStationclass as SimChannel objects
Methods
run
(evt, station, det)Converts simulated electric fields to voltage traces for each channel in a sim station.
end
- run(evt, station, det)[source]
Converts simulated electric fields to voltage traces for each channel in a sim station.
- Parameters:
- evtEvent
The event object.
- stationSimStation (or Station)
The SimStation object. If a Station object is provided, it is detected and the SimStation is automatically retrived from the Station object
- detDetector
The detector object.
- Returns:
- None
- Raises:
- LookupError
If the station has no electric fields.