eelbrain.pipeline.MneExperiment.load_fwd

MneExperiment.load_fwd(self, surf_ori=True, ndvar=False, mask=None, **state)

Load the forward solution

Parameters:
surf_ori : bool

Force surface orientation (default True; only applies if ndvar=False, NDVar forward operators are alsways surface based).

ndvar : bool

Return forward solution as NDVar (default is mne.forward.Forward).

mask : str | bool

Remove source labelled “unknown”. Can be parcellation name or True, in which case the current parcellation is used.

State parameters.

Returns:
forward_operator : mne.forward.Forward | NDVar

Forward operator.