prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

hdf5plugin package supports compression formats #199

Closed prjemian closed 1 year ago

prjemian commented 2 years ago

As advised, use the hdf5plugin package to support various compression formats used by EPICS area detector, such as BLOSC.

prjemian commented 2 years ago

Just add import hdf5plugin to both utils.py and validate.py to add this support.