mne.morph_source_spaces(src_from, subject_to, surf=’white’, subject_from=None, subjects_dir=None, verbose=None)[source]¶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.
| Parameters: | src_from : instance of SourceSpaces 
 subject_to : str 
 surf : str 
 subject_from : str | None 
 subjects_dir : string, or None 
 verbose : bool, str, int, or None 
  | 
|---|---|
| Returns: | src : instance of SourceSpaces 
  | 
Notes
New in version 0.10.0.
mne.morph_source_spaces¶