wiki

FSL DTI

Processing Data with FSL’s FDT Diffusion

First we need to identify the directory with the DTI dicom images, and convert those images to nifti using MRICron, or your method of choice, just as with the FEAT analysis. First we have to do eddy current correction, which I believe is a sort of motion correction, to correct for eddy currents produced by the scanner when gradients are turned on to the max value (and we get distortion).

EDDY CORRECTION

BET Binary Mask

DTIFIT

Now we can view our DTI data with FSLView

Vieiwing DTI data withe FSLview

FSL has written the results as analyze format files, and you can open then in FSL View. Your files should be saved in your data folder. It will save one file with the title ‘FA’, which refers to the Fractional Anistropy map. It also saves the three orthogonal vectors (V1, V2, V3).

Tractography

This is the viewing of DTI data that shows all the specific lines/tracts, direction, etc. For tractography we want to use the option under FDT called “Bedpost” and we need to put all of the setup files in an “input directory”

Here is the link for the MedINRIA which is a separate software package that also does tractography for DTI.

Script Processing DTI Data

  1. [DTI Preprocessing includes Eddy Correction, creation of a no difference mask, and DTIFit. Output is put in the subjects DTI folder under DTI

If you are interested in FA values…

OR

If you are interested in Tractography…

would be the next steps, however I did not make scripts for them!