Dear Freesurfers, I want to project a map on up-sampled inflated brain. Up-sampled inflated brain has been generated using mris_mesh_subdivide command (without any problem). But when I apply the same command to ?h.cuv I get an error message that:
ERROR: MRISread: file 'surf/rh.curv' has many more faces than vertices! Probably trying to use a scalar data file as a surface!
I even tried to regenerate ?h.curv files using mris_make_surfaces as below:
mris_make_surfaces -c -white rh.white_upsampled subjid ?h
But this command automatically down-sample rh.curv after down-sampling rh.white.
Regards