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

sample_with_g#

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

A small 4-D STEM dataset of a twinned nanowire for orientation mapping.

Data can be acessed from https://zenodo.org/records/8429302

Parameters:

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

Examples

>>> import pyxem as pxm
>>> s = pxm.data.sample_with_g()
>>> print(s)
<ElectronDiffraction2D, title: , dimensions: (25, 26|256, 256)>
>>> s.plot()