eelbrain.pipeline.MneExperiment.load_epochs_stf

MneExperiment.load_epochs_stf(subjects=None, baseline=True, mask=True, morph=False, keep_stc=False, **state)

Load frequency space single trial data

Parameters
  • subjects (str | 1 | -1) – Subject(s) for which to load data. Can be a single subject name or a group name such as 'all'. 1 to use the current subject; -1 for the current group. Default is current subject (or group if group is specified).

  • baseline (Union[bool, Tuple[Optional[float], Optional[float]]]) – Apply baseline correction using this period in sensor space. True to use the epoch’s baseline specification. The default is True.

  • 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 True.

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

  • keep_stc (bool) – Keep the source timecourse data in the Dataset that is returned (default False).

  • .. – State parameters.