Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LalithShiyam authored Aug 12, 2023
1 parent 922d2d0 commit 0e47db4
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions nifti2dicom/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,43 @@
ANSI_GREEN = '\033[38;5;40m'
ANSI_VIOLET = '\033[38;5;141m'
ANSI_RESET = '\033[0m'


ORGAN_INDEX = {
1: 'Adrenal-glands',
2: 'Aorta',
3: 'Bladder',
4: 'Brain',
5: 'Heart',
6: 'Kidneys',
7: 'Liver',
8: 'Pancreas',
9: 'Spleen',
10: 'Thyroid',
11: 'Inferior-vena-cava',
12: 'Lung',
13: 'Carpal',
14: 'Clavicle',
15: 'Femur',
16: 'Fibula',
17: 'Humerus',
18: 'Metacarpal',
19: 'Metatarsal',
20: 'Patella',
21: 'Pelvis',
22: 'Phalanges-of-the-hand',
23: 'Radius',
24: 'Ribcage',
25: 'Scapula',
26: 'Skull',
27: 'Spine',
28: 'Sternum',
29: 'Tarsal',
30: 'Tibia',
31: 'Phalanges-of-the-feet',
32: 'Ulna',
33: 'Skeletal-muscle',
34: 'Subcutaneous-fat',
35: 'Torso-fat',
36: 'Psoas'
}

0 comments on commit 0e47db4

Please sign in to comment.