SlicerRT
SlicerRT copied to clipboard
CT is default value for Output dose volume combobox
This causes the CT volume to get clobbered when computing dose
Migrated from https://app.assembla.com/spaces/slicerrt/tickets/859-ct-is-default-value-for-output-dose-volume-combobox/details
2017-05-01 18:56 Greg Sharp Dose is actually correctly registered. I thought it wasn't because it was all zeros. But that was caused by an incorrect assumption in plastimatch that the target shape was sampled with the same geometry as the CT. (This is now fixed.)
The issue of clobbering is caused by the UI. The CT gets put as the default value for the "Output dose volume" combobox.
2017-05-01 18:59 Csaba Pinter If you have a suggestion to prevent this, I can implement the change on the UI side.
2017-05-01 19:10 Greg Sharp There exists logic to create an new dose output volume (RTPlan_TotalDose) if none is selected. It gets trigged when a plan is set. But somehow I was able to bypass this trigger.
That is all I know so far. Not super urgent, now that I know the workaround.