eelbrain.pipeline.Pipeline.make_bad_channels_selection

Pipeline.make_bad_channels_selection(raw=None, **state)[source]

GUI for selecting bad channels in continuous M/EEG recordings

Opens eelbrain.gui.select_channels() for the current subject. The document is the Pipeline-specific *_channels.tsv file under the derivatives/mne/ hierarchy (seeded from the BIDS source the first time it is written). Events come from labeled-events.

Parameters:
  • raw (str) – Which raw pipeline stage to display. Defaults to the source raw.

  • ... – State parameters (e.g. subject).