12345678910111213141516171819202122232425262728293031323334 |
- ################################################
- # ITK-SnAP Label Description File
- # File format:
- # IDX -R- -G- -B- -A-- VIS MSH LABEL
- # Fields:
- # IDX: Zero-based index
- # -R-: Red color component (0..255)
- # -G-: Green color component (0..255)
- # -B-: Blue color component (0..255)
- # -A-: Label transparency (0.00 .. 1.00)
- # VIS: Label visibility (0 or 1)
- # IDX: Label mesh visibility (0 or 1)
- # LABEL: Label description
- ################################################
- 0 0 0 0 0 0 0 "Clear Label"
- 1 235 77 98 1 1 1 "L 1 - eCSF L"
- 2 255 183 0 1 1 1 "L 2 - eCSF R"
- 3 0 0 255 1 1 1 "L 3 - Cortical GM L"
- 4 177 0 253 1 1 1 "L 4 - Cortical GM R"
- 5 0 255 255 1 1 1 "L 5 - Fetal WM L"
- 6 182 255 79 1 1 1 "L 6 - Fetal WM r"
- 7 74 140 0 1 1 1 "L 7 - Lateral Ventricle L"
- 8 0 51 205 1 1 1 "L 8 - Lateral Ventricle R"
- 9 244 93 222 1 1 1 "L 9 - Cavum septum pellucidum"
- 10 0 74 140 1 1 1 "L 10 - Brainstem"
- 11 102 205 104 1 1 1 "L 11 - Cerebellum L"
- 12 104 104 239 1 1 1 "L 12 - Cerebellum R"
- 13 117 0 60 1 1 1 "L 13 - Cerebellar Vermis"
- 14 235 0 161 1 1 1 "L 14 - Basal Ganglia L"
- 15 255 8 0 1 1 1 "L 15 - Basal Ganglia R"
- 16 96 36 144 1 1 1 "L 16 - Thalamus L"
- 17 153 120 0 1 1 1 "L 17 - Thalamus R"
- 18 132 65 255 1 1 1 "L 18 - Third Ventricle"
- 19 0 144 139 1 1 1 "L 19 - Fourth Ventricle"
|