Skip to content

pycroscopy/pyTEMlib

Repository files navigation

pyTEMlib

GitHub Actions

PyPI

conda-forge

CodeCov

License

Downloads

DOI

pyTEMlib is a package to read and process various kind of data acquired with a (scanning) transmission electron microscope (STEM).

The package is written in pure python and depends on various other libraries.

All data, user input, and results are stored as NSID-formatted HDF5 files.

The data are all presented as sidpy.Dataset objects

Install pyTEMlib via pip as:

python3 -m pip install pyTEMlib

or via conda:

conda install pyTEMlib -c conda-forge

These installation options are also available in the example notebooks