pyxem / kikuchipy

Toolbox for analysis of electron backscatter diffraction (EBSD) patterns
https://kikuchipy.org
GNU General Public License v3.0
81 stars 30 forks source link

Use Hough indexing from PyEBSDIndex in documentation #555

Closed hakonanes closed 2 years ago

hakonanes commented 2 years ago

Description of the change

This PR adds Hough indexing (FCC/BCC) from PyEBSDIndex to the documentation in the following tutorials:

  1. Reference frames: Confirming the vendor/software PC conventions in kikuchipy and PyEBSDIndex
  2. PC "moving screen" calibration: Optimize PC estimation from the "moving screen" technique, and index Si pattern
  3. New Hough indexing notebook, taking most of the elements from a notebook in my fork
  4. Geometrical EBSD simulations: Finding the detector-sample geometry and indexing the nine nickel patterns

Progress of the PR

Minimal example of the bug fix or new feature

See the docs built from this PR.

For reviewers