Skip to content

Data processing pipelines for computing CBF from M2-PCASL sequence.

Notifications You must be signed in to change notification settings

Jody-Todd/M2-PCASL-CBF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data processing pipeline to quantify cerebral blood flow (CBF) from arterial spin labeling (ASL) MRI data.

Python MATLAB Bash

Overview

This pipeline takes raw ASL data as input and processes the data to compute CBF at a voxel level according to the methods specified in the ASL White Paper.

image
CBF maps in units of ml/100g/min

Important Scripts

  • process_asl.sh: master script that processes the ASL data to compute CBF maps. It takes the raw data, anatomical data, and output directory name as inputs.
  • compute_cbf.m: called by asl_tools.m to compute CBF in units of ml/100g/min.

Workflow

  1. Convert dicoms to nifti format
  2. Preprocess anatomical (T1) images (skull strip, intensity normalization, segmentation)
  3. Perform motion correction using SPM
  4. Compute CBF according to the the equation from the ASL White Paper
  5. Coregister ASL and anatomical images
  6. Masking
  7. Run a quality control on outputs

Helper Scripts

Some scripts in this repo are not part of the data processing pipeline but assist in statistical analyses and reliability studies.

  • icc_roi.py: calculates the intraclass correlation coefficient (ICC) from a region of interest (ROI) given repeated measures data. This script is important for ensuring that the data acquisition and processing pipelines are robust.
  • icc_map.py: calculates the ICC in each voxel as opposed to within an ROI. This requires the normalization of CBF maps to a standard space (MNI space).

About

Data processing pipelines for computing CBF from M2-PCASL sequence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages