SwathWindowLoader#

class pyopenms.SwathWindowLoader#

Bases: object

Cython implementation of _SwathWindowLoader

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: SwathWindowLoader) None

Methods

__init__

Overload:

annotateSwathMapsFromFile(self, filename, ...)

readSwathWindows(self, filename, ...)

annotateSwathMapsFromFile(self, filename: bytes | str | String, swath_maps: List[SwathMap], do_sort: bool, force: bool) None#
readSwathWindows(self, filename: bytes | str | String, swath_prec_lower: List[float], swath_prec_upper: List[float]) None#