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

This application extracts various measurements from a Dynamic-Susceptibility Contrast-enhanced (DSC) MRI scan.

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

The extracted measurements comprise of the following:

  1. An automatically-extracted proxy to relative Cerebral Blood Volume (ap-rCBV)
  2. Peak Height (PH)
  3. Percentage Signal Recovery (PSR)

By default, all calculations use the average of the first 20% of timepoints as baseline, and the average of 66-88% timepoints as recovery. The timepoint with the maximum intensity drop on the average curve must fall between the baseline and recovery time ranges. Optional percentage time ranges can be applied in the CLI if the default needs to be changed.

Note: The ap-rCBV measurement is not expected to be identical to the clinically extracted rCBV measurement.

REQUIREMENTS:

  1. A single DSC-MRI image with non negative values.
  2. System should have at least 32GB RAM for calculating perfusion derivatives
  3. Output directory
  4. [OPTIONAL] The baseline start threshold percentage (range[0-100], Default = 0)
  5. [OPTIONAL] The baseline end threshold percentage (range[0-100], Default = 20)
  6. [OPTIONAL] The recovery start threshold percentage (range[0-100], Default = 66)
  7. [OPTIONAL] The recovery end threshold percentage (range[0-100], Default = 88)

USAGE:

  1. Launch the application from "Applications" -> "Perfusion Derivatives".
  2. Specify the input DSC-MRI image, the perfusion measurements (i.e., ap-rCBV, PH, PSR) to be extracted and the output directory.
  3. Press the "Confirm" button.
  4. The extracted measurements will be saved at the specified location (~5 minutes).
    ${CaPTk_InstallDir}/bin/PerfusionDerivatives.exe -i C:/InputImage/convertedNIfTIPerf_image.nii.gz -p 1 -r 1 -o C:/OutputDir