lw_pipeline.helper.mne#

MNE helpers.

Functions

add_annotation_prefix(annotations[, prefix, ...])

Add a prefix to annotation descriptions with descriptions matching a regex.

find_assoc_deriv_bidspath(bids_path, description)

Get bids path for derivative file based on an associated bids path and description.

find_ch(identifier, ch_names[, ...])

Find actual channel name by identifier (e.g. Fp1 for "EEG Fp1").

find_chs(identifiers, ch_names[, ...])

Find actual channel names by identifiers (e.g. Fp1 for "EEG Fp1").

raw_from_source(source[, n_jobs, ...])

Produce an mne raw object from different sources.