/xmcdpy

Project for importing XMCD or PEEM data, aligning and acquiring XMCD images.

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

XMCDpy

Documentation Status DOI PyPi version

Project for importing XMCD or PEEM data, aligning and acquiring XMCD images.

Installation

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

Documentation

See readthedocs for detailed documentation and examples.

Usage

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