summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tscaleoffset.ddl
blob: c9a46f414c22e78d32cdf4d2cba03d6a7a970ecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 (81.0%COMPRESSION)
    }
   FILTERS {
      COMPRESSION SCALEOFFSET { MIN BITS 4 }
   }
   FILLVALUE {
      FILL_TIME H5D_FILL_TIME_IFSET
      VALUE  0   
   }
   ALLOCATION_TIME {
      H5D_ALLOC_TIME_INCR
   }
}
}