Metadata-Version: 1.1
Name: radontea
Version: 0.1.3
Summary: Collection of algorithms to compute the inverse Radon transform
Home-page: https://github.com/paulmueller/radontea
Author: Paul Mueller
Author-email: paul.mueller@biotec.tu-dresden.de
License: BSD (3-Clause)
Description: 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
        
Keywords: tomography,ct,radon
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
