mne.read_morph_map(subject_from, subject_to, subjects_dir=None, verbose=None)[source]¶Read morph map.
Morph maps can be generated with mne_make_morph_maps. If one isn’t
available, it will be generated automatically and saved to the
subjects_dir/morph_maps directory.
| Parameters: | subject_from : string
subject_to : string
subjects_dir : string
verbose : bool, str, int, or None
|
|---|---|
| Returns: | left_map, right_map : sparse matrix
|