Skip to main content

Python implementation of fast azimuthal integration

Project description

Main development website: https://github.com/silx-kit/pyFAI

Build Status Appveyor Status myBinder Launcher Documentation Status Zenodo DOI

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 uses 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.

References

  • The philosophy of pyFAI is described in the proceedings of SRI2012: doi:10.1088/1742-6596/425/20/202012 http://iopscience.iop.org/1742-6596/425/20/202012/

  • Implementation in parallel is described in the proceedings of EPDIC13: PyFAI: a Python library for high performance azimuthal integration on GPU. doi:10.1017/S0885715613000924

  • Benchmarks and optimization procedure is described in the proceedings of EuroSciPy2014: http://conference.scipy.org/category/euroscipy.html (accepted)

Installation

With PIP

As most Python packages, pyFAI is available via PIP:

pip install pyFAI[gui]

Provide the –user to perform an installation local to your user. Under UNIX, you may have to run the command via sudo to gain root access an perform a system wide installation. The best solution remaining to install the software into a vituralenv.

With conda

pyFAI is also available via conda:

conda install pyfai -c conda-forge

To install conda please see either conda or Anaconda.

From source code

The latest release of pyFAI can be downloaded from Github. Presently the source code has been distributed as a zip package. Download it one and unpack it:

unzip pyFAI-master.zip

As developement is also done on Github, development branch is also available

All files are unpacked into the directory pyFAI-master:

cd pyFAI-master

Build it & test it:

python3 setup.py build test

For its tests, pyFAI downloads test images from the internet. Depending on your network connection and your local network configuration, you may have to setup a proxy configuration like this (no more needed at ESRF):

export http_proxy=http://proxy.site.org:3128

Finally, install pyFAI in the virtualenv after testing it:

python3 setup.py bdist_wheel
pip install pyFAI --pre --find-links dist --no-index --upgrade

If you prefer a local installation (only you will have access to the installed version), use in addition the –user option:

pip install pyFAI --pre --find-links dist --no-index --upgrade --user

The newest development version can also be obtained by checking out from the git repository:

git clone https://github.com/silx-kit/pyFAI.git
cd pyFAI
python3 setup.py build bdist_wheel
pip install pyFAI --pre --find-links dist --no-index --upgrade

If you want pyFAI to make use of your graphic card, please install pyopencl

If you are using MS Windows you can also download a binary version packaged as executable installation files (Chose the one corresponding to your python version).

For MacOSX users with MacOS version>10.7, the default compiler switched from gcc to clang and dropped the OpenMP support. Please refer to the installation documentation …

Documentation

Documentation can be build using this command and Sphinx (installed on your computer):

python3 setup.py build build_doc

Dependencies

Python 3.6, … 3.9 are well tested and officially supported. For full functionality of pyFAI the following modules need to be installed.

Those dependencies can simply be installed by:

pip install -r requirements.txt

Ubuntu and Debian-like Linux distributions

To use pyFAI on Ubuntu/Debian the needed python modules can be installed either through the Synaptic Package Manager (found in System -> Administration) or using apt-get on from the command line in a terminal:

sudo apt-get install pyfai

The extra Ubuntu packages needed are:

  • python3-numpy

  • python3-scipy

  • python3-matplotlib

  • python3-dev

  • python3-fabio

  • python3-pyopencl

  • python3-pyqt5

  • python3-silx

  • python3-numexpr

using apt-get these can be installed as:

sudo apt-get build-dep pyfai

MacOSX

One needs to install Python (>=3.6) and Xcode prior to start installing pyFAI. The compiled extension will use only one core due to the limitation of the compiler. OpenCL is hence greately adviced on Apple systems. Then install the missing dependencies with pip:

pip install -r requirements.txt

Windows

Under Windows, one needs to install Python (>=3.6) and the Visual Studio C++ compiler. Then install the missing dependencies with pip:

pip install  -r requirements.txt

Getting help

A mailing-list, pyfai@esrf.fr, is available to get help on the program and how to use it. One needs to subscribe by sending an email to sympa@esrf.fr with a subject “subscribe pyfai”.

Maintainers

  • Jérôme Kieffer (ESRF)

  • Valentin Valls (ESRF)

Contributors

  • Frédéric-Emmanuel Picca (Soleil)

  • Thomas Vincent (ESRF)

  • Dimitris Karkoulis (ESRF)

  • Aurore Deschildre (ESRF)

  • Giannis Ashiotis (ESRF)

  • Zubair Nawaz (Sesame)

  • Jon Wright (ESRF)

  • Amund Hov (ESRF)

  • Dodogerstlin @github

  • Gunthard Benecke (Desy)

  • Gero Flucke (Desy)

Indirect contributors (ideas…)

  • Peter Boesecke

  • Manuel Sánchez del Río

  • Vicente Armando Solé

  • Brian Pauw

  • Veijo Honkimaki

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyFAI-0.20.0.tar.gz (31.1 MB view details)

