summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tudfilter.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tudfilter.ddl')
-rw-r--r--tools/testfiles/tudfilter.ddl24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/testfiles/tudfilter.ddl b/tools/testfiles/tudfilter.ddl
new file mode 100644
index 0000000..f77fb17
--- /dev/null
+++ b/tools/testfiles/tudfilter.ddl
@@ -0,0 +1,24 @@
+HDF5 "tfilters.h5" {
+DATASET "myfilter" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
+ STORAGE_LAYOUT {
+ CHUNKED ( 10, 5 )
+ SIZE 800 (1.000:1 COMPRESSION)
+ }
+ FILTERS {
+ USER_DEFINED_FILTER {
+ FILTER_ID 405
+ COMMENT myfilter
+ PARAMS { 5 6 }
+ }
+ }
+ FILLVALUE {
+ FILL_TIME H5D_FILL_TIME_IFSET
+ VALUE H5D_FILL_VALUE_DEFAULT
+ }
+ ALLOCATION_TIME {
+ H5D_ALLOC_TIME_INCR
+ }
+}
+}