33 #include "../../trace/trace.h"
48 double smoothwidth = 2.,
49 double integrationWidth = 4,
50 double intensityThreshold = 10.,
52 uint32_t maxnumberofpeaks = 0
68 Trace &filter(
Trace &data_points)
const override;
72 double m_smoothwidth = 2.;
73 double m_integrationWidth = 4;
74 double m_intensityThreshold = 10.;
76 uint32_t m_maxnumberofpeaks = 0;
generic interface to apply a filter on a trace
double m_resolution
instrument resolution
A simple container of DataPoint instances.
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...