Uploaded Source

Built Distributions

pyFAI-0.20.0-cp39-cp39-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyFAI-0.20.0-cp39-cp39-manylinux2014_x86_64.whl (19.9 MB view details)

Uploaded CPython 3.9

pyFAI-0.20.0-cp39-cp39-manylinux2014_ppc64le.whl (20.0 MB view details)

Uploaded CPython 3.9

pyFAI-0.20.0-cp39-cp39-manylinux1_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.9

pyFAI-0.20.0-cp39-cp39-macosx_10_9_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyFAI-0.20.0-cp38-cp38-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyFAI-0.20.0-cp38-cp38-manylinux2014_x86_64.whl (21.3 MB view details)

Uploaded CPython 3.8

pyFAI-0.20.0-cp38-cp38-manylinux2014_ppc64le.whl (21.5 MB view details)

Uploaded CPython 3.8

pyFAI-0.20.0-cp38-cp38-manylinux1_x86_64.whl (16.2 MB view details)

Uploaded CPython 3.8

pyFAI-0.20.0-cp38-cp38-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyFAI-0.20.0-cp37-cp37m-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyFAI-0.20.0-cp37-cp37m-manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.7m

pyFAI-0.20.0-cp37-cp37m-manylinux2014_ppc64le.whl (18.5 MB view details)

Uploaded CPython 3.7m

pyFAI-0.20.0-cp37-cp37m-manylinux1_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.7m

pyFAI-0.20.0-cp37-cp37m-macosx_10_9_intel.whl (8.2 MB view details)

Uploaded CPython 3.7m macOS 10.9+ intel

pyFAI-0.20.0-cp36-cp36m-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyFAI-0.20.0-cp36-cp36m-manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.6m

pyFAI-0.20.0-cp36-cp36m-manylinux1_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.6m

pyFAI-0.20.0-cp36-cp36m-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

pyFAI-0.20.0-cp35-cp35m-manylinux2014_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.5m

pyFAI-0.20.0-cp35-cp35m-manylinux1_x86_64.whl (14.7 MB view details)

Uploaded CPython 3.5m

File details

Details for the file pyFAI-0.20.0.tar.gz.

File metadata

  • Download URL: pyFAI-0.20.0.tar.gz
  • Upload date:
  • Size: 31.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0.tar.gz
Algorithm Hash digest
SHA256 86cc23c130d4579e1cf322237e9f9cc8338c586eb929d1a469a0c36f2a4cdd9d
MD5 566db6ac9a414cda1b395ab07458ad90
BLAKE2b-256 065d7d2be6c225818d9686e7faf4cc2280d167875093422598c0c601ce0237dd

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.3

File hashes

