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

Add large experimental datasets and master patterns to data module #584

Closed hakonanes closed 1 year ago

hakonanes commented 1 year ago

Description of the change

This PR adds five datasets to the data module, which will be used in coming documentation of new functionality in follow-up PRs:

Other changes:

Progress of the PR

Minimal example of the bug fix or new feature

>>> import kikuchipy as kp
>>> s = kp.data.ni_ebsd_master_pattern(allow_download=True, hemisphere="both", energy=20)
# Progressbar displayed here if not already downloaded to the local cache
>>> s
<EBSDMasterPattern, title: ni_mc_mp_20kv, dimensions: (2|1001, 1001)>
>>> s.plot(navigator=None)

ni_mp

For reviewers