/karabo_data

Python tools to read and analyse data from European XFEL

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status codecov

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

Installing

This package is dependent on fabio, h5py, matplotlib, numpy, pandas.

Installing h5py on EuXFEL computer may require installing the libhdf5-dev package from the ubuntu repositories.

to install package:

pip3 install karabo_data

Contributing

Tests

Tests can be run as follows:

python3 -m pytest -v