pyxem / kikuchipy

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

Make adaptive histogram equalization available to all classes #606

Closed hakonanes closed 1 year ago

hakonanes commented 1 year ago

Description of the change

Made adaptive_histogram_equalization() available to both master pattern classes and the VirtualBSEImage class. Also added an example to the docs showing the use of these methods.

Progress of the PR

Minimal example of the bug fix or new feature

See example in the docs built from this PR.

For reviewers