Skip to content

RI-imaging/radontea

Repository files navigation

radontea

PyPI Version 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