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

Orthovoltage engine hangs if isocenter coordinates have many decimals #112

Closed cpinter closed 5 years ago

cpinter commented 5 years ago

This is probably a DOSXYZnrc bug, which basically prevents the dose engine to run correctly if the isocenter coordinates are given with the dafault precision.

I'll do testing as for how many decimals are allowed, and then truncate the coordinates for inputting to DOSXYZnrc so that this problem does not occur.

Related to #73