Home

Awesome

MIRT (Michigan Image Reconstruction Toolbox) in Julia

action status pkgeval status codecov docs stable docs dev license deps version pkgeval <img src="deps/mirt-logo.svg" alt="MIRTlogo" width="150"/>

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

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 "latest" stable version of Julia (currently 1.8.3). Older tagged versions should work with older Julia versions.

Related packages

Deprecations

Early versions of MIRT.jl attempted to house many methods under one roof. More recently, the methods are being isolated into smaller component packages at JuliaImageRecon.

A similar evolution happened with Images/Images.jl and it is likely that MIRT will evolve to be an "umbrella package" that exports a set of packages that are useful for image reconstruction.

As of v0.15, the following functions are deprecated:

oldnewsee
jimMIRTjim.jimMIRTjim.jl
promptMIRTjim.prompt
fld_readFileIO.loadAVSfldIO.jl
fld_writeFileIO.saveFileIO.jl
ndgridLazyGrids.ndgridLazyGrids.jl
image_geomImageGeoms.ImageGeomImageGeoms.jl
ellipse_imImagePhantoms.phantomImagePhantoms.jl
ellipse_sinoImagePhantoms.radonImagePhantoms.jl
mri_objectsImagePhantoms.spectrumImagePhantoms.jl
sino_geomSinograms.RayGeomSinograms.jl
<!-- URLs -->