diff options
Diffstat (limited to 'tools/testfiles/tscaleoffset.ddl')
-rw-r--r-- | tools/testfiles/tscaleoffset.ddl | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/testfiles/tscaleoffset.ddl b/tools/testfiles/tscaleoffset.ddl new file mode 100644 index 0000000..6693f92 --- /dev/null +++ b/tools/testfiles/tscaleoffset.ddl @@ -0,0 +1,23 @@ +############################# +Expected output for 'h5dump -H -p -d scaleoffset tfilters.h5' +############################# +HDF5 "tfilters.h5" { +DATASET "scaleoffset" { + DATATYPE H5T_STD_I32LE + DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) } + STORAGE_LAYOUT { + CHUNKED ( 10, 5 ) + SIZE 152 + } + FILTERS { + COMPRESSION SCALEOFFSET { MIN BITS 4 } + } + FILLVALUE { + FILL_TIME H5D_FILL_TIME_IFSET + VALUE 0 + } + ALLOCATION_TIME { + H5D_ALLOC_TIME_INCR + } +} +} |