82 bool write_log_messages_ =
false;
A base class for all classes handling default parameters.
Definition DefaultParamHandler.h:66
This class represents a Gaussian lowpass-filter which works on uniform as well as on non-uniform prof...
Definition GaussFilterAlgorithm.h:48
This class represents a Gaussian lowpass-filter which works on uniform as well as on non-uniform prof...
Definition GaussFilter.h:47
void filter(MSChromatogram &chromatogram)
~GaussFilter() override=default
Destructor.
void filter(MSSpectrum &spectrum)
Smoothes an MSSpectrum containing profile data.
double spacing_
The spacing of the pre-tabulated kernel coefficients.
Definition GaussFilter.h:80
void filter(Mobilogram &mobilogram)
void filterExperiment(PeakMap &map)
Smoothes an MSExperiment containing profile data.
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
GaussFilter()
Constructor.
GaussFilterAlgorithm gauss_algo_
Definition GaussFilter.h:77
The representation of a chromatogram.
Definition MSChromatogram.h:30
In-Memory representation of a mass spectrometry run.
Definition MSExperiment.h:49
The representation of a 1D spectrum.
Definition MSSpectrum.h:44
The representation of a 1D ion mobilogram.
Definition Mobilogram.h:32
Base class for all classes that want to report their progress.
Definition ProgressLogger.h:27
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19