eelbrain.pipeline.RawMaxwell

class eelbrain.pipeline.RawMaxwell(source, bad_condition='error', **kwargs)

Maxwell filter raw pipe

Parameters:
source : str

Name of the raw pipe to use for input data.

bad_condition : str

How to deal with ill-conditioned SSS matrices; by default, an error is raised, which might prevent the process to complete for some subjects. Set to 'warning' to proceed anyways.

session : str | sequence of str

Session(s) to use for estimating ICA components.

mne.preprocessing.maxwell_filter() parameters.