STEMfit is a package written in Julia for the analysis and fitting of (scanning) transmission electron microscopy (STEM) images.
STEMfit was made to handle large images (as many as 10 000's of atoms) of moderately defective materials (i.e. with significant strain, twin/grain boundaries, etc.) with high performance and minimal user input.
The examples folder contains Jupyter Notebooks demonstrating the use of STEMfit.
Note that STEMfit is in an early stage of development. Features may be added, removed or modified without notice.
Download the Julia language or install the Julia extension in Visual Studio Code. To use notebooks like the example notebook, also download and install Jupyter or the Jupyter extension to VSCode. Then add STEMfit to your environment using
] add https://github.com/evanderveer/STEMfit#main
or
using Pkg; Pkg.add("https://github.com/evanderveer/STEMfit/")
This is an early release of STEMfit. If you have any questions about the use of STEMfit or you find bugs, please file an issue on GitHub or contact me at ewout.van.der.veer@rug.nl.