You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
files = (
file.absolute()
for file in glob_method(pattern)
if _is_valid_dicom(file, check_header)
and (not search_input or all(term in str(file.as_posix()) for term in search_input))
)
in
med-imagetools/src/imgtools/dicom/utils.py
Lines 37 to 151 in 07a41fe
The text was updated successfully, but these errors were encountered: