groupmne.prepare_fwds

groupmne.prepare_fwds(fwds, src_ref, copy=True, subjects_dir=None)[source]

Compute the group alignement of the forward operators.

Parameters
fwdslist of mne.Forward

The forward operators computed on the morphed source space src_ref.

src_refinstance of SourceSpace instance

Reference source model.

copybool

If copy is False the fwds are modified inplace.

Returns
fwdslist of mne.Forward

Prepared forward operators.