mne.convert_forward_solution#

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

Convert forward solution between different source orientations.

Parameters:
fwdForward

The forward solution to modify.

surf_oribool, optional (default False)

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

force_fixedbool, optional (default False)

If True, force fixed source orientation mode.

copybool

Whether to return a new instance or modify in place.

use_cpsbool

Whether to use cortical patch statistics to define normal orientations for surfaces (default True).

verbosebool | str | int | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Returns:
fwdForward

The modified forward solution.

Examples using mne.convert_forward_solution#

Head model and forward computation

Head model and forward computation

The role of dipole orientations in distributed source localization

The role of dipole orientations in distributed source localization

Corrupt known signal with point spread

Corrupt known signal with point spread

Cortical Signal Suppression (CSS) for removal of cortical signals

Cortical Signal Suppression (CSS) for removal of cortical signals

Display sensitivity maps for EEG and MEG sensors

Display sensitivity maps for EEG and MEG sensors

Visualize source leakage among labels using a circular graph

Visualize source leakage among labels using a circular graph

Plot point-spread functions (PSFs) and cross-talk functions (CTFs)

Plot point-spread functions (PSFs) and cross-talk functions (CTFs)

Compute cross-talk functions for LCMV beamformers

Compute cross-talk functions for LCMV beamformers

Compute spatial resolution metrics in source space

Compute spatial resolution metrics in source space

Compute spatial resolution metrics to compare MEG with EEG+MEG

Compute spatial resolution metrics to compare MEG with EEG+MEG

Optically pumped magnetometer (OPM) data

Optically pumped magnetometer (OPM) data