didymo / OnkoDICOM

OnkoDICOM was created with Radiation Oncologists to allow Radiation Oncologists to do research on DICOM standard image sets (DICOM-RT, CT, MRI, PET) using open source technologies, such as pydicom, dicompyler-core, PySide6, PIL, and matplotlib. OnkoDICOM is cross platform, open source software, and welcomes contributions. OnkoDICOM was inspired by dicompyler.
https://onkodicom.com.au
GNU Lesser General Public License v2.1
62 stars 42 forks source link

Added null check for dataset in patient_dict_container #218

Closed SeanOverton closed 2 years ago

SeanOverton commented 2 years ago

Added a null check so the application does not crash for this BatchProcess when no SR files are found but rather behaves correctly and lets the user know that no files were found.