Skip to content

Commit

Permalink
fix location of png
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Oct 22, 2024
1 parent c3831e8 commit 33a40f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIRF_data_preparation/data_QC.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def VOI_checks(allVOInames, OSEM_image=None, reference_image=None, srcdir='.', *

if OSEM_image is not None:
plt.figure()
plot_image(OSEM_image, alpha=allVOIs, save_name=prefix + "OSEM_image_and_VOIs", **kwargs)
plot_image(OSEM_image, alpha=allVOIs, save_name=os.path.join(srcdir, "OSEM_image_and_VOIs"), **kwargs)

# unformatted print of VOI values for now
print(allVOInames)
Expand Down

0 comments on commit 33a40f9

Please sign in to comment.