Hello Freesurfer experts,

I want to project a label from a volume on a decimated surface.

Normally I do something like this to generate a label from the volume:
mri_vol2surf --src subjects/foobar/mri/aparc+aseg.mgz --regheader foobar --hemi lh --surf pial --out test.mgh
mri_cor2label --i test.mgh --id 1024 --surf foobar lh pial --l test.label

Unfortunately this does not work if I decimated the lh.pial surface before (for example using mris_decimate).

Do you have a suggestion how to accomplish this?

Kai