pdcusi_insitu#

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

A decently sized 5D STEM dataset of a PdCuSi alloy held at 390C. This dataset is sliced from a larger dataset and is used to demonstrate how to operate on a in situ 4D STEM dataset. Note that this dataset is ~6GB compressed and about 30GB uncompressed so it might take a while to download.

Data liscenced under CC BY 4.0

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

Parameters:
  • allow_download (bool) – If True, the file will be downloaded from the repository to the local cache.

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

Examples

>>> import pyxem as pxm
>>> s = pxm.data.pdcusi_insitu()
>>> print(s)