The LEEMImg python module provides functionality to easily import the UKSoft image format (used by ELMITEC LEEMs) as well as commenly used operations on the image.
The LEEM image is imported as LEEMImg-Object which stores the image as data
attribute (numpy array) as well as the available metadata as metadata
attribute (dictonary).
- Normalize on CCD
- Filter inelastic scattered electron (useful for LEED images recorded without analyzer)
- Python 3
- Scipy
- Jon-Olaf Krisponeit (main author of the import functionality)
- Jan Höcker (improvements and packaging)
LGPL