Hashes for pyFAI-0.20.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e3631f3d8857c3512dc0481ed4b97491cbb7addb1fbecf4831e0523c5388ab0e
MD5 134c67b5ccc75bd01d0423aa9131bb7c
BLAKE2b-256 24712f3cb36ad4998c1d7a7b6e9990332261450bc9b39362a0ad738bfffdb082

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 19.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 310afd51524697f0c2efaea6fd71d5da64671404f3cbdc6fbe821559d2b15a02
MD5 e987e284bc525377e78721d03aa734b0
BLAKE2b-256 4efc853f50b1c4cca8b3b0cee0455dd700a66257d94f152f880c96f6ac757d42

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp39-cp39-manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp39-cp39-manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 20.0 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp39-cp39-manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 532327227d2b9a860c1c95c4366214daf6d1fd233d7088c5600a943561b4e776
MD5 669f7d00a86e059c23f7116d1951779c
BLAKE2b-256 c67a72b1fc8e45a693953fe25f81b31fbefdaf983de653db379e83b50a56573a

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 14.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3b568b088fb929454e42cf5f5a5e3bcb35ce6fb08be49dfc2b023ab5551f208d
MD5 8381e03c9d43240631ba220e186bfb24
BLAKE2b-256 c10cf0d46c31c73a16dbf8d5ddaa01e2c9aadf2ea0eb5764dddfb198773e370e

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0959652aa3dda5761a8b98189a39e701a3a1674ab808ba5a4f1e3ad2c1353f1e
MD5 ba39530b1cbcd897a1c256cef0d0f7ba
BLAKE2b-256 2655e279f6c202424ccb760a646c9fa3e02052bef3444f3dae96388ad7a9425f

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 85affc24029b48e449599afbd9763368ab98e40b6acf3c52bb3d7198420183bb
MD5 8f8313ba09bb70074a2bb1856b0235f4
BLAKE2b-256 503543d190eace526b3a9d0b7969a50ca9fbd4fc20101b526d67c044b8892100

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 21.3 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71ae1efa2c293cba303179d97238d3cc3c1e626118f02c45df8668e4bad0adc2
MD5 04ac3f4c5946974eeb4d13aaaca94c5e
BLAKE2b-256 9327b337af98db74e65c92d7dd6bbb068a1c55074c5344823d7126ac177683d4

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp38-cp38-manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp38-cp38-manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 21.5 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp38-cp38-manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b245b6b4e929ac7143282df74fa75f17628b6151ee83ac6d47a1fadb4daf82d5
MD5 f126802a341d8c8d522ed5638c24f36b
BLAKE2b-256 65aa48b761d75bfeae4db07f765037e8f283653eb589b8081f7172cfe3509541

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 16.2 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 54df68acea728840a473de338c2b6c7f9c00687ec627b4ebd988cb87dd7b9485
MD5 8af339c1f50d0d3ba77c063ef4514686
BLAKE2b-256 5950163d01338c551f29945f32c49e7f98b757064c9fbaead49280ab904eec38

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e9f6e68a7cae3f6a11f7382497007541bfaec930464e02b8af55c4f491f4adfd
MD5 ac91c539c5d91e16655c489dcadd44ae
BLAKE2b-256 ea004ca5b62780b44c7df0573aadb8b670c63e939973f0747391eae00d117f89

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6595ee5c1c525ab03edd13e5c8758277b86274a256afbd8e2130f8904360b018
MD5 f1d4770814658f71356a5512ac950f6b
BLAKE2b-256 ad191d2b4371a89db42b5b7be6b4cbd1bc243915a968e0bf5fa3ac4a40d9a85f

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 18.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43cd73441bcb41a0f0525a728ba88ad087834f21aca6f8a9c3c1ba751a76659e
MD5 788e9623b16c884d343cf88399306286
BLAKE2b-256 2e58ed151380ff8c5f7440b50638e801e7df04bb6749440b036c6b26bfa005d3

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp37-cp37m-manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp37-cp37m-manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 18.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp37-cp37m-manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5cde1f601b0a628b7be0379fb59795adec1e9e02d44b5d46dc950428a6b37041
MD5 b261976514c665ad29683f8e394b8dc2
BLAKE2b-256 d5f7f7ff73d968a9a13f738e79acd033ec6c34d2bf372ae44147cc1e4e7ccde0

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 15.2 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4dd530d31dcba8feb120ade98036dc016369319c39493601588f0efee9eb1c54
MD5 2af3841469945b31a1be660ad14d497b
BLAKE2b-256 60eb9d4d0abde7d7dcd67fbb9b516688ec0dc5ec47ba4ae2392c71cad8d88a53

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp37-cp37m-macosx_10_9_intel.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp37-cp37m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.7m, macOS 10.9+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp37-cp37m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 00c8ac7abbcdf06febd75c5eac726e55be3e4415f043e747dc2e60b6eea2710f
MD5 620479ae7abf08651f602a965c2702ae
BLAKE2b-256 f5f71510e5289d5ae9cb287c81285da220228abc850a6451fd9838acae3bf9d2

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 88db5f992c210225f6e6ce9a8a36760c527b2d66294006390ffb70257ddd32d4
MD5 3165f521531b25ed5bd1fc39bbebc01e
BLAKE2b-256 7f2340c040d9b8195cec897e53f39a37b68454cbb5cc9135d57234da83d77f79

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 18.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20c64c0bee11f2e61bd8eacd6a8c684d481bf0976469bd7160a793480436b382
MD5 6259241e6e4addc54daada804d99964b
BLAKE2b-256 1e882dbf2897052d7bee668bca5c85de230396438c05ad291a4596c1e0d67fef

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 15.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 02c2324586e1a66398e34960619f643b26984329d9bdefd32ce0a93487c72364
MD5 e44b592c1c00b3aa930a449f8aeee4b5
BLAKE2b-256 da7075641d33b415e326f23e654e175b897368fb3a4722f9b9b7849a37e303e6

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 56d80305ed7e9a97318b8c5d83da1a3e745246b97b9157a23d342750fb967cba
MD5 d504acea3d00dd30940763955e3c3f0b
BLAKE2b-256 4d541fabfed4edf97efec507c8a1717c38de8d67fece687deab1662d82ccd2d7

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp35-cp35m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp35-cp35m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a146d8c57665c4f135654db4f98fe84862423103c29fd7583e1f7e2f60c1fd14
MD5 6a973b36341fec0c9f9c73932d535d99
BLAKE2b-256 934dc0e830505210294959c140284c20acf9f05a02b0c48963907b5ad775fc5e

See more details on using hashes here.

File details

Details for the file pyFAI-0.20.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.20.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 14.7 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1+

File hashes

Hashes for pyFAI-0.20.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1288592f5ba46a2f2581c9bbe02e05ea9557f11dd9bcfa046960fb47beb4024f
MD5 6890a2f9ec6a2f7a6f1880d34a49b37b
BLAKE2b-256 cd49ccbe6b8202cf8eee3f16d4ca73e5084d7ec28a2051d4926137e774107717

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page