NuRadioReco.modules.channelStopFilter module
- class NuRadioReco.modules.channelStopFilter.channelStopFilter[source]
Bases:
object
at the beginning and end of the trace (around the ‘stop’) our electronic produces a glitch this modules smoothly filters the beginning and the end of the trace
Methods
run
(evt, station, det[, filter_size, ...])- Parameters:
begin
end
- run(evt, station, det, filter_size=0.1, prepend=128, append=128)[source]
- Parameters:
- evt: Event
The event to run the module on
- station: Station
The station to run the module on
- det: Detector
The detector description
- filter_size: size of tukey window (float)
specifies the percentage of the trace where the filter is active. default is 0.1, i.e. the first 5% and the last 5% of the trace are filtered
- prepend: time interval to prepend
the time span that is filled with zeros and prepended to the trace
- append: time interval to append
the time span that is filled with zeros and appended to the trace