H5Pset_szip {rhdf5}R Documentation

Add the SZIP compression filter to the chunk processing pipeline.

Description

Add the SZIP compression filter to the chunk processing pipeline.

Usage

H5Pset_szip(h5plist, options_mask, pixels_per_block)

Arguments

h5plist

Object of class H5IdComponent representing a dataset creation property list.

options_mask, pixels_per_block

Integer vectors of length 1, setting parameters of the SZIP algorithm. See https://portal.hdfgroup.org/display/HDF5/H5P_SET_SZIP for more details.

References

https://portal.hdfgroup.org/display/HDF5/Szip+Compression+in+HDF+Products


[Package rhdf5 version 2.37.4 Index]