eelbrain.pipeline.MneExperiment.make_bad_channels_auto

MneExperiment.make_bad_channels_auto(flat=1e-14, redo=False, **state)

Automatically detect bad channels

Works on raw='raw'

Parameters:
  • flat (scalar) – Threshold for detecting flat channels: channels with std < flat are considered bad (default 1e-14).

  • redo (bool) – If the file already exists, replace it (instead of adding).

  • ... – State parameters.