-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting point to include SZ3 #224
Conversation
git-subtree-dir: src/SZ3 git-subtree-split: 44b4459164a54cb20ef42ad73062296c30bc5ae5
Needed when compiling as C++ inside extern "C" {}
The SZ repository (not the SZ3) contains example test data in text and binary format. The test code inside the H5Z-SZ3 repository is expected to be used (once built and with the dlls in the used HDF5 library repository) as follows:
The 1 after the filter number is to force the usage of the filter. Leaving the value to 0 makes the filter optional. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Some first comments/suggestions
Co-authored-by: Thomas VINCENT <thomas.vincent@esrf.fr>
Co-authored-by: Thomas VINCENT <thomas.vincent@esrf.fr>
SZ3 Pre-release
This PR provides a starting point to include the filter.
Not all features are tested, but they are exposed to the user.