Thanks Lilla!
A follow-up question: How can I use the applyMorph function to morph the points to the MNI152 space?
I'm trying to use the combined_tocvs_avg35_inMNI152_elreg_afteraseg-norm.tm3d file I've got from the mri_cvs_register call.
Which template should I use? I can't use fsaverage because it's in the MNI305 space. Should I use cvs_avg35_inMNI152 instead?
And to morph it to MNI305, should I use the inverse matrix of
M = [[0.9975, - 0.0073, 0.0176, -0.0429],As mentioned in the last section in http://freesurfer.net/fswiki/CoordinateSystems?
[0.0146, 1.0009, -0.0024, 1.5496],
[-0.0130, -0.0093, 0.9971, 1.1840],
[0, 0, 0, 1.0000]]
Thanks!
Noam