2015 Summer Project Week:DSC

From NAMIC Wiki
Jump to: navigation, search
Home < 2015 Summer Project Week:DSC

Key Investigators

  • Xiao Da (MGH), Yangming Ou (MGH), Andriy Fedorov (BWH), Steve Pieper (Isomics), Jayashree Kalpathy-Cramer (MGH)

Project Description

Dynamic Susceptibility Contrast (DSC) MRI imaging is an important functional imaging method that enables quantitative assessment of tissue hemodynamic patterns. Abnormality of blood flow, volume and permeability is frequently observed during tumor growth, and characterization of these perfusion attributes has become clinically important for both diagnosis and therapy planning.

DSC MRI Analysis GUI
Framework to Compute DSC Parametric Maps

Objective

  • Create a module for the analysis of Dynamic Susceptibility Contrast (DSC) MRI

Approach, Plan

  • Start with Slicer PKmodule
  • Find the DICOM tag to identify DSC different time frame and load them as 4D data
  • Update equations for conversion of signal to concentration for DSC
  • Compute DSC parametric maps(eg, rCBV)
  • Test some sample cases from MGH

Progress

  • Updated the equations for conversion of signal intensity to concentration for DSC MRI
  • Updated the basic equations for computing DSC parametric maps (eg, Relative Cerebral Blood Volume (rCBV) map)
  • Discussion about loading DSC MRI Dicoms to Slicer as multi-volume 4D data
    • Read the Dicom to Nifti Conversion Guide of Dicom unpack for Freesurfer[1]
    • The tag for DSC MRI Dicoms to identify different volumes is different from DCE MRI Dicoms
    • Number of Volumes (ie, number of frames or time points) is the number of files with the same image position
    • Time between volumes/frames is the repetition time (TR)
    • Still debugging the code
  • Created a module for DSC MRI analysis
    • Take multi-volume DSC images as input
    • Read Dicom header information automatically
    • Provide users with options to use population AIF, ROI mask, AIF mask and prescribed AIF
    • Output DSC parametric maps including Relative Cerebral Blood Volume (rCBV) map, Relative Cerebral Blood Flow (rCBF) map, Mean Transit Time (MTT)and etc.
    • Additional Options include output concentration map, fitted map and etc.
  • Did some tests on sample data from MGH
  • Uploaded the source code on Github


References