Skip to content

Commit

Permalink
Update ACRObject.py
Browse files Browse the repository at this point in the history
Slice 7 is needed for ghosting, uniformity and snr
  • Loading branch information
mollybuckley authored Jan 18, 2024
1 parent 4d12de9 commit 6cef249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hazenlib/ACRObject.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, dcm_list):
# Find the centre coordinates of the phantom (circle) on slice 7 only:
self.centre, self.radius = self.find_phantom_center(self.images[6])
# Store the DCM object of slice 7 as it is used often
# self.slice7_dcm = self.dcms[6]
self.slice7_dcm = self.dcms[6]
# Store a mask image of slice 7 for reusability
self.mask_image = self.get_mask_image(self.images[6])

Expand Down

0 comments on commit 6cef249

Please sign in to comment.