eelbrain.pipeline.MneExperiment.load_epochs_stf

MneExperiment.load_epochs_stf(self, 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 : bool | tuple

Apply baseline correction using this period in sensor space. True to use the epoch’s baseline specification. The default is True.

mask : bool | str

Discard data that is labelled ‘unknown’ by the parcellation (only applies to NDVars, 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.