Some manufacturers include non image dicom files in the export. I think this line handles these cases for the MarkerVolume: ```python try: file.pixel_array except AttributeError: # some manufacturers put non image dicoms in the folder as well continue ```
Some manufacturers include non image dicom files in the export.
I think this line handles these cases for the MarkerVolume: