Skip to content

Commit

Permalink
re-comment the SliceLocation enty in the iod specific required attrib…
Browse files Browse the repository at this point in the history
…utes dictionary. I was testing and left it in by accident.
  • Loading branch information
sjswerdloff committed Oct 25, 2023
1 parent d70014d commit 9147b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/ImageLoading.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
all_iods_required_attributes = [ "StudyID" ]

iod_specific_required_attributes = {
# CT must have SliceLocation
"1.2.840.10008.5.1.4.1.1.2": [ "SliceLocation" ],
# # CT must have SliceLocation
# "1.2.840.10008.5.1.4.1.1.2": [ "SliceLocation" ],
}

class NotRTSetError(Exception):
Expand Down

0 comments on commit 9147b5b

Please sign in to comment.