RegularSwathFileConsumer#

class pyopenms.RegularSwathFileConsumer#

Bases: object

Cython implementation of _RegularSwathFileConsumer

Original C++ documentation is available here

– Inherits from [‘FullSwathFileConsumer’]

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: RegularSwathFileConsumer) None

Methods

__init__

Overload:

consumeChromatogram(self, c)

consumeSpectrum(self, s)

retrieveSwathMaps(self, maps)

setExpectedSize(self, s, c)

setExperimentalSettings(self, exp)

consumeChromatogram(self, c: MSChromatogram) None#
consumeSpectrum(self, s: MSSpectrum) None#
retrieveSwathMaps(self, maps: List[SwathMap]) None#
setExpectedSize(self, s: int, c: int) None#
setExperimentalSettings(self, exp: ExperimentalSettings) None#