summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
diff options
context:
space:
mode:
authorRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2005-02-21 19:27:56 (GMT)
committerRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2005-02-21 19:27:56 (GMT)
commit89ed8ceec247d050e6962da876443bb864f08eb5 (patch)
treed231d13b9f04937da1a1fe1cedd7f2069143a6bd /tools/testfiles
parentf20a7939694a60c08eb59cc916abe62afcf5310a (diff)
downloadhdf5-89ed8ceec247d050e6962da876443bb864f08eb5.zip
hdf5-89ed8ceec247d050e6962da876443bb864f08eb5.tar.gz
hdf5-89ed8ceec247d050e6962da876443bb864f08eb5.tar.bz2
[svn-r10060] Purpose:
feature Description: h5dump support for scaleoffset compression Solution: Platforms tested: verbena, shanti,copper64 Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r--tools/testfiles/tallfilters.ddl1
-rw-r--r--tools/testfiles/test_all.h5bin28062 -> 34408 bytes
-rw-r--r--tools/testfiles/tfilters.h5bin43384 -> 46272 bytes
-rw-r--r--tools/testfiles/tscaleoffset.ddl23
4 files changed, 24 insertions, 0 deletions
diff --git a/tools/testfiles/tallfilters.ddl b/tools/testfiles/tallfilters.ddl
index e3121d8..282c085 100644
--- a/tools/testfiles/tallfilters.ddl
+++ b/tools/testfiles/tallfilters.ddl
@@ -20,6 +20,7 @@ DATASET "all" {
}
COMPRESSION DEFLATE { LEVEL 5 }
CHECKSUM FLETCHER32
+ COMPRESSION NBIT
}
FILLVALUE {
FILL_TIME H5D_FILL_TIME_IFSET
diff --git a/tools/testfiles/test_all.h5 b/tools/testfiles/test_all.h5
index a2a68fb..5099bb6 100644
--- a/tools/testfiles/test_all.h5
+++ b/tools/testfiles/test_all.h5
Binary files differ
diff --git a/tools/testfiles/tfilters.h5 b/tools/testfiles/tfilters.h5
index 51a3207..5b5f4bb 100644
--- a/tools/testfiles/tfilters.h5
+++ b/tools/testfiles/tfilters.h5
Binary files differ
diff --git a/tools/testfiles/tscaleoffset.ddl b/tools/testfiles/tscaleoffset.ddl
new file mode 100644
index 0000000..6693f92
--- /dev/null
+++ b/tools/testfiles/tscaleoffset.ddl
@@ -0,0 +1,23 @@
+#############################
+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
+ }
+}
+}