Collection of algorithms to compute the inverse Radon transform


Keywords
tomography, ct, radon, computerized, optical, projection, backprojection, radon-transform
License
BSD-1-Clause
Install
pip install radontea==0.4.3

Documentation

radontea

PyPI Version Tests Status Coverage Status Docs Status

Algorithms to compute the inverse Radon transform (e.g. SART, backprojection, Fourier interpolation).

Documentation

The documentation, including the reference and examples, is available at radontea.readthedocs.io.

Installation

The package can be installed from the Python package index:

pip install radontea

Testing

Some functionalities of the module are tested with:

pip install pytest
pytest tests