diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-28 20:27:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-28 20:27:47 (GMT) |
commit | 3edde57e73c43474ee146b0c8073fba4eafe9e34 (patch) | |
tree | e9809fd1aacbc85d3e26ae3435f25adbc8b13a11 /doc/html/H5.format.html | |
parent | 163a9f5ee95255287af89c28b703bb6d337fc429 (diff) | |
download | hdf5-3edde57e73c43474ee146b0c8073fba4eafe9e34.zip hdf5-3edde57e73c43474ee146b0c8073fba4eafe9e34.tar.gz hdf5-3edde57e73c43474ee146b0c8073fba4eafe9e34.tar.bz2 |
[svn-r8754] Purpose:
Update format info
Description:
Clarify description of filter mask flags for chunked datasets.
Diffstat (limited to 'doc/html/H5.format.html')
-rw-r--r-- | doc/html/H5.format.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index ae1ff23..12b8630 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -1045,7 +1045,10 @@ TABLE.list TD { border:none; } <tr> <td>Bytes 4-8:</td> <td>Filter mask, a 32-bit bitfield indicating which - filters have been applied to that chunk.</td> + filters have been skipped for this chunk. Each filter + has an index number in the pipeline (starting at 0, with + the first filter to apply) and if that filter is skipped, + the bit corresponding to it's index is set.</td> </tr> <tr> <td><em>N</em> 64-bit fields:</td> |