NuRadioReco.modules.channelAddCableDelay module
- class NuRadioReco.modules.channelAddCableDelay.channelAddCableDelay[source]
Bases:
object
Adds the cable delay to channels.
Methods
run
(evt, station, det[, mode])Adds cable delays to channels
begin
- run(evt, station, det, mode='add')[source]
Adds cable delays to channels
- Parameters:
- evt
NuRadioReco.framework.event.Event
- station
NuRadioReco.framework.station.Station
- detDetector
- modestr (default: “add”)
options: ‘add’ or ‘subtract’.
- evt
- NuRadioReco.modules.channelAddCableDelay.add_cable_delay(station, det, sim_to_data=None, trigger=False, logger=None)[source]
Add or subtract cable delay by modifying the
trace_start_time
.- Parameters:
- station: Station
The station to add the cable delay to.
- det: Detector
The detector description
- trigger: bool
If True, take the time delay from the trigger channel response. Only possible if
det
is of type rnog_detector.Detector. (Default: False)- logger: logging.Logger, default=None
If set, use
logger.debug(..)
to log the cable delay.