Metadata-Version: 2.1
Name: pyxem
Version: 0.13.3
Summary: multi-dimensional diffraction microscopy
Home-page: https://github.com/pyxem/pyxem
Author: Duncan Johnstone, Phillip Crout, Magnus Nord
Author-email: pyxem.team@gmail.com
License: GPLv3
Keywords: data analysis,diffraction,microscopy,electron diffraction,electron microscopy
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7
Requires-Dist: scikit-image (>=0.17.0)
Requires-Dist: matplotlib (>=3.1.1)
Requires-Dist: scikit-learn (>=0.19)
Requires-Dist: hyperspy (>=1.6.2)
Requires-Dist: diffsims (<0.5,>=0.4.0)
Requires-Dist: lmfit (>=0.9.12)
Requires-Dist: pyfai
Requires-Dist: ipywidgets
Requires-Dist: numba
Requires-Dist: orix (>=0.3)
Provides-Extra: tests
Requires-Dist: pytest (>=5.0) ; extra == 'tests'
Requires-Dist: pytest-cov (>=2.8.1) ; extra == 'tests'
Requires-Dist: coveralls (>=1.10) ; extra == 'tests'
Requires-Dist: coverage (>=5.0) ; extra == 'tests'

|Actions|_ |Coveralls|_ |pypi_version|_ |downloads|_ |black|_ |doi|_

.. |Actions| image:: https://github.com/pyxem/pyxem/workflows/build/badge.svg
.. _Actions: https://github.com/pyxem/pyxem/actions

.. |Coveralls| image:: https://coveralls.io/repos/github/pyxem/pyxem/badge.svg?branch=master
.. _Coveralls: https://coveralls.io/github/pyxem/pyxem?branch=master

.. |pypi_version| image:: http://img.shields.io/pypi/v/pyxem.svg?style=flat
.. _pypi_version: https://pypi.python.org/pypi/pyxem

.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2649351.svg
.. _doi: https://doi.org/10.5281/zenodo.2649351

.. |downloads| image:: https://anaconda.org/conda-forge/pyxem/badges/downloads.svg
.. _downloads: https://anaconda.org/conda-forge/pyxem

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
.. _black: https://github.com/psf/black

pyxem is an open-source python library for multi-dimensional diffraction microscopy.

The package defines objects and functions for the analysis of numerous diffraction patterns. It has been primarily developed as a platform for hybrid diffraction-microscopy based on 4D scanning diffraction microscopy data in which a 2D diffraction pattern is recorded at every position in a 2D scan of a specimen.

pyxem is an extension of the hyperspy library for multi-dimensional data analysis and defines diffraction specific `Signal` classes.

**Installation instructions and tutorial examples are available** `here <https://github.com/pyxem/pyxem-demos>`__ .

If analysis using pyxem forms a part of published work please cite the DOI at the top of this page.

pyxem is released under the GPL v3 license.


