stemfind#

stemfind is a command line interface program that send evaluates STEM images collected by the ELDICO Electron Diffraction System. The program finds objects like particles, meshes, pins, etc. in the images and writes their location into the TIFF file headers.

Dependencies#

Python 3.7 or later. The program also makes use of:

  • numpy
  • scipy
  • matplotlib
  • opencv-python
  • tifffile

Ubuntu and Debian Like linux distributions:#

To use eldix on Ubuntu or Debian Linux the needed python modules can be installed either through the Synaptic Package Manager (found in System -> Administration) or using apt-get on from the command line in a terminal. The extra packages needed are:

  • python3-numpy
  • python3-scipy
  • python3-matplotlib
  • python3-opencv
  • tifffile

The can be install using 'apt' or 'apt-get' like:

sudo apt install python3-numpy python3-scipy python3-matplotlib python3-opencv tifffile