ProteoWizard
|
PeakFitter implementation based on fitting a parabola. More...
#include <PeakFitter.hpp>
Classes | |
struct | Config |
Public Member Functions | |
PeakFitter_Parabola (const Config &config=Config()) | |
virtual void | fitPeak (const math::OrderedPairContainerRef &pairs, size_t index, Peak &result) const |
![]() | |
void | fitPeaks (const math::OrderedPairContainerRef &pairs, std::vector< size_t > &indices, std::vector< Peak > &result) const |
virtual | ~PeakFitter () |
Private Attributes | |
Config | config_ |
Additional Inherited Members | |
![]() | |
typedef pwiz::data::peakdata::Peak | Peak |
PeakFitter implementation based on fitting a parabola.
Definition at line 61 of file PeakFitter.hpp.
|
virtual |
Implements pwiz::analysis::PeakFitter.
Referenced by testParabola().
|
private |
Definition at line 81 of file PeakFitter.hpp.