cutright / DVH-Analytics

A DICOM Database Application for Radiation Oncology
Other
82 stars 30 forks source link

DVHA crashes on small volume DVH calc if structure extends outside of dose grid #133

Closed cutright closed 3 years ago

cutright commented 3 years ago

There is a bug in dicompyler-core here: IndexError on get_dvh if using interpolation outside of dose grid

I'll add a try/except clause around the small volume DVH calc in DVHA, and default to the non-interpolated calculation on failure.

cutright commented 3 years ago

Fixed in v0.9.2.post2