35 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_PEAKWIDTHESTIMATOR_H
36 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_PEAKWIDTHESTIMATOR_H
75 double getPeakWidth(
double mz);
101 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_PEAKWIDTHESTIMATOR_H
double mz_max_
Definition: PeakWidthEstimator.h:96
b spline interpolation
Definition: BSpline2d.h:55
Rough estimation of the peak width at m/z.
Definition: PeakWidthEstimator.h:52
double mz_min_
m/z range of peak width interpolation
Definition: PeakWidthEstimator.h:95
BSpline2d * bspline_
B-spline for peak width interpolation.
Definition: PeakWidthEstimator.h:90