From 9147b5b90f2f1297b43bd1bb766d3b33b5b2f15e Mon Sep 17 00:00:00 2001 From: Stuart Swerdloff Date: Wed, 25 Oct 2023 19:47:02 +1300 Subject: [PATCH] re-comment the SliceLocation enty in the iod specific required attributes dictionary. I was testing and left it in by accident. --- src/Model/ImageLoading.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/ImageLoading.py b/src/Model/ImageLoading.py index ee851095..67f527ab 100644 --- a/src/Model/ImageLoading.py +++ b/src/Model/ImageLoading.py @@ -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):