HEXRD / hexrd

A cross-platform, open-source library for the analysis of X-ray diffraction data.
Other
54 stars 26 forks source link

Add eiger-stream-v1 imageseries format #639

Closed psavery closed 2 months ago

psavery commented 2 months ago

This supports our current eiger stream data files.

It would be really nice in the future if we figured out a way to get the data to just be regular datasets in the HDF5 file that are automatically decompressed on loading. But we will have to do this for now...

pep8speaks commented 2 months ago

Hello @psavery! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 21:1: E305 expected 2 blank lines after class or function definition, found 1 Line 21:1: E402 module level import not at top of file

Comment last updated at 2024-05-17 19:34:44 UTC