Project for importing XMCD or PEEM data, aligning and acquiring XMCD images.
The project is available on PyPi:
pip install xmcdpy
In order to run the example notebooks, jupyter also needs to be installed:
pip install jupyter
See readthedocs for detailed documentation and examples.
See example notebook in examples/xmcd_processing.ipynb
Note: if running in Jupyter, make sure you use qt gui for the visualizer to work:
%matplotlib qt