Loading DICOM DWI Data

Operating system: Windows 7
Slicer version: 4.8.1
Expected behavior: DICOM DWI Data loads normally
Actual behavior: DICOM DWI Data appears garbled

I am using the DICOM Browser to import and load MRI data. The imported DICOM folder holds data of a variety of scan types (T2 weighted, T1 weighted, diffusion weighted, etc.). When attempting to load the diffusion weighted (DWI) scan from this folder, I get the following pop-up:

DWI_Load_Error

First of all, how do I examine the data in advanced mode? I have looked through the Application Settings and haven’t been able to find anything on how to do this.

After I click OK, the Python Interactor gives the following error message:

DWI_Load_Error_2

The image that does appear is very garbled and does not match what I see when I pull the data up in a DICOM viewer. I also tried to open the corresponding .nrrd file, which was unsuccessful (it stalled on each try, both before and after restarting Slicer).

Any ideas on how I might load this DWI scan effectively? Thank you!

Bottom right of the study browser:

image

Did you install the SlicerDMRI extension with the latest nightly build? It provides a DWI-specific plugin for the dicom module.

I did indeed install that extension. What is the plugin for the dicom module called/how do I access it?

If you have SlicerDMRI installed, then the plugin should be listed on the left side in Advanced mode and selected by default. If it detects your DWI data as something it can load then after you run Examine the DWI loader will be chosen. But if your DWI data isn’t recognized, which is not uncommon, then you need to dig deeper to debug, probably by using DWIConvert directly.

As a heads up, DWI data is sophisticated and not well standardized - it’s entirely possible that the data cannot be loaded correctly because nobody has handled your particular data format. If you aren’t able to debug it yourself, then usually the only real way forward is to acquire a phantom or human volunteer study that you are allowed to share publicly and make it available with all the details about how it was acquired. If you can share the data there a chance people can help you.

1 Like