Peak2D

class pyopenms.Peak2D

Bases: object

Cython implementation of _Peak2D

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1Peak2D.html

This data structure is intended for continuous data or peak data. If you want to annotated single peaks with meta data, use RichPeak2D instead

__init__()
  • Cython signature: void Peak2D()

  • Cython signature: void Peak2D(Peak2D &)

Methods

__init__

  • Cython signature: void Peak2D()

getIntensity

Cython signature: float getIntensity() Returns the data point intensity (height)

getMZ

Cython signature: double getMZ() Returns the m/z coordinate (index 1)

getRT

Cython signature: double getRT() Returns the RT coordinate (index 0)

setIntensity

Cython signature: void setIntensity(float) Returns the data point intensity (height)

setMZ

Cython signature: void setMZ(double) Returns the m/z coordinate (index 1)

setRT

Cython signature: void setRT(double) Returns the RT coordinate (index 0)

getIntensity()

Cython signature: float getIntensity() Returns the data point intensity (height)

getMZ()

Cython signature: double getMZ() Returns the m/z coordinate (index 1)

getRT()

Cython signature: double getRT() Returns the RT coordinate (index 0)

setIntensity()

Cython signature: void setIntensity(float) Returns the data point intensity (height)

setMZ()

Cython signature: void setMZ(double) Returns the m/z coordinate (index 1)

setRT()

Cython signature: void setRT(double) Returns the RT coordinate (index 0)