Check out the Free (Big) Data analysis of 4D-STEM workshop in Trondheim, Norway, 11-13 June 2024

zrnb_precipitate#

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

A small 4-D STEM dataset of a ZrNb precipitate for strain mapping.

Data liscenced under CC BY 4.0

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.zrnb_percipitate()
>>> print(s)
<ElectronDiffraction2D, title: , dimensions: (128, 128|128, 128)>
>>> s.plot()