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.

Methods

as_dict()

cache(subject, recording)

Make sure the cache is up to date

get_connectivity(data)

get_sysname(info, subject, data)

load(subject, recording[, add_bads, …])

load_bad_channels(subject, recording)

make_bad_channels(subject, recording, …)

make_bad_channels_auto(*args, **kwargs)

mtime(subject, recording[, bad_chs])

Modification time of anything influencing the output of load