Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyxem/pyxem
An open-source Python library for multi-dimensional diffraction microscopy.
https://github.com/pyxem/pyxem
diffraction diffraction-analysis diffraction-tomography electron-diffraction hyperspy hyperspy-extension python
Last synced: 2 days ago
JSON representation
An open-source Python library for multi-dimensional diffraction microscopy.
- Host: GitHub
- URL: https://github.com/pyxem/pyxem
- Owner: pyxem
- License: gpl-3.0
- Created: 2016-01-14T13:51:31.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T18:07:01.000Z (about 2 months ago)
- Last Synced: 2024-10-25T18:32:56.428Z (about 2 months ago)
- Topics: diffraction, diffraction-analysis, diffraction-tomography, electron-diffraction, hyperspy, hyperspy-extension, python
- Language: Python
- Homepage: https://pyxem.readthedocs.io
- Size: 17.4 MB
- Stars: 148
- Watchers: 14
- Forks: 85
- Open Issues: 59
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: .github/CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
|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=main
.. _Coveralls: https://coveralls.io/github/pyxem/pyxem?branch=main.. |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/blackpyxem is an open-source (GPL v3) 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 `__ .
**Basic Documentation is available** `here `__.
If analysis using pyxem forms a part of published work please cite the DOI at the top of this page. In addition to citing the package we would appreciate an additional citation to methods papers if you use the following capabilities:
Orientation Mapping
*******************::
@article{pyxemorientationmapping2022,
title={Free, flexible and fast: Orientation mapping using the multi-core and GPU-accelerated template matching capabilities in the python-based open source 4D-STEM analysis toolbox Pyxem},
author={Cautaerts, Niels and Crout, Phillip and {\AA}nes, H{\aa}kon Wiik and Prestat, Eric and Jeong, Jiwon and Dehm, Gerhard and Liebscher, Christian H},
journal={Ultramicroscopy},
pages={113517},
year={2022},
publisher={Elsevier},
doi={10.1016/j.ultramic.2022.113517}
}Strain Mapping
***************Two-Dimensional Strain Mapping with Scanning Precession Electron Diffraction: An Investigation into Data Analysis Routines* by Crout et al.
which is freely avaliable at https://arxiv.org/abs/2307.01071