MassTraces#
- class pyopenms.MassTraces#
Bases:
objectCython 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
Cython signature: void MassTraces()
Cython signature: size_t getPeakCount()
Cython signature: libcpp_pair[double,double] getRTBounds()
Cython signature: size_t getTheoreticalmaxPosition()
Cython signature: bool isValid(double seed_mz, double trace_tolerance)
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()