Hy there
We did a group analysis and some results were ok (like area, thickness), but others were not. When we tried to load the sig.mgh file of the volume measures the whole hemisphere was completly yellow and the vertices were much too large. We did the whole process with the files we got from the matlab command Bruce Fischl recommended us days before. (*) Meancurv was also not correct for both hemispheres, even if i did the same for lh and rh. (in the folder rh.Turner_meancurv.glmdir is only a mri_glmfit.log file)
Thanks for every help!
Best regards
Rafael Huber - University Zurich
(*)
[thickness, f] = read_curv('lh.thickness') ; [area, f] = read_curv('lh.area') ; volume = thickness .* area; save_mgh(volume, 'lh.volume.mgz', eye(4)); [thickness, f] = read_curv('rh.thickness') ; [area, f] = read_curv('rh.area') ; volume = thickness .* area; save_mgh(volume, 'rh.volume.mgz', eye(4))
freesurfer@nmr.mgh.harvard.edu