DTAFile

class pyopenms.DTAFile

Bases: object

Cython implementation of _DTAFile

Original C++ documentation is available here

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: DTAFile) None

Methods

__init__

Overload:

load(self, filename, spectrum)

store(self, filename, spectrum)

load(self, filename: Union[bytes, str, String], spectrum: MSSpectrum) None
store(self, filename: Union[bytes, str, String], spectrum: MSSpectrum) None