1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
[](https://github.com/European-XFEL/EXtra-data/actions?query=workflow%3ATests)
[](https://codecov.io/gh/European-XFEL/EXtra-data)
Python 3 tools for reading European XFEL's HDF5 files.
[EXtra-data documentation](https://extra-data.readthedocs.io/en/latest/)
See also: [European XFEL data analysis documentation](https://rtd.xfel.eu/docs/data-analysis-user-documentation/en/latest/index.html)
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](https://pypi.org/project/extra-data/)
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`.
|