mne.
SourceMorph
(subject_from, subject_to, kind, zooms, niter_affine, niter_sdr, spacing, smooth, xhemi, morph_mat, vertices_to, shape, affine, pre_affine, sdr_morph, src_data)[source]¶Morph source space data from one subject to another.
Note
This class should not be instantiated directly.
Use mne.compute_source_morph()
instead.
New in version 0.17.
Parameters: |
|
---|
References
[1] | (1, 2) Greve D. N., Van der Haegen L., Cai Q., Stufflebeam S., Sabuncu M. R., Fischl B., Brysbaert M. A Surface-based Analysis of Language Lateralization and Cortical Asymmetry. Journal of Cognitive Neuroscience 25(9), 1477-1492, 2013. |
[2] | (1, 2) Avants, B. B., Epstein, C. L., Grossman, M., & Gee, J. C. (2009). Symmetric Diffeomorphic Image Registration with Cross- Correlation: Evaluating Automated Labeling of Elderly and Neurodegenerative Brain, 12(1), 26-41. |
Methods
__hash__ ($self, /) |
Return hash(self). |
apply (stc_from[, output, mri_resolution, …]) |
Morph source space data. |
save (fname[, overwrite, verbose]) |
Save the morph for source estimates to a file. |
__hash__
($self, /)¶Return hash(self).
apply
(stc_from, output='stc', mri_resolution=False, mri_space=False, verbose=None)[source]¶Morph source space data.
Parameters: |
|
---|---|
Returns: |
|
save
(fname, overwrite=False, verbose=None)[source]¶Save the morph for source estimates to a file.
Parameters: |
|
---|