This package contains several algorithms to compute the inverse Radon
trannsform (e.g. SART, backprojection, Fourier interpolation).
`radontea` is featured by a lot of doc strings and code comments, which
makes it particularly usefull for teaching purposes.


Reference
=========
The code is fully documented. An online reference is available
at http://paulmueller.github.io/radontea/.


Installation
============
The package can be installed from the Python package index.

    pip install radontea
