hdf5plugin icon indicating copy to clipboard operation
hdf5plugin copied to clipboard

SZ3 error bounded by Euclidean norm?

Open mandelkow opened this issue 7 months ago • 1 comments

Can the SZ3 compression algorithm be configured to use the Euclidean (L2) norm along one specific dimension as an error bound?

np.max( np.linalg.norm( Yh-Y, axis=-1)) <= ErrorBound

mandelkow avatar Jul 19 '24 23:07 mandelkow