wiki

DTI Manual Processing

Install Diffusion Toolbox

The first step is to install the Diffusion toolbox, which is an SPM8 add-on. You simply need to download the zip file, and extract the Diffusion folder under the “toolbox” folder in your SPM8 directory. Make sure that it is added as a path. http://sourceforge.net/projects/spmtools/files/

Creating normalized FA-images from DW-images using SPM8

B-values and directions have to be set. Then, realign and reslice DW-images (the realign-function from Diffusion toolbox does not reslice). Header information has to be changed, then the tensors (order 2) can be computed. The tensors are decomposed into three eigenvectors with corresponding eigenvalues. The eigenvalues are used to compute fractional anisotropy using spm_imcalc. For normalization, it is important to create an accurate brain-mask which can be done by adding GM, WM and CSF (c1, c2 and c3) computed by newSegment. The FA-image is masked using spm_imcalc and the masked FA-image is normalized to the FMRIB58 template using affine transformation.

If you would like an example .mat to start from, you can download:

You will, of course, need to edit paths and variables / values, but the basic setup should be clear!