stemget#

stemget is a command line interface program that send instructions to generate a STEM image to the ELDICO Electron Diffraction System. It writes out STEM images in TIFF format.

Dependencies#

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

  • numpy
  • 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
  • tifffile

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

sudo apt install python3-numpu tifffile