Skip to content

Commit

Permalink
UPD: same default material idx as in Lead-DBS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinway25 authored Dec 27, 2023
1 parent 39da619 commit 0781c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ossdbs/utils/materials.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MATERIALS = {"Blood": 4, "Gray matter": 3, "White matter": 2, "CSF": 1, "Unknown": 0}
MATERIALS = {"Blood": 4, "Gray matter": 1, "White matter": 2, "CSF": 3, "Unknown": 0}

0 comments on commit 0781c7b

Please sign in to comment.