brainlife / app-freesurfer

Freesurfer segments the t1w anatomical data into functionally different parts of the brain. Segmentation/parcellation can then be fed to many other subsequent analysis.
https://doi.org/10.25663/bl.app.0
8 stars 4 forks source link

annotation template to fsaverage5 #4

Open tanjia123456 opened 4 years ago

tanjia123456 commented 4 years ago

I have tried mri_label2label command mri_label2label --srcsubject Afterthought-1 --srclabel Afterthought-1/label/rh.aparc.a2009s.annot --trgsubject fsaverage5 --trglabel /home/tj/application/freesurfer/subjects/Afterthought-1-target/rh.aparc.a2009s.annot --hemi rh --regmethod surface

but error appears:mri_label2label.bin: could not scan # of lines from label file ERROR reading Afterthought-1/label/rh.aparc.a2009s.annot

what's the meaning of the error message? How to solve it?