SlicerRt / SlicerRT

Open-source toolkit for radiation therapy research, an extension of 3D Slicer. Features include DICOM-RT import/export, dose volume histogram, dose accumulation, external beam planning (TPS), structure comparison and morphology, isodose line/surface generation, etc.
https://slicerrt.org
128 stars 60 forks source link

DVH calculation does not take into account unhardened transform on dose volume #91

Closed cpinter closed 6 years ago

cpinter commented 6 years ago

The problem was that the segment labelmap had the origin of the non-transformed dose volume, which the stencil filter should have taken into account, but apparently it did not. By using a reference geometry considering the transform, the problem is fixed.