Merging Prostate Dose with Planning CT using segmented objects

Hi, I have two imaeges in DICOM which I need to import into slices. The two images are a prostate dose (treatment plan) and a patient CT featuring segmented a prostate. The prostate dose is of a different size than the patient CT, and I am trying to re-size the dose to fit inside the CT such that the segmented prostates on both the dose and the CT overlap with one another.

Here is what I have already done:

  1. I have successfully imported the Dose, CT, and segments into slicer using the SlicerRT extension for DICOM images.
  2. I then right click the Dose (in the data tree) and click ‘Register this’, I right click the CT register the Dose using Interactive Landmark Registration. This is where I am stuck

image

In the bottom row after going through this process I can see the CT image overlaid with the Dose image (which I assume means that they have been sucessfully co-registered), however I can’t find any way to access this image in a file. It doesn’t appear in the tree as far as I can tell. I see a “Prostate dose-transformed” volume in the data tree however I cannot view it at the same time as the CT volume (checking one volume immediately unchecks another, thereby preventing the overlay of images I briefly see yet cannot access).

So, how do I actually access the co-registered images? Does the procedure I have tried even make sense or am I on the wrong track altogether? I have tried the tutorials but they were not really designed for this type of problem so I was not able to understand co-registration very well through them.

Thank you

You can display two volumes (foreground and background) in slice viewers. From the data module you can only set the background volume and you need to use the slice view controllers to set a foreground volume. See Slicer 4.10 Data loading and visualization tutorial and SlicerRT tutorials for step-by-step instructions.

Sorry Andras, but the link for ‘Slicer 4.10 Data loading and visualization tutorial’ is no longer available. Could you tell me where I can see it now? Many thanks in advance!

You can use the more recent Slicer 5.0 tutorial now (with the latest Slicer Preview Release).

We’ll fix the link for the 4.10 tutorial anyway (see Re-home data organized in `NA-MIC/Public/SampleData` · Issue #5796 · Slicer/Slicer · GitHub).

1 Like

Dear Andras,

thank you so much for your quick reply!

May I know if this is the document you mean?
chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj/viewer.html?pdfurl=https%3A%2F%2Fspujol.github.io%2FSlicerVisualizationTutorial%2FSlicerVisualizationTutorial_SoniaPujol.pdf&clen=4905101&chunk=true

Thanks!

Yes, this one: https://spujol.github.io/SlicerVisualizationTutorial/

1 Like

OK, thank you so much. Have a nice weekend!

The Getting started section of the Slicer documentation is a good starting point, too.

1 Like

Indeed, I read it months ago and it really helped :grinning_face_with_smiling_eyes: