MIRT (Michigan Image Reconstruction Toolbox) in Julia
https://github.com/JeffFessler/MIRT.jl
This is a collection of tools for image reconstruction in the open-source Julia language.
Currently it contains a limited collection of the tools from the Matlab version of MIRT, but this collection will grow over time.
This software was developed at the University of Michigan by Jeff Fessler and his group, with valuable contributions from the Julia community.
Getting started
For detailed installation instructions, see:
- doc/start.md for conventional Julia
- doc/start-pro.md for JuliaPro
This package is registered in the
General
registry,
so you can install at the REPL with ] add MIRT
.
For development,
use the dev
command in Julia's package manager,
or
git clone https://github.com/JeffFessler/MIRT.jl
Examples
You can test drive some jupyter notebooks in your browser without installing any local software by using the free service at https://mybinder.org/ through the links at the companion demonstration repository
Reproducible research
This package includes some tools from https://gitlab.eecs.umich.edu/michigan-fast-optimization
For additional reproducible research code, see http://web.eecs.umich.edu/~fessler/irt/reproduce/
Compatibility
Current version is tested with Julia 1.5. Older tagged versions should work with older Julia versions.