Metadata-Version: 1.1
Name: pyFAI
Version: 0.11.0
Summary: Python implementation of fast azimuthal integration
Home-page: https://github.com/kif/pyFAI
Author: Jérôme Kieffer (python),           Peter Boesecke (geometry), Manuel Sanchez del Rio (algorithm),           Vicente Armando Sole (algorithm),           Dimitris Karkoulis (GPU), Jon Wright (adaptations)           and Frederic-Emmanuel Picca
Author-email: jerome.kieffer@esrf.fr
License: GPL
Download-URL: http://forge.epn-campus.eu/projects/azimuthal/files
Description: PyFAI is an azimuthal integration library that tries to be fast (as fast as C
            and even more using OpenCL and GPU).
            It is based on histogramming of the 2theta/Q positions of each (center of)
            pixel weighted by the intensity of each pixel, but parallel version use a
            SparseMatrix-DenseVector multiplication.
            Neighboring output bins get also a contribution of pixels next to the border
            thanks to pixel splitting.
            Finally pyFAI provides also tools to calibrate the experimental setup using Debye-Scherrer
            rings of a reference compound.
                  
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
