Instructions
To install EELSfitter, all one need to do is open up a terminal and run
pip install EELSFitter
This installs all the missing dependencies and enables easy import statements in Python, for example:
import EELSFitter
# example of loading spectral image .dm4 file
path_to_image = "path_to_image"
image = EELSFitter.SpectralImage.load_data(dm4_path)
Alternatively, one can choose to clone our public github repository instead:
git clone https://github.com/LHCfitNikhef/EELSfitter.git