ProteoWizard
Public Attributes
pwiz::analysis::Peak Struct Reference

represents some generic metadata about a peak detected in a signal More...

#include <PeakDetector.hpp>

List of all members.

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

Detailed Description

represents some generic metadata about a peak detected in a signal

Definition at line 37 of file PeakDetector.hpp.


Member Data Documentation

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().


The documentation for this struct was generated from the following file: