35 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_PEAKWIDTHESTIMATOR_H 36 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_PEAKWIDTHESTIMATOR_H 66 PeakWidthEstimator(
const PeakMap & exp_picked,
const std::vector<std::vector<PeakPickerHiRes::PeakBoundary> > & boundaries);
76 double getPeakWidth(
double mz);
102 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_PEAKWIDTHESTIMATOR_H
double mz_max_
Definition: PeakWidthEstimator.h:97
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
b spline interpolation
Definition: BSpline2d.h:58
Rough estimation of the peak width at m/z.
Definition: PeakWidthEstimator.h:53
double mz_min_
m/z range of peak width interpolation
Definition: PeakWidthEstimator.h:96
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:82
BSpline2d * bspline_
B-spline for peak width interpolation.
Definition: PeakWidthEstimator.h:91