eelbrain.pipeline.MneExperiment.load_raw_stc

MneExperiment.load_raw_stc(mask=False, morph=False, ndvar=True, samplingrate=None, tstart=None, tstop=None, **kwargs)

Load a raw file as mne Raw object.

Parameters
  • mask (Union[bool, str]) – Discard data that is labelled unknown by the parcellation. Parcellation name (str) to specify a parcellation, True to use the state-parc` state parameter. Only applies when ndvar=True, default False.

  • morph (bool) – Morph the source estimates to the common_brain (default False).

  • ndvar (bool) – Load as NDVar instead of mne Raw object (default True).

  • samplingrate (Optional[int]) – Samplingrate in Hz for the analysis.

  • tstart (Optional[float]) – Crop the raw data. After cropping the time axis will be reset, i.e., the tstart will be set to t = 0.

  • tstop (Optional[float]) – Crop the raw data.

  • ..

    Applicable State Parameters:

    • session: from which session to load raw data

    • raw: preprocessing pipeline