MzMLSwathFileConsumer#
- class pyopenms.MzMLSwathFileConsumer#
Bases:
objectCython implementation of _MzMLSwathFileConsumer
- Original C++ documentation is available here
– Inherits from [‘FullSwathFileConsumer’]
- __init__()#
Overload:
- __init__(self, in_0: MzMLSwathFileConsumer) None
Overload:
- __init__(self, cachedir: bytes | str | String, basename: bytes | str | String, nr_ms1_spectra: int, nr_ms2_spectra: List[int]) None
Overload:
Methods
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#
- setExpectedSize(self, s: int, c: int) None#
- setExperimentalSettings(self, exp: ExperimentalSettings) None#