DTIFit

DTIFit fits a diffusion tensor model at each voxel. You would typically run DTIFit on data that has been pre-processed and eddy current corrected.

To call the FDT GUI, either run Fdt, or run fsl and press the FDT button. Use the top left drop down menu to select DTIFit.

Input: You can specify an input directory containing all the required files with standardized filenames, or alternatively you can specific input files manually by turning on the specify input files manually tab. If an input directory is specified then all files must be named as shown in parentheses below. If input files are specified manually they can have any filename. Required files are:

Outputs of DTIFit
  • basename_V1 - 1st eigenvector
  • basename_V2 - 2nd eigenvector
  • basename_V3 - 3rd eigenvector
  • basename_L1 - 1st eigenvalue
  • basename_L2 - 2nd eigenvalue
  • basename_L3 - 3rd eigenvalue
  • basename_MD - Mean Diffusivity
  • basename_FA - Fractional anisotropy
  • basename_S0 - raw T2 signal with no diffusion weighting
  • V1 Lines V1 RGB L1 FA
    Click here for information on viewing these images in fslview

    command line utility

    
    dtifit
    
    Compulsory arguments (You MUST set one or more of):
    	-k,--data	dti data file
    	-o,--out	Output basename
    	-m,--mask	Bet binary mask file
    	-r,--bvecs	b vectors file
    	-b,--bvals	b values file
    
    Optional arguments (You may optionally specify one or more of):
    	-V,--verbose	switch on diagnostic messages
    	-h,--help	display this message
    	--littlebit	Only process small area of brain
    	-z,--zmin	min z
    	-Z,--zmax	max z
    	-y,--ymin	min y
    	-Y,--ymax	max y
    	-x,--xmin	min x
    	-X,--xmax	max x