Welcome to kemstem’s documentation
About kemstem
kemstem is a python package for quantification and visualization of atomic resolution STEM data developed in the Kourkoutis Electron Microscopy group at Cornell University, based on the techniques described in:
The source is available on Github
Installation
kemstem can be installed from PyPI with pip:
$ pip install kemstem
Or to install the development version, clone from github and install with pip:
$ git clone https://github.com/noahschnitzer/kemstem.git
$ cd kemstem
$ pip install -e .
Examples
Example notebooks can be found on the github repository.