Dear Freesurfer,
I have a batch of myelin water image (MWI) from patients and controls, and trying to have inflated cortex registered on standard surface for GLM (Qdec).
With the commandlines below i get my inflated surface of MWI map of my patients and controls.
1-using bbregister to put MWI into FS space and to calculate register.dat:
bbregister --s FSP042/ --mov mwf.nii --init-fsl --reg register.dat --o mwf_FS --t1
2-using mri_vol2surf to extract inflated surface of MWI:
mri_vol2surf --mov mwf.nii --reg register.dat --projfrac 0.5 --interp nearest --hemi lh --o lh.inflated_MWI.w
--out_type paint --inflated (or
--surf sphere)
However the tksurfer could not open the inflated surface and the error message is:
ERROR: MRISread: file 'inflated.lh.mwf.mgh' has 0 vertices!
Probably trying to use a scalar data file as a surface!
I used the commandline below for #2:
mri_vol2surf --src mwf.nii --srcreg register.dat --hemi lh --o mwf-lh.w --out_type paint
and i got the error: