eelbrain.pipeline.MneExperiment.load_raw

MneExperiment.load_raw(self, add_bads=True, preload=False, ndvar=False, decim=1, **kwargs)

Load a raw file as mne Raw object.

Parameters:
add_bads : bool | list

Add bad channel information to the bad channels text file (default True).

preload : bool

Load raw data into memory (default False; see mne.io.read_raw_fif() parameter).

ndvar : bool

Load as NDVar instead of mne Raw object (default False).

decim : int

Decimate data (default 1, i.e. no decimation; value other than 1 implies preload=True)

Applicable State Parameters:

  • session: from which session to load raw data
  • raw: preprocessing pipeline

Notes

Bad channels defined in the raw file itself are ignored in favor of the bad channels in the bad channels file.