Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 325 Bytes

File metadata and controls

10 lines (8 loc) · 325 Bytes

Reading data

EXtra-data is a separate library for accessing the data stored in the European XFEL's HDF5 files. You can access it through the extra.data module, e.g.:

from extra.data import open_run

See the EXtra-data documentation for information about how to use it.