ADRT: Approximate Discrete Radon Transform

This is the documentation for the adrt package, a Python library providing an approximate discrete Radon transform operating on NumPy arrays.

This library includes routines for computing the forward ADRT, a back-projection operation, several inverses, and related utility functions.

To get started, follow the installation instructions then consult the quickstart guide for an introduction to the use of the library.

Our examples demonstrate applying these routines to various sample problems and include recipes for developing new functionality using this package. Detailed information on each function is included in the API reference.

The library source code is available in our repository on GitHub.

Indices