DWI, DTI, Tractography

Operating system: Windows
Slicer version: 4.11.0
Expected behavior:
Actual behavior: Hi everyone

,
I have been given a new DWI project. The project compares different sequencing parameters to visualize the facial nerve. I’m a beginner to the MRI field including DTI and DWI topics. I read the tutorial of SoniaPujol entitled “WhiteMatterExplorationTutorial_SoniaPujol-RonKikinis” and could follow the steps on the tutorial dataset successfully. However, when I tried to apply the same steps to my data, I couldn’t. I tried to find the differences between my data and the dataset of the tutorial and found:

  • The tutorial dataset includes in one file, 41 volumes acquired with 41 different diffusion-sensitizing gradient directions, and one baseline image acquired without diffusion weighting.
  • While I have 3 images’ files for each sequence parameters:
  • 1 file contains the baseline image (b0)
  • 1 file contains the DW images
  • 1 file contains the T2 images that we want to use for selecting the ROI.
    I read about image registrations and masking on the Q&A page, but I get confused, there are too many topics and I don’t know which one suits my data. So, can anyone tell me the steps (in order) I should follow to prepare my data for FN tractography?

Attached is a screenshot of my files.

Best regards
Mohammed

Hi @Mohammed_Alahmari -

Unfortunately it looks like you may only have a partial dataset and there’s not much you can do until you get ahold of some more information. I’ll give you some hints, but the field of diffusion imaging has a lot of “gotcha” issues that make it very hard to work with data unless you are very familiar with exactly how it was produced (what software and what conventions were used).

If the file marked “DWI” is a raw diffusion weighted scan, then you would need to have the bvals and bvecs files in order to interpret it for tractography.

The fact that it’s got DTI in the filename indicates it may already be estimated tensor voxels, in which case you may be able to load and work with it (try to open it in Slicer and if it’s a tensor it may load, but still may not be correct because conventions vary about how tensors are represented in nii files).

If the file is DTI tensors, then there’s a good chance you can load it and do tractography. If not, you need to go back and trace the history of the data. Best if you can start with the dicom.

Hi Steve,

Thanks for your reply,

I know it is challenging, especially for someone who is unfamiliar with the field. But, with your hints and the support of the slicer community, I hope to overtake the challenge and enjoy learning something new; )

So sorry, I have also the bvals and bvecs files, I thought they are not necessary.

To be honest, I also do not know if the file I have is DWI or DTI. I guess it is a DTI, I attached the protocol for you to check. I also attached a capture of the files I have.

Best regards
Mohammed

Okay, yes, if you have the bvals and bvecs files then it should be DWI (the original gradient images). The latest versions of dcm2niix should be able to convert nii to nrrd in this case, and the converted nrrd should load in Slicer for use with SlicerDMRI. I’m not sure where the latest features are documented, but @Chris_Rorden or @tbillah should be able to give some pointers.

That’s the spirit!

1 Like

Much appreciated Steve!

Hello all,

With whatever command you have for dcm2niix, just use -e additionally to get NRRD directly from DICOM. dcm2niix help message can be consulted for its use.

However, if you are trying to convert NIFTI to NRRD, use nhdr_write.py.

1 Like