trftools.pipeline.TRFExperiment.load_fwd
- TRFExperiment.load_fwd(surf_ori=True, ndvar=False, mask=False, **state)
Load the forward solution
- Parameters:
surf_ori (bool) – Force surface orientation (default True; only applies if
ndvar=False,NDVarforward operators are alsways surface based).ndvar (bool) – Return forward solution as
NDVar(default ismne.forward.Forward).mask (bool) – 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.... – State parameters.
- Returns:
forward_operator – Forward operator.
- Return type:
mne.forward.Forward | NDVar