Hello freesurfers,
Suppose I do the following
mris_preproc --fsgd gender_age.fsgd \ --cache-in thickness.fwhm10.fsaverage \ --target fsaverage --hemi lh \ --out lh.gender_age.thickness.10.mgh
Then open the output file lh.gender_age.thickness.10.mgh in mathlab using
result=MRIread('/path/rh.meditation.thickness.10.mgh');
Is it true that the actually thickness data is stored in result.volsize?
Suppose that I have 27 subjects, is there a way to assign these numbers to their corresponding subjects?
Thank you very much!
Sincerely, Ye
No, it is saved in result.vol. The 4th dimension should have 27 elements. doug
On 11/17/14 1:23 AM, ye tian wrote:
Hello freesurfers,
Suppose I do the following mris_preproc --fsgd gender_age.fsgd \ --cache-in thickness.fwhm10.fsaverage \ --target fsaverage --hemi lh \ --out lh.gender_age.thickness.10.mgh
Then open the output file lh.gender_age.thickness.10.mgh in mathlab using
result=MRIread('/path/rh.meditation.thickness.10.mgh');
Is it true that the actually thickness data is stored in result.volsize?
Suppose that I have 27 subjects, is there a way to assign these numbers to their corresponding subjects?
Thank you very much!
Sincerely, Ye
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu