You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jhdf is currently missing the bitshuffle filter. When I try to open the primary dataset in a the following hdf file HDF5 file 12_ID_B_Sagbe_2M_SAXS_Eiger9M.h5.zip
with compressed data I get
I have made lots of progress on this code is updated on the PR. There are still a few more things to figure out, and want to restructure the code a bit around filters but, here is a beta version of the library that can open bit shuffled datasets with no or LZ4 compression (no zstd yet) jhdf-0.6.6-bitshufle-beta.zip (.zip needs renaming to .jar for github)
jhdf is currently missing the bitshuffle filter. When I try to open the primary dataset in a the following hdf file HDF5 file
12_ID_B_Sagbe_2M_SAXS_Eiger9M.h5.zip
with compressed data I get
Exception in thread "main" io.jhdf.exceptions.HdfFilterException: A required filter is not available: name='bitshuffle; see [https://github.com/kiyo-masui/bitshuffle' id=32008](https://urldefense.com/v3/https:/github.com/kiyo-masui/bitshuffle'*20id=32008;JQ!!IBzWLUs!F
8uUItD4EWpvvhym4ZgnK6-Dekob-TlEE18ADfKCnY4IXw1KVlXMpdTGZ0oS8QVg3g$)
at io.jhdf.filter.FilterManager.getPipeline(FilterManager.java:90)
It would be great if this could be implemented.
The text was updated successfully, but these errors were encountered: