NuRadioReco.modules.channelResampler module

class NuRadioReco.modules.channelResampler.channelResampler[source]

Bases: object

Resamples the trace to a new sampling rate.

Methods

run(evt, station, det[, sampling_rate])

Resample channel traces.

begin

end

begin()[source]
run(evt, station, det, sampling_rate=None)[source]

Resample channel traces.

Parameters:
evt, station, det

Event, Station, Detector

sampling_rate: float (Default: None)

In units ‘1 / time’ provides the desired sampling rate of the data. If None, take sampling rate from detector description.

end()[source]