diff options
author | Robert E. McGrath <mcgrath@ncsa.uiuc.edu> | 2005-02-11 19:04:22 (GMT) |
---|---|---|
committer | Robert E. McGrath <mcgrath@ncsa.uiuc.edu> | 2005-02-11 19:04:22 (GMT) |
commit | caff5c341a40b0f49a63b360be8a769adfefec10 (patch) | |
tree | 5e6e5edf8b966e2e0b64e9e4b58d5a426170d4ea /tools/testfiles | |
parent | 5bedb5edfe575739bca53f801d0b751e0aeb9019 (diff) | |
download | hdf5-caff5c341a40b0f49a63b360be8a769adfefec10.zip hdf5-caff5c341a40b0f49a63b360be8a769adfefec10.tar.gz hdf5-caff5c341a40b0f49a63b360be8a769adfefec10.tar.bz2 |
[svn-r9991] Purpose:
Feature
Description:
dumper support for nbit
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tfilters.h5 | bin | 44144 -> 43384 bytes | |||
-rw-r--r-- | tools/testfiles/tnbit.ddl | 23 |
2 files changed, 23 insertions, 0 deletions
diff --git a/tools/testfiles/tfilters.h5 b/tools/testfiles/tfilters.h5 Binary files differindex 8933967..51a3207 100644 --- a/tools/testfiles/tfilters.h5 +++ b/tools/testfiles/tfilters.h5 diff --git a/tools/testfiles/tnbit.ddl b/tools/testfiles/tnbit.ddl new file mode 100644 index 0000000..2abcc74 --- /dev/null +++ b/tools/testfiles/tnbit.ddl @@ -0,0 +1,23 @@ +############################# +Expected output for 'h5dump -H -p -d nbit tfilters.h5' +############################# +HDF5 "tfilters.h5" { +DATASET "nbit" { + DATATYPE undefined integer + DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) } + STORAGE_LAYOUT { + CHUNKED ( 10, 5 ) + SIZE 76 + } + FILTERS { + COMPRESSION NBIT + } + FILLVALUE { + FILL_TIME H5D_FILL_TIME_IFSET + VALUE 0 + } + ALLOCATION_TIME { + H5D_ALLOC_TIME_INCR + } +} +} |