trftools.pipeline.TRFExperiment.load_evoked_stf
- TRFExperiment.load_evoked_stf(subjects=None, baseline=True, mask=True, morph=None, keep_stc=False, **state)
Load frequency space evoked 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 labeled
unknownby the parcellation (defaultFalse). Usemask=Trueto use the parcellation in the parc/mask (parcellations) state parameter.maskcan also be set to a parcellation name (str) to specify a parcellation to use directly. Only applies whenndvar=True.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.