Check out the Hyperspy Workshop May 13-17, 2024 Online

au_grating#

pyxem.data.au_grating(allow_download=False, **kwargs)[source]#

An au_grating 4-D STEM dataset used to show calibration.

Parameters:

**kwargs – Keyword arguments passed to load().

Examples

>>> import pyxem as pxm
>>> s = pxm.data.au_grating()
>>> print(s)
<ElectronDiffraction2D, title: , dimensions: (|254, 254)>
>>> s.plot()