Skip to content

Commit

Permalink
Merge branch 'master' into grid_size_for_temp_rt_dose
Browse files Browse the repository at this point in the history
  • Loading branch information
sjswerdloff committed Apr 21, 2024
2 parents 5b268b7 + d1bd762 commit 6334157
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 6334157

Please sign in to comment.