icecube.radcube.modules.RemoveTAXIArtifacts module¶
- class icecube.radcube.modules.RemoveTAXIArtifacts.RemoveTAXIArtifacts(ctx)¶
Bases:
I3Module
This class is a wrapper to run the
icecube.radcube.TAXIArtifactRemover
on the measured digitized waveforms in the frame. See the documentation for that class for more information on the underlying algorithmsNote that this code is only meant to be run on the raw ADC amplitudes. i.e. do not run it on waveforms that have already been filtered or otherwise modified.
- Configure((I3Module)arg1) None : ¶
- C++ signature :
void Configure(PythonModule<I3Module> {lvalue})
- DAQ((I3Module)arg1, (I3Frame)arg2) None : ¶
- C++ signature :
void DAQ(PythonModule<I3Module> {lvalue},boost::shared_ptr<I3Frame>)