eelbrain.pipeline.MneExperiment.load_epochs_stf
- MneExperiment.load_epochs_stf(subjects=None, baseline=True, mask=True, morph=None, 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'.1to use the current subject;-1for the current group. Default is current subject (or group ifgroupis specified).baseline (bool | Tuple[float | None, float | None]) – 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
unknownby the parcellation. Parcellation name (str) to specify a parcellation,Trueto use the parc/mask (parcellations) state parameter. Only applies whenndvar=True, defaultTrue.morph (bool) – Morph the source estimates to the common brain (default
False, except when loading multiple subjects andndvar=True).keep_stc (bool) – Keep the source timecourse data in the Dataset that is returned (default False).
... – State parameters.