Skip to content

Commit cfeac9e

Browse files
committed
Sign off
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
1 parent 3e0a0d2 commit cfeac9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

monai/deploy/operators/dicom_series_to_volume_operator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def generate_voxel_data(self, series):
8989
intercept = slices[0][0x0028, 0x1052].value
9090
except KeyError:
9191
intercept = 0
92+
9293
try:
9394
slope = slices[0][0x0028, 0x1053].value
9495
except KeyError:

0 commit comments

Comments
 (0)