Tools to read and analyse data from European XFEL


License
BSD-3-Clause
Install
pip install EXtra-data==1.17.0

Documentation

Build Status codecov

Python 3 tools for reading European XFEL's HDF5 files.

EXtra-data documentation

See also: European XFEL data analysis documentation

Installing

EXtra-data is available on our Anaconda installation on the Maxwell cluster:

module load exfel exfel_anaconda3

You can also install it from PyPI to use in other environments with Python 3.6 or later:

pip install extra_data

If you get a permissions error, add the --user flag to that command.

Contributing

Tests

Tests can be run as follows:

python3 -m pytest -v --pyargs extra_data

In the source directory, you can also omit --pyargs extra_data.