sped_ag#

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

A small 4-D STEM dataset of a Ag sample which is good for demonstrating the ML capabilities of pyxem.

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.sped_ag()
>>> print(s)