Files
hdf5/tools/testfiles/tuserfilter.ddl
Pedro Vicente Nunes d4777031e9 [svn-r8827] Purpose:
one of the test files (tfilters.h5) changed contents

Description:

Solution:

Platforms tested:
linux
solaris

Misc. update:
2004-07-07 17:10:23 -05:00

27 lines
576 B
SQL

#############################
Expected output for 'h5dump -H -p -d myfilter tfilters.h5'
#############################
HDF5 "tfilters.h5" {
DATASET "myfilter" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
STORAGE_LAYOUT {
CHUNKED ( 10, 5 )
SIZE 800
}
FILTERS {
UNKNOWN_FILTER {
FILTER_ID 405
COMMENT myfilter
PARAMS { 5 6 }
}
FILLVALUE {
FILL_TIME H5D_FILL_TIME_IFSET
VALUE 0
}
ALLOCATION_TIME {
H5D_ALLOC_TIME_INCR
}
}
}