Hi all,
I was doing mri_vol2surf to overlay functional average(FSL) onto anatomical average (Freesurfer) and got the following error message,
ERROR: .................. Reading thickness /home/nam/V4RET/average/surf/lh.thickness MRISreadCurvature: could not open /home/nam/V4RET/average/surf/lh.thickness No such file or directory ..................
Is "make_average_subject" supposed to produce "lh.thickness"? Please let me know what is wrong?
Thanks,
Nam.
My command was: mri_vol2surf --src /home/nam/V4RET/FUNC/AVG/LMhori.gfeat/cope1.feat/thresh_zstat1.img --src_type analyze --srcreg register.dat --hemi lh --projfrac 0.5 --out /home/nam/V4RET/FUNC/AVG/LMhori.gfeat/cope1.feat/thresh_zstat1-lh.w --out_type paint
This is a problem with how the average subject is generated. There is a bug in the thickness output (it gets mapped to the last subject in the list instead of the average subject). I might not be able to get to it until next week.
You can still get it to work if you do not include --projfrac. In fact, you probably don't want to be using projfrac in this case anyway as the directions are not all that well defined once you average all the subjects surfaces in tal space anayway.
doug
ps. Can I also suggest that you use mgh format for the output of vol2surf, so your cmd would be:
mri_vol2surf --src /home/nam/V4RET/FUNC/AVG/LMhori.gfeat/cope1.feat/thresh_zstat1.img --srcreg register.dat --hemi lh --out /home/nam/V4RET/FUNC/AVG/LMhori.gfeat/cope1.feat/thresh_zstat1-lh.mgh
Note that you do not need to spec the format. You can pass the mgh file to anything that takes a .w file.
Joongnam Yang wrote:
Hi all,
I was doing mri_vol2surf to overlay functional average(FSL) onto anatomical average (Freesurfer) and got the following error message,
ERROR: .................. Reading thickness /home/nam/V4RET/average/surf/lh.thickness MRISreadCurvature: could not open /home/nam/V4RET/average/surf/lh.thickness No such file or directory ..................
Is "make_average_subject" supposed to produce "lh.thickness"? Please let me know what is wrong?
Thanks,
Nam.
My command was: mri_vol2surf --src /home/nam/V4RET/FUNC/AVG/LMhori.gfeat/cope1.feat/thresh_zstat1.img --src_type analyze --srcreg register.dat --hemi lh --projfrac 0.5 --out /home/nam/V4RET/FUNC/AVG/LMhori.gfeat/cope1.feat/thresh_zstat1-lh.w --out_type paint _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu