LNCD

Table of Contents

  • LNCD Home
  • Administration
  • Notebooks
  • Journal Club Presentations
  • Publications
  • Current Projects
  • Completed Projects
  • Current Grants
  • Datasets by Project
  • Brain ROIs and Measures
  • ️Tools And Methods
  • Big Data
  • RA Homepage
  • Recent Changes
  • Maintenance
  • Site Map
  • Random Page
LNCD
Docs » MT

MT

Magnetization Transfer ratio from a two sequence (MT/noMT) MRI during PET MR where MT/noMT pairs were repeated before and after task. /Volumes/Phillips/mMR_PETDA/scripts/MT

3dcalc -overwrite \
       -prefix MTR1.nii.gz \
       -m $MT \
       -n $noMT \
       -a $anat \
       -expr '(1-m/n)*bool(a)'
...

3dcalc -prefix MTR_pdiff.nii.gz \
       -o MTR1.nii.gz -t MTR2.nii.gz \
       -expr '(t-o)/o'
Previous Next