|
ProteoWizard
|
represents some generic metadata about a peak detected in a signal More...
#include <PeakDetector.hpp>
Public Attributes | |
| double | x |
| double | y |
| x value of a signal peak (or centroid) | |
| double | start |
| y value of a signal peak (or centroid), aka intensity/abundance/amplitude | |
| double | stop |
| double | area |
represents some generic metadata about a peak detected in a signal
Definition at line 37 of file PeakDetector.hpp.
| double pwiz::analysis::Peak::x |
Definition at line 39 of file PeakDetector.hpp.
| double pwiz::analysis::Peak::y |
x value of a signal peak (or centroid)
Definition at line 40 of file PeakDetector.hpp.
| double pwiz::analysis::Peak::start |
y value of a signal peak (or centroid), aka intensity/abundance/amplitude
Definition at line 41 of file PeakDetector.hpp.
| double pwiz::analysis::Peak::stop |
Definition at line 42 of file PeakDetector.hpp.
| double pwiz::analysis::Peak::area |
Definition at line 43 of file PeakDetector.hpp.
Referenced by testParabola().
1.8.1.1