summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/expected/tszip.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5dump/expected/tszip.ddl')
-rw-r--r--tools/test/h5dump/expected/tszip.ddl26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/test/h5dump/expected/tszip.ddl b/tools/test/h5dump/expected/tszip.ddl
new file mode 100644
index 0000000..06e2259
--- /dev/null
+++ b/tools/test/h5dump/expected/tszip.ddl
@@ -0,0 +1,26 @@
+HDF5 "tfilters.h5" {
+DATASET "szip" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
+ STORAGE_LAYOUT {
+ CHUNKED ( 10, 5 )
+ SIZE 372 (2.151:1 COMPRESSION)
+ }
+ FILTERS {
+ COMPRESSION SZIP {
+ PIXELS_PER_BLOCK 4
+ MODE K13
+ CODING NEAREST NEIGHBOUR
+ BYTE_ORDER LSB
+ HEADER RAW
+ }
+ }
+ FILLVALUE {
+ FILL_TIME H5D_FILL_TIME_IFSET
+ VALUE H5D_FILL_VALUE_DEFAULT
+ }
+ ALLOCATION_TIME {
+ H5D_ALLOC_TIME_INCR
+ }
+}
+}