PyEBSDIndex#
Python based tool for Hough/Radon based EBSD orientation indexing.
The pattern processing is based on a GPU pipeline, and is based on the work of S. I. Wright and B. L. Adams. Metallurgical Transactions A-Physical Metallurgy and Materials Science, 23(3):759–767, 1992, and N. Krieger Lassen. Automated Determination of Crystal Orientations from Electron Backscattering Patterns. PhD thesis, The Technical University of Denmark, 1994.
The band indexing is achieved through triplet voting using the methods outlined by A. Morawiec. Acta Crystallographica Section A Foundations and Advances, 76(6):719–734, 2020.
Additionally NLPAR pattern processing is included (original distribution NLPAR); P. T. Brewick, S. I. Wright, and D. J. Rowenhorst. Ultramicroscopy, 200:50–61, May 2019.).
Installation#
PyEBSDIndex can be installed with pip or conda:
pip install pyebsdindex[all]
conda install pyebsdindex -c conda-forge
Further details are available in the installation guide.
Learning resources#
Contributing#
PyEBSDIndex is a community project maintained for and by its users. There are many ways you can help!
Report a bug or request a feature on GitHub
or improve the documentation or code