Morph an existing source space to a different subject.
Warning
This can be used in place of morphing source estimates for multiple subjects, but there may be consequences in terms of dipole topology.
SourceSpacesSurface source spaces to morph.
strThe destination subject.
strThe brain surface to use for the new source space.
str | NoneThe “from” subject. For most source spaces this shouldn’t need to be provided, since it is stored in the source space itself.
str | NonePath to SUBJECTS_DIR if it is not set in the environment.
str | int | NoneControl 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.
SourceSpacesThe morphed source spaces.
Notes
New in version 0.10.0.
mne.morph_source_spaces#