Skip to content

Commit

Permalink
[FIX] preproc now mri_converts moco file to match orig
Browse files Browse the repository at this point in the history
  • Loading branch information
pwighton committed Oct 10, 2023
1 parent 9dd31c0 commit dd0ebe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cox1-preproc.bash
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ do
echo "cp ${IMG_REF_DIR}/${PET_IMG_FILE} ${PETSURFER_DIR}/pet.nii.gz"
cp ${IMG_REF_DIR}/${PET_IMG_FILE} ${PETSURFER_DIR}/pet.nii.gz

echo "cp ${MOCO_REF_DIR}/${PET_MOCO_FILE} ${PETSURFER_DIR}/pet.mn.nii.gz"
cp ${MOCO_REF_DIR}/${PET_MOCO_FILE} ${PETSURFER_DIR}/pet.mn.nii.gz
echo "mri_convert --reslice_like ${PETSURFER_DIR}/pet.nii.gz ${MOCO_REF_DIR}/${PET_MOCO_FILE} ${PETSURFER_DIR}/pet.mn.nii.gz"
mri_convert --reslice_like ${PETSURFER_DIR}/pet.nii.gz ${MOCO_REF_DIR}/${PET_MOCO_FILE} ${PETSURFER_DIR}/pet.mn.nii.gz

echo "${CALC_FRAMEWISE_AIF_PY} -a ${BLOOD_REF_DIR}/${BLOODSTREAM_FILE} -b ${IMG_REF_DIR}/${PET_JSON_FILE} -o ${PETSURFER_DIR}/aif.bloodstream.dat"
${CALC_FRAMEWISE_AIF_PY} -a ${BLOOD_REF_DIR}/${BLOODSTREAM_FILE} -b ${IMG_REF_DIR}/${PET_JSON_FILE} -o ${PETSURFER_DIR}/aif.bloodstream.dat
Expand Down

0 comments on commit dd0ebe2

Please sign in to comment.