OpenMS
|
#include <OpenMS/PROCESSING/CENTROIDING/PeakPickerHiRes.h>
#include <OpenMS/PROCESSING/NOISEESTIMATION/SignalToNoiseEstimatorMedian.h>
#include <OpenMS/CONCEPT/ProgressLogger.h>
#include <OpenMS/KERNEL/SpectrumHelper.h>
Go to the source code of this file.
Classes | |
struct | PeakCandidate |
A small structure to hold peak candidates. More... | |
class | PeakPickerIterative |
This class implements a peak-picking algorithm for high-resolution MS data (specifically designed for TOF-MS data). More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Functions | |
bool | sort_peaks_by_intensity (const PeakCandidate &a, const PeakCandidate &b) |
struct OpenMS::PeakCandidate |
A small structure to hold peak candidates.
Class Members | ||
---|---|---|
int | index | |
double | integrated_intensity | |
double | leftWidth | |
float | mz | |
double | peak_apex_intensity | |
double | rightWidth |