Metadata-Version: 2.1
Name: freeart
Version: 3.3.0
Summary: Software library for X-Ray data analysis
Home-page: https://gitlab.esrf.fr/freeart/freeart
Author: data analysis unit
Author-email: henri.payno@esrf.fr
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
License-File: AUTHORS


freeart
#######

freeart is a tomographic image reconstruction library using Algebraic Reconstruction Technique (ART).
It is able to deal with absorption and emission sinograms.
Freeart core is written in C++ using template classes to have simple or double precision.
A python interface is provided to access the core functionalities.
A set of utils such as configuration files, interpreter to run reconstruction from configuration files are provided in python.


Installation
------------

To install freeart, run:

.. code-block:: python

    pip install freeart

Then you can use freeart module and submodules from python.

Documentation
-------------

Documentation of latest release is available at http://www.edna-site.org/pub/doc/freeart/latest/index.html

GUI
---

tomogui (https://pypi.org/project/tomogui/ and https://gitlab.esrf.fr/tomoTools/tomogui) is providing a graphical user interface to run freeart reconstruction.

:Authors: - Nicola Vigano
          - Emmanuel Taurel
          - Henri PAYNO

