mne.morph_data_precomputed(subject_from, subject_to, stc_from, vertices_to, morph_mat)[source]¶Morph source estimate between subjects using a precomputed matrix.
| Parameters: | subject_from : string
subject_to : string
stc_from : SourceEstimate
vertices_to : list of array of int
morph_mat : sparse matrix
|
|---|---|
| Returns: | stc_to : SourceEstimate
|
mne.morph_data_precomputed¶