DWI ADC calculation

Operating system:Windows 10
Slicer version: 4.11.2020

Hello everyone,
I’m quite new to the 3D slicer platform so very much appreciate any advice. This is not my field of expertise.
I want to measure the ADC of the extraocular muscles. I have DICOM T1/T2W images, along with the corresponding DWI traces and ADC maps from the scanner.
I wanted to know if it’s possible to segment a volume in the T1/T2 images and transpose this onto the ADC map I have, in order to calculate the mean ADC of that volume?

I have downloaded the DWI extension but am unsure about how to start the process.
I would be very grateful for some guidance!

Many thanks

Yes, this should be no problem at all. You can segment the T1/T2W images using Segment Editor module then get mean ADC in the segmented regions using Segment Statistics module.

2 Likes

Thank you very much.
I have segmented in T1 image and used the segment statistics module to get the quantitative measurements. However, I only get volume. How would I go about overlaying the segmentation on the ADC trace so I could re-edit it if needed and then calculate the mean ADC?

Thank you very much for your time

To get statistics about voxel values, select the ADC volume as reference volume in Segment Statistics module.

Thank you. I’m still having a little difficulty -

  1. I save the ROIs I have segmented from the T1 images (thresh hold label maps) and re-open these as ‘segmentations’ using the ‘add data function’ ‘description’ drop down.

  2. Create a master volume (ADC trace) in segment editor and from here go to the segmentations module where I can see the overlay of the ROI on the ADC trace.

  3. In the segment statistics module I set the scalar volume to the ADC trace, however, only volume is calculated. No ADC.

I feel as though I’m missing a step somewhere but can’t quite work out what it is from the documents

Thank you so much for your time

Be sure that the Scalar Volume Statistics options are enabled:

1 Like

Yes, all scalar volume statistics are enabled but no ADC output. Thank you

I’ve just tested it with the latest Slicer Stable Release and it works well. Make sure you scroll right to see all the columns of the table.

So very much appreciated.
This is my screenshot. ADC map and ROI. Below are my statistics. I assumed that because it says ‘volume’ that the ‘mean calculation’ was pertaining to ‘mean volume’ rather than mean ADC. Is this incorrect?

Yes, it means the statistics are calculated for the node you have selected as the “Scalar volume” in the module interface at the time the Apply button is pressed (e.g. you could get statistics over the same region for different MR contrasts).

1 Like

Oh goodness, I had the ADC all along. Steep learning curve for me.
Thank you for your attention and help!


So the values “minimum”, “maximum”, “mean”, “median” and “standard deviation” refer all to ADC? But
x 10-3 mm2/s OR x 10-6 mm2/s ?
Is there an easy way to obtain histogram values for the volume segmented?
I tried with python scripts but still I make some mistake and I don’t understand how and if python language interact with GUI.

Many thanks"