Hi,
I am trying to convert the "curv" surfaces to a volume, using the mri_surf2vol command in the following manner:
cd subjects/subjid mri_surf2vol --surf curv --hemi lh --template ./mri/orig.mgz --outvol /tmp/curv.mgz --surfval ./surf/lh.curv --fillribbon --volregidentity subjid
I get the following output: gdiagno = -1 Using identity matrix for registration Cannot find orig.mgz, trying orig/COR files instead... mri_read(): couldn't determine type of file subjects/subjid/mri/orig mri_surf2vol ERROR: reading subjects/subjid/mri/orig header
Could you please tell me what is wrong with the command? In particular, the file orig.mgz does exist at the specified path, so I don't understand why "cannot find orig.mgz"? The file can be visualized without problems, so the file is not corrupted.
Thank you