Skip to content

philsmt/EXtra-data

 
 

Repository files navigation

Build Status codecov

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

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.5 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

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%