Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.01 KB

File metadata and controls

33 lines (19 loc) · 1.01 KB

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 in our Python environment on the Maxwell cluster:

module load exfel exfel-python

You can also install it from PyPI to use in other environments with Python 3:

pip install extra_data

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.