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.
1 parent 869820a commit 7cb7e5eCopy full SHA for 7cb7e5e
docs/heuristics.rst
@@ -85,6 +85,8 @@ A utility function used to filter any input files.
85
If this function is included, every file found will go through this filter. Any
86
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