/MIRT.jl

MIRT: Michigan Image Reconstruction Toolbox (Julia version)

Primary LanguageJuliaMIT LicenseMIT

MIRT (Michigan Image Reconstruction Toolbox) in Julia

Build Status codecov.io Coveralls 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.

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 compatible with Julia 1.3. Older tagged versions should work with older Julia versions.