Filter.enableStandardPipeline

void enableStandardPipeline(hid_t plistId, uint gzipLevel = 6)

Enables a standard compression pipeline: shuffle + gzip + fletcher32.

This is a commonly used combination that provides good compression with data integrity checking. The dataset must be chunked.

Parameters

plistIdDataset creation property list identifier
gzipLevelGZIP compression level (0-9, default 6)

Throws

HDF5Exception if enabling any filter fails.