API Documentation#

lw_pipeline#

lw_pipeline:

Lightweight MNE Pipeline using MNE-Python and MNE-BIDS.

Pipeline(steps[, config])

Pipeline class to run the pipeline steps.

Config([config_file_path, verbose])

A class representing the configuration settings.

Pipeline_Exception

Exception class for the pipeline.

Pipeline_Step(description, config[, short_id])

Abstract class for a pipeline step.

Pipeline_Data(config)

Data representation for the pipeline.

Pipeline_MNE_BIDS_Data(config[, from_bids, ...])

Data representation of eeg/ieeg/meg files for the pipeline.

lw_pipeline.helper#

lw_pipeline.helper:

Helpers

mne

MNE helpers.

naming

Naming helpers.

report

Create a report of the pipeline's derivatives.