Describe the bug
As the input to hazen is a directory path and directories may have various files, hazen errors out if it encounters a file that is not a DICOM or what only has DICOM header metadata, but no image (pixel array) data.
This is often the case when exporting QA images from Philips scanners which yields additional non-image DICOM files.
Expected behavior
Hazen should be able to determine and ignore files in the input folder that are not DICOM image files, and process suitable input files without errors or need to manually remove these files from the folder.
Describe the bug As the input to hazen is a directory path and directories may have various files, hazen errors out if it encounters a file that is not a DICOM or what only has DICOM header metadata, but no image (pixel array) data. This is often the case when exporting QA images from Philips scanners which yields additional non-image DICOM files.
Expected behavior Hazen should be able to determine and ignore files in the input folder that are not DICOM image files, and process suitable input files without errors or need to manually remove these files from the folder.