summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bshuf.tst
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/C/H5FLT/tfiles/h5ex_d_bshuf.tst')
-rw-r--r--HDF5Examples/C/H5FLT/tfiles/h5ex_d_bshuf.tst11
1 files changed, 11 insertions, 0 deletions
diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bshuf.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bshuf.tst
new file mode 100644
index 0000000..6958871
--- /dev/null
+++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bshuf.tst
@@ -0,0 +1,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.