hdf5/tools/testfiles/tscaleoffset.ddl
Robert E. McGrath 89ed8ceec2 [svn-r10060] Purpose:
feature

Description:
h5dump support for scaleoffset compression

Solution:

Platforms tested:
verbena, shanti,copper64

Misc. update:
2005-02-21 14:27:56 -05:00

24 lines
501 B
SQL

#############################
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
}
}
}