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)

Run the channelResampler

begin

end

begin(debug=False, log_level=30)[source]
run(evt, station, det, sampling_rate)[source]

Run the channelResampler

Parameters:
evt, station, det

Event, Station, Detector

sampling_rate: float

In units 1/time provides the desired sampling rate of the data.

end()[source]