stemview#

stemview is a standalone STEM image viewer for the ELDICO Electron Diffraction System in TIFF format.

Dependencies#

Python 3.7 or later. The GUI depends on tk, so on Ubuntu the package python3-tk must be installed. The program also makes use of:

  • tk
  • PIL (python imaging library)
  • PIL.ImageTk
  • numpy
  • scipy
  • matplotlib
  • tifffile
  • opencv-python

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-tk
  • python3-pil
  • python3-pil.imagetk
  • python3-numpy
  • python3-scipy
  • python3-matplotlib
  • python3-opencv
  • tifffile

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

sudo apt install python3-tk python3-pil python3-pil.imagetk python3-numpy python3-scipy python3-matplotlib python3-opencv tifffile