eelbrain.pipeline.RawMaxwell

class eelbrain.pipeline.RawMaxwell(source, bad_condition='error', cache=True, flat=1e-14, **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).

  • flat (float) – Threshold for marking flat channels as bad (default 1e-14).

  • ...mne.preprocessing.maxwell_filter() parameters.

See also

Pipeline.raw

Notes

For empty room recordings, there is no dev_head_t information, coord_frame = 'meg' will be used automatically. Flat channels are automatically marked as bad with a threshold of parameter flat.