External Email - Use Caution
Dear Freesurfer experts,
A quick question. I am trying to convert my cortical thickness analysis results into a gifti file preferably combining left and right, like so:
mris_convert --combinesurfs lh.gamma.mgh rh.gamma.mgh both.gamma.gii
I get this error:
error: ERROR: MRISread: file 'lh.gamma.mgh' has 0 vertices!
Probably trying to use a scalar data file as a surface!
It then try to convert a single hemi:
mris_convert lh.gamma.mgh test.gii but I get the same error.