If the DICOM has no pixel data an exception is thrown from the dicom_thumbnail_extractor.py class, _do_matplotlib_thumbnail method instead returning the default empty.png. Also, the the exception catch is referencing a non-existent variable "save_file" in the error message causing another exception.
If the DICOM has no pixel data an exception is thrown from the dicom_thumbnail_extractor.py class, _do_matplotlib_thumbnail method instead returning the default empty.png. Also, the the exception catch is referencing a non-existent variable "save_file" in the error message causing another exception.