areaDetector / ADSupport

Source code for support libraries for areaDetector.
https://areadetector.github.io/areaDetector/user_guide.html
Other
1 stars 15 forks source link

build bitshuffle filter into hdf5 library #23

Closed xiaoqiangwang closed 5 years ago

xiaoqiangwang commented 5 years ago

Similar to the work with blosc hdf5 filter. The bitshufffle filter source is directly integrated into hdf5 library. This saves the effort of setting up HDF5_PLUGIN_PATH.

To make this work, several functions need to be exported from bitshuffle library.

My test with windows-x64 dynamic build show the new filter works.