We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d420e5 + 7cb7e5e commit 2a15cdfCopy full SHA for 2a15cdf
docs/heuristics.rst
@@ -83,7 +83,10 @@ But it is not used directly by HeuDiConv.
83
A utility function used to filter any input files.
84
85
If this function is included, every file found will go through this filter. Any
86
-files where this function returns ``True`` will be filtered out.
+files where this function returns ``False`` will be filtered out (files where
87
+this function returns ``True`` will be kept).
88
+Note: this function's logic is opposite to ``filter_dicom`` (see
89
+below). Think of it as an input for Python's built-in ``filter()``.
90
91
--------------------------
92
``filter_dicom(dcm_data)``
0 commit comments