ChromatogramRangeManager#

class pyopenms.ChromatogramRangeManager#

Bases: object

Cython implementation of _ChromatogramRangeManager

Original C++ documentation is available here

Range manager for chromatograms

This class manages retention time, m/z, and intensity ranges for multiple chromatograms. It extends the basic RangeManager to provide specialized functionality for chromatogram data.

The template parameters for the base RangeManager are ordered differently than in SpectrumRangeManager: - RangeRT (retention time) is the first parameter, as it’s the primary dimension for chromatograms - RangeIntensity is the second parameter - RangeMZ is the third parameter

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: ChromatogramRangeManager) None

Methods

clearRanges(self) None#
getMaxIntensity(self) float#
getMaxMZ(self) float#
getMaxRT(self) float#
getMinIntensity(self) float#
getMinMZ(self) float#
getMinRT(self) float#