| | |
Provides parameters for the HighResPeakPicker peak picking feature. More...
| Header: | #include <MsXpS/libXpertMassCore/HighResPeakPicker.hpp> |
| HighResPeakPickerParameters() | |
| HighResPeakPickerParameters(const MsXpS::libXpertMassCore::Processing::HighResPeakPickerParameters &other) | |
| QString | toString() const |
| MsXpS::libXpertMassCore::Processing::HighResPeakPickerParameters & | operator=(const MsXpS::libXpertMassCore::Processing::HighResPeakPickerParameters &other) |
| double | minimumIntensity |
| qsizetype | missingPeakCount |
| double | signalToNoise |
Constructs a HighResPeakPickerParameters instance using defaults for members.
Constructs a HighResPeakPickerParameters instance using other as a template.
Crafts a string documenting this instance and returns it.
Assigns other to this instance and returns a reference to this instance.
Skip any data point from the input mass spectrum that has an intensity below this value.
Number of actual peaks admitted to be absent from the spline model.
Signal to noise ratio above which the peak picking process is aborted.
This value is used to filter centroids on the basis of the signal to noise estimation computed by LocalSignalToNoiseEstimator.
Setting this value to 0 removes the estimation of the signal to noise entirely.