MIRT.jl

MIRT: Michigan Image Reconstruction Toolbox (Julia version)
Author JeffFessler
Popularity
42 Stars
Updated Last
2 Years Ago
Started In
February 2019

MIRT (Michigan Image Reconstruction Toolbox) in Julia

action status pkgeval status codecov coveralls docs stable docs dev license MIRTlogo

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:

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.