Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed Jun 4, 2022
1 parent 047bd84 commit 42158f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ https://github.com/JeffFessler/SPECTrecon.jl
This repo provides forward and back-projection methods
for SPECT image reconstruction.

It also has methods for ML-EM and ML-OS-EM image reconstruction.

For examples with graphics,
see the
[documentation][docs-stable-url].
The examples include an illustration
of how to integrate deep learning
into SPECT reconstruction.

Designed for use with the
[Michigan Image Reconstruction Toolbox (MIRT)](https://github.com/JeffFessler/MIRT.jl)
or similar frameworks.
Expand Down

2 comments on commit 42158f3

@JeffFessler
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator() register

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/61725

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 42158f34d621d4d51fdf6421c2c0e7dfc0a3d34f
git push origin v0.1.0

Please sign in to comment.