MassTraces#

class pyopenms.MassTraces#

Bases: object

Cython implementation of _MassTraces

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

__init__()#
  • Cython signature: void MassTraces()

  • Cython signature: void MassTraces(MassTraces &)

Methods

__init__

  • Cython signature: void MassTraces()

getPeakCount

Cython signature: size_t getPeakCount()

getRTBounds

Cython signature: libcpp_pair[double,double] getRTBounds()

getTheoreticalmaxPosition

Cython signature: size_t getTheoreticalmaxPosition()

isValid

Cython signature: bool isValid(double seed_mz, double trace_tolerance)

updateBaseline

Cython signature: void updateBaseline()

Attributes

baseline#
getPeakCount()#

Cython signature: size_t getPeakCount()

getRTBounds()#

Cython signature: libcpp_pair[double,double] getRTBounds()

getTheoreticalmaxPosition()#

Cython signature: size_t getTheoreticalmaxPosition()

isValid()#

Cython signature: bool isValid(double seed_mz, double trace_tolerance)

max_trace#
updateBaseline()#

Cython signature: void updateBaseline()