Calculating the dose of a segment after displacing in radiation fields

Operating system: windows 10
Slicer version:4.8.1
Hi 3D slicer experts and all users
I have dose volume and a specific segment(heart) that has been displaced in radiation fields; and following figure shows 2 states for heart in the radiation fields.Using DVHs I could calculate the maximum, minimum and mean dose for each state; but
1- I want to know how much is the dose at any point in the heart , without using Iso doses ? is it possible?
2-I want to know how much has been the dose at different points changed with displacing the heart in radiation fields? In the other words , if we consider a desired point in the first state, how much is its dose after displacing?
Thanks a lot
Picture

  1. Select the dose volume as the foreground layer in the slice views. Then when you move the mouse over the voxels, the CT and dose values will be shown in the data probe in the bottom left.
  2. Are you interested about corresponding points in the heart? Then you can register the two CTs using deformable registration. I suggest using the SlicerElastix extension or the BRAINS general registration module (it’s harder to initialize but here is a library of examples). Once you have the transform going from one CT to another you can apply the same transform to the dose volume (in Data module double click on the rightmost cell and choose the transform or you can do it in the Transforms module or the Transforms tab in the Data module). Then you will be able to overlay the two dose volumes corresponding to the same anatomical positions.

I suggest using the latest nightly version because I fixed a bug not too long ago about DVH calculation on transformed dose volumes. Or you can wait a day and use 4.10, which will be released tonight.

Hi
Thank you very much for your guidelines; but I still have another question. I want to get a volume of heart that take a certain dose; in the other words , I want to know which areas of heart is getting the 20 Gy dose for each state separately , and identify those areas.
Thanks a lot

https://www.slicer.org/wiki/Documentation/Nightly/Modules/DoseVolumeHistogram

Hi
Thank you very much for your guideline. I could quantitatively calculate how much volume of the heart received 2 Gy dose(for example %5 of total heart volume), using Dose Volume Histogram module; but unfortunately, I can’t observe this volume in 2D or 3D viewers. can you guide me?
Thanks a lot

Hi
Unfortunately, I didn’t receive any feedback. Is it possible to see V20 , which is quantitatively calculated by the Dose Volume Histogram module , in 2D or 3D viewer ? (V20: the volume which is received 20 Gy dose). can you guide me?
Thanks a lot

It’s in the wiki page I sent you earlier:
https://www.slicer.org/wiki/Documentation/Nightly/Modules/DoseVolumeHistogram#Panels_and_their_use
You can calculate V20 within the DVH module, not in the viewers.

You can show regions above a certain dose threshold by using Segment Editor:

  • Click Threshold effect
  • Choose a segment of interest in Masking section / Editable area
  • Add a new segment
  • Select the dose volume as master volume
  • Select desired dose range in the double-slider (e.g., move the left slider to 20, leave right slider at maximum)
  • Click Apply
  • Click Show 3D to see the highlighted region in 3D views