Open
Description
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
and relative
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!?!)
Metadata
Metadata
Assignees
Labels
No labels