Skip to content

Commit

Permalink
Fix typo in acr_slice_thickness.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xleyn authored Jan 6, 2025
1 parent 047f0ce commit 7623f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hazenlib/tasks/acr_slice_thickness.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def get_slice_thickness(self, dcm):
0.5 * y_extent, linestyle="dashdot", color="k", xmin=xmin, xmax=xmax
)
axes[2].axvline(
max_loc, linestyle="dashdot", color="k", ymin=0, ymax=10 /
max_loc, linestyle="dashdot", color="k", ymin=0, ymax=10 / 11
)

axes[2].set_xlabel("Relative Position (mm)")
Expand Down

0 comments on commit 7623f30

Please sign in to comment.