External Email - Use Caution
Hello FreeSurfer Developers,
I’m attempting to create annotation files from label files which have been estimated at the level of the individual. Therefore, some subjects may not have all ROIs. When attempting to take those label files and concatenate them into individual
subject-specific annotation files I run into a few issues.
The command I have used previously:
mris_label2annot --s sub-DAEK --hemi lh \
--ctab /mnt/c/Users/Ben/Documents/GitHub/parcellationPipeline/li2019_to_dti/yeo2011nodesLUT.txt \
--a yeo2011nodes \
--surf orig \
--maxstatwinner \
--ldir-default
stdout:
subject sub-DAEK
hemi lh
SUBJECTS_DIR /mnt/c/Users/Ben/freesurfer/subjects
ColorTable /mnt/c/Users/Ben/Documents/GitHub/parcellationPipeline/li2019_to_dti/yeo2011nodesLUT.txt
AnnotName yeo2011nodes
nlables 0
1 lh.Net_2_ROIs_1_lh 25 5 25 0
2 rh.Net_2_ROIs_1_rh 25 100 40 0
3 lh.Net_2_ROIs_2_lh 70 130 180 0
4 rh.Net_2_ROIs_2_rh 100 100 0 0
5 lh.Net_3_ROIs_1_lh 196 58 250 0
6 rh.Net_3_ROIs_1_rh 100 25 0 0
7 lh.Net_3_ROIs_2_lh 120 70 50 0
8 rh.Net_3_ROIs_2_rh 220 20 10 0
9 lh.Net_3_ROIs_3_lh 220 20 100 0
10 rh.Net_3_ROIs_3_rh 180 40 120 0
11 lh.Net_4_ROIs_1_lh 122 186 220 0
-----------------and so on.
i. lh.Net_10_ROIs_1_lh.label
lh.Net_2_ROIs_1_lh.label
lh.Net_13_ROIs_3_lh.label
lh.Net_5_ROIs_1_lh.label
rh.Net_2_ROIs_1_rh.label
rh.Net_3_ROIs_3_rh.label
------------and so on.
Thanks so much for your help in advance!
Ben