How to Load a Volume in Slicer

Hi everyone, am a student who is just starting out with Slicer. I have a really basic question and am frustrated that I cannot find out what is wrong - I am unable to load any input Volumes. I have created a volume ‘DTI volume’ from my dicom images into an nrrd file. In this example I included the sample data from MRHead and Brain Tumor. All the volumes have loaded in the ‘Volumes’ and the ‘Data’ tab shows these volumes exist (first picture) but when I try to load an input volume into ‘Volume Rendering’ or any other tab (such as Registration) they do not exist and only the sample data exists (second picture). Is there an error in the way I load the volumes?
image

I have already tried restarting Slicer. Thanks so much for your help. Apologies for the very basic question.

The DTI volume cannot be directly volume rendered, so it doesn’t show up on the list. You can install SlicerDMRI and get the module to convert from tensor to scalars (for example, Fractional Anisotropy) and then use that for volume rendering.

1 Like

Thank you for the reply Steve, that worked! What about a regular T1-weighted MRI, how do I convert these to show up for volume rendering? How can I process it first to show up?

You shouldn’t need to do anything for the T1 to be available for volume rendering. Check in the Volumes module to confirm that you T1 is recognized as a Scalar volume (in the Volume Information tab). In Volume Rendering, select the T1 and make it visible with the eye icon. You may need to reset the view to make it appear (Center button in this interface).

1 Like

Hi Steve, thanks so much for your help! I’ve realised the problem has to do with SlicerDMRI - when I have this extension installed, all my DICOM images load as DWI (even if they are not originally DWI) and I am unable to use it. Is there any work around this? (First image shows the files loaded as a regular T1 with the SlicerDMRI extension disabled, second image shows how it is loaded as a DWI image when SlicerDMRI is installed and enabled.)
image
image

Yes, this can happen because a DWI series can be difficult to detect without deep inspection of all the instances, so the DWI plugin can have false positives. You can go into the DICOM Plugins section of the DICOM module to disable diffusion when you load the T1 series.

1 Like