Cancer Imaging Phenomics Toolkit (CaPTk)  1.9.0
Miscellaneous: Diffusion Derivatives

This application extracts various measurements from a Diffusion Weighted MRI scan. The exact measurements comprise i) fractional anisotropy (FA), ii) radial diffusivity (RAD), iii) axial diffusivity (AX), iv) apparent diffusion coefficient (ADC), and v) averaged b0 image (B0).

This application is also available from the web on the CBICA Image Processing Portal. Please see the experiment on the portal for details.

REQUIREMENTS:

  1. A single DW-MRI image
  2. Its accompanying BVec and BVal files [Note: these files should be calculated by 'dcm2nii' or any other appropriate software.]
  3. A mask for which the measurements will be extracted

USAGE:

  1. Launch the application from "Applications" -> "Diffusion Derivatives".
  2. Specify the paths to the input DW-MRI image, bval and bvec files with the gradient information, and the mask defining the voxels to extract the measurements.
  3. If desired, enable registration of outputs and select a fixed image to register to.
  4. Identify the diffusion measurements to be extracted, and the output directory.
  5. Press the "Confirm" button.
  6. The extracted measurements will be saved at the specified location (~5 minutes).
    ${CaPTk_InstallDir}/bin/ DiffusionDerivatives.exe -i C:/inputDWI.nii.gz -m C:/mask.nii.gz -b C:/input.bval -g C:/input.bvec -a 1 -f 1 -r 1 -t 1 -z 1 -reg C:/template.nii.gz -o C:/output