Metadata-Version: 1.2
Name: radontea
Version: 0.4.7
Summary: Collection of algorithms to compute the inverse Radon transform
Home-page: https://github.com/RI-imaging/radontea
Author: Paul Müller
Author-email: dev@craban.de
License: BSD (3 clause)
Description: 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 <https://radontea.readthedocs.io/en/stable/>`__.
        
        
        Installation
        ------------
        The package can be installed from the Python package index.
        
        ::
        
            pip install radontea
        
        
        Testing
        -------
        Some functionalities of the module are tested with
        
        ::
        
            python setup.py test
        
        
        
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/radontea.svg
           :target: https://pypi.python.org/pypi/radontea
        .. |Tests Status| image:: https://img.shields.io/travis/RI-imaging/radontea.svg?label=tests
           :target: https://travis-ci.com/RI-imaging/radontea
        .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/RI-imaging/radontea/master.svg
           :target: https://codecov.io/gh/RI-imaging/radontea
        .. |Docs Status| image:: https://readthedocs.org/projects/radontea/badge/?version=latest
           :target: https://readthedocs.org/projects/radontea/builds/
        
Keywords: tomography,ct,radon,computerized tomography,optical projection tomography
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.5, <4
