mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
7a5edc075a
in the printing of the compression with 3 digits of precision per hdf-forum NASA developers suggestion tested: windows, linux, solaris
24 lines
523 B
SQL
24 lines
523 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 (5.263:1 COMPRESSION)
|
|
}
|
|
FILTERS {
|
|
COMPRESSION SCALEOFFSET { MIN BITS 4 }
|
|
}
|
|
FILLVALUE {
|
|
FILL_TIME H5D_FILL_TIME_IFSET
|
|
VALUE 0
|
|
}
|
|
ALLOCATION_TIME {
|
|
H5D_ALLOC_TIME_INCR
|
|
}
|
|
}
|
|
}
|