Skip to content

Commit f8b9bfc

Browse files
committed
update brain structures documentation
1 parent 3054b2b commit f8b9bfc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Master
2+
3+
4+
## Release 2.4.0
25
* add brain structures
36
* add liver vessels
47
* greatly improved phase classification model

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ Available with a license (free licenses available for non-commercial usage [here
7878
* **appendicular_bones**: patella, tibia, fibula, tarsal, metatarsal, phalanges_feet, ulna, radius, carpal, metacarpal, phalanges_hand
7979
* **tissue_types**: subcutaneous_fat, torso_fat, skeletal_muscle
8080
* **tissue_types_mr**: subcutaneous_fat, torso_fat, skeletal_muscle (for MR images)
81+
* **brain_structures**: brainstem, subarachnoid_space, venous_sinuses, septum_pellucidum, cerebellum, caudate_nucleus, lentiform_nucleus, insular_cortex, internal_capsule, ventricle, central_sulcus, frontal_lobe, parietal_lobe, occipital_lobe, temporal_lobe, thalamus
8182
* **vertebrae_body**: vertebral body of all vertebrae (without the vertebral arch)
82-
* **face**: face_region
83+
* **face**: face_region (for anonymization)
8384

8485
Usage:
8586
```

totalsegmentator/map_to_binary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@
372372
3: "liver"
373373
},
374374
"brain_structures": {
375-
1: "brainstem",
375+
1: "brainstem", # + brain_parenchyma
376376
2: "subarachnoid_space",
377-
3: "venous_sinuses",
377+
3: "venous_sinuses", # + dural folds
378378
4: "septum_pellucidum",
379379
5: "cerebellum",
380380
6: "caudate_nucleus",

0 commit comments

Comments
 (0)