pyushkevich commited on
Commit
d943b2f
·
verified ·
1 Parent(s): 0f0c9e1

Create itksnap_labels.txt

Browse files
Files changed (1) hide show
  1. itksnap_labels.txt +20 -0
itksnap_labels.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ################################################
2
+ # ITK-SnAP Label Description File
3
+ # File format:
4
+ # IDX -R- -G- -B- -A-- VIS MSH LABEL
5
+ # Fields:
6
+ # IDX: Zero-based index
7
+ # -R-: Red color component (0..255)
8
+ # -G-: Green color component (0..255)
9
+ # -B-: Blue color component (0..255)
10
+ # -A-: Label transparency (0.00 .. 1.00)
11
+ # VIS: Label visibility (0 or 1)
12
+ # IDX: Label mesh visibility (0 or 1)
13
+ # LABEL: Label description
14
+ ################################################
15
+ 0 0 0 0 0 0 0 "Clear Label"
16
+ 1 255 228 20 1 1 1 "SUB"
17
+ 2 248 101 68 1 1 1 "CA1"
18
+ 3 190 6 0 1 1 1 "CA2"
19
+ 4 122 9 9 1 1 1 "CA3"
20
+ 5 114 171 170 1 1 1 "DG"