Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Attributes | List of all members
PeakPickerMaxima::PeakCandidate Struct Reference

The PeakCandidate describes the output of the peak picker. More...

#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakPickerMaxima.h>

Public Attributes

int pos
 index of the peak apex (relative to the input data) More...
 
int left_boundary
 index of the left boundary (relative to the input data) More...
 
int right_boundary
 index of the right boundary (relative to the input data) More...
 
double mz_max
 m/z value of the peak apex More...
 
double int_max
 intensity value of the peak apex More...
 

Detailed Description

The PeakCandidate describes the output of the peak picker.

It contains the m/z and intensity value of the peak candidate.

It also contains the original index in the m/z axis where the peak was found as well as an estimate of its right and left boundary.

Member Data Documentation

double int_max

intensity value of the peak apex

int left_boundary

index of the left boundary (relative to the input data)

double mz_max

m/z value of the peak apex

int pos

index of the peak apex (relative to the input data)

int right_boundary

index of the right boundary (relative to the input data)


OpenMS / TOPP release 2.0.0 Documentation generated on Wed Mar 30 2016 12:49:29 using doxygen 1.8.11