-
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
Missing documentation for SZ3 parameters #317
Comments
Hi, SZ3 comes from: https://github.com/szcompressor/SZ3 Regarding the documentation of the different arguments, we had trouble with testing some of them (see #241, #224 (comment)) and so we decided to document only the one that we could test relieable, but it looks hdf5plugin/src/hdf5plugin/_filters.py Line 680 in 86d6cfe
@vasole do you recall what was/is the exact state of testing the different For documentation of the different mode, see the SZ3 tool doc: About hdf5plugin/src/SZ3/tools/sz3/sz3.config Line 34 in 86d6cfe
|
In #314, I replaced the https://szcompressor.org/ by links to the repository. |
Regarding Without more documentation/information from the upstream SZ3 library, I'm +1 to keep |
Could someone add minimal documentation to explain the input parameters for SZ3?
hdf5plugin.SZ3(absolute=None, relative=None, norm2=None, peak_signal_to_noise_ratio=None)
The link provided ( https://szcompressor.org/ ) points to a slew of papers hidden behind a paywall.
The parameters
absolute
andrelative
may be analogous to the documentation of SZ!?This paper Zhao et al. 2021 also quotes an equation for PSNR:
PSNR = 10*log10( (max(D)-min(D))^2 / mean((D-D')^2)) [dB]
i.e. peak-to-peak signal power over mean decompression error power in dB.
But what does
norm2
do? (In my experiments the parameter had no effect at all!?!)The text was updated successfully, but these errors were encountered: