Metadata-Version: 2.4
Name: radontea
Version: 0.5.2
Summary: collection of algorithms to compute the inverse Radon transform
Author: Tim Hetkämper
Author-email: Paul Müller <dev@craban.de>
License: Copyright (c) 2014, Paul Müller
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        * Redistributions of source code must retain the above copyright notice, this
          list of conditions and the following disclaimer.
        
        * Redistributions in binary form must reproduce the above copyright notice,
          this list of conditions and the following disclaimer in the documentation
          and/or other materials provided with the distribution.
        
        * Neither the name of radontea nor the names of its
          contributors may be used to endorse or promote products derived from
          this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: source, https://github.com/RI-imaging/radontea
Project-URL: tracker, https://github.com/RI-imaging/radontea/issues
Project-URL: documentation, https://radontea.readthedocs.io/en/stable/
Project-URL: changelog, https://radontea.readthedocs.io/en/stable/sec_changelog.html
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Requires-Python: <4,>=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy>=1.5.1
Requires-Dist: scipy>=1.4.0
Dynamic: license-file

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::

    pip install pytest
    pytest tests



.. |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/github/actions/workflow/status/RI-Imaging/radontea/check.yml
   :target: https://github.com/RI-Imaging/radontea/actions?query=workflow%3AChecks
.. |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/
