eelbrain.pipeline.MneExperiment.load_fwd

MneExperiment.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, NDVar forward operators are alsways surface based).

  • ndvar (bool) – Return forward solution as NDVar (default is mne.forward.Forward).

  • mask (bool) – Discard data that is labelled unknown by the parcellation. Parcellation name (str) to specify a parcellation, True to use the parc/mask (parcellations) state parameter. Only applies when ndvar=True, default False.

  • ... – State parameters.

Returns:

forward_operator – Forward operator.

Return type:

mne.forward.Forward | NDVar