Skip to content
Snippets Groups Projects
Commit bc02d82e authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

add link for an important reference in recon script

parent 95a90653
No related branches found
No related tags found
No related merge requests found
...@@ -270,6 +270,6 @@ if __name__ == "__main__": ...@@ -270,6 +270,6 @@ if __name__ == "__main__":
recon_image = recon_image[ recon_image = recon_image[
:, :, ::-1 :, :, ::-1
] # STIR creates reconstructions flipped on the x-axes, this is reverted here ] # STIR creates reconstructions flipped on the x-axes (https://sourceforge.net/p/stir/mailman/message/36938120/), this is reverted here
recon = Interfile(recon_header, recon_image) recon = Interfile(recon_header, recon_image)
write_interfile(args.out, recon) write_interfile(args.out, recon)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment