Skip to content

Commit

Permalink
re-comment SliceLocation as a CT specific required attribute.
Browse files Browse the repository at this point in the history
accidentally left it uncommented as part of local testing
  • Loading branch information
sjswerdloff committed Oct 25, 2023
1 parent c736006 commit 6d8ddf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Model/ImageLoading.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import logging
import math
import re
import os

from multiprocessing import Queue, Process

import numpy as np
Expand Down 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 6d8ddf4

Please sign in to comment.