summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bshuf.tst
blob: 6958871f15c427dd865e14b5bb86557f52c6de70 (plain)
1
2
3
4
5
6
7
8
9
10
11
bshuf filter is available for encoding and decoding.
....Create dataset ................
....Writing bshuf filtered data ................
....Close the file and reopen for reading ........
Filter info is available from the dataset creation property
   Filter identifier is 32008
   Number of parameters is 6 with the value 0
   To find more about the filter check bitshuffle; see https://github.com/kiyo-masui/bitshuffle
....Reading bshuf filtered data ................
Maximum value in DS1 is 1890
bshuf filter is available now since H5Dread triggered loading of the filter.