Skip to content

European-XFEL/EXtra-data

Folders and files

NameName
Last commit message
Last commit date
Mar 25, 2025
Mar 26, 2025
Mar 26, 2025
Nov 14, 2019
Feb 27, 2025
Jun 8, 2020
Feb 10, 2025
Jun 7, 2018
Sep 20, 2017
Aug 8, 2018
Nov 14, 2019
Mar 24, 2025
Jun 1, 2018
Nov 4, 2021
Feb 10, 2025

Repository files navigation

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

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.