eelbrain.pipeline.RawMaxwell
- class eelbrain.pipeline.RawMaxwell(source, bad_condition='error', cache=True, **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.cache (bool) – Cache the resulting raw files (default
True
).... –
mne.preprocessing.maxwell_filter()
parameters.
See also