FIAMSScheduler

class pyopenms.FIAMSScheduler

Bases: object

Cython implementation of _FIAMSScheduler

Original C++ documentation is available here

ADD PYTHON DOCUMENTATION HERE

__init__()

Overload:

__init__(self) None

Scheduler for FIA-MS data batches. Works with FIAMSDataProcessor

Overload:

__init__(self, in_0: FIAMSScheduler) None

Overload:

__init__(self, filename: Union[bytes, str, String], base_dir: Union[bytes, str, String], load_cached_: bool) None

Methods

__init__

Overload:

getBaseDir(self)

Returns the base directory for the relevant paths from the csv file

run(self)

Run the FIA-MS data analysis for the batch defined in the @filename_

getBaseDir(self) Union[bytes, str, String]

Returns the base directory for the relevant paths from the csv file

run(self) None

Run the FIA-MS data analysis for the batch defined in the @filename_