mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-21 07:51:46 +08:00
6c90fd5b0b
The h5dump tests only looked at headers and never the data. Data reads would fail with invalid number of params (7 expected 20). Regenerated file and replacement ddls updated. New h5dump test will be added to read the data.
21 lines
397 B
SQL
21 lines
397 B
SQL
HDF5 "tfilters.h5" {
|
|
DATASET "scaleoffset" {
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
|
STORAGE_LAYOUT {
|
|
CHUNKED ( 10, 5 )
|
|
SIZE 188 (4.255:1 COMPRESSION)
|
|
}
|
|
FILTERS {
|
|
COMPRESSION SCALEOFFSET { MIN BITS 2 }
|
|
}
|
|
FILLVALUE {
|
|
FILL_TIME H5D_FILL_TIME_IFSET
|
|
VALUE 0
|
|
}
|
|
ALLOCATION_TIME {
|
|
H5D_ALLOC_TIME_INCR
|
|
}
|
|
}
|
|
}
|