23 #ifndef _PEAKFITTER_HPP_ 24 #define _PEAKFITTER_HPP_ 48 Peak& result)
const = 0;
51 std::vector<size_t>& indices,
52 std::vector<Peak>& result)
const;
70 : windowRadius(_windowRadius)
89 #endif // _PEAKFITTER_HPP_
pwiz::data::peakdata::Peak Peak
Config(size_t _windowRadius=1)
interface for fitting peaks in an array of ordered pairs
PeakFitter implementation based on fitting a parabola.
wrapper class for accessing contiguous data as a container of OrderedPairs; note that it does not own...