mne.convert_forward_solution

mne.convert_forward_solution(fwd, surf_ori=False, force_fixed=False, copy=True, verbose=None)[source]

Convert forward solution between different source orientations.

Parameters:

fwd : Forward

The forward solution to modify.

surf_ori : bool, optional (default False)

Use surface-based source coordinate system? Note that force_fixed=True implies surf_ori=True.

force_fixed : bool, optional (default False)

Force fixed source orientation mode?

copy : bool

Whether to return a new instance or modify in place.

verbose : bool, str, int, or None

If not None, override default verbose level (see mne.verbose() and Logging documentation for more).

Returns:

fwd : Forward

The modified forward solution.