Parameters: |
- subject_from : string
Name of the original subject as named in the SUBJECTS_DIR.
- subject_to : string
Name of the subject on which to morph as named in the SUBJECTS_DIR.
- stc_from : SourceEstimate | VectorSourceEstimate
Source estimates for subject “from” to morph.
- vertices_to : list of array of int
The vertices on the destination subject’s brain.
- morph_mat : sparse matrix
The morphing matrix, typically from compute_morph_matrix.
|