-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi,
It is really nice to know the nice open source analysis pipeline for multi-modality MRIs. We have encountered a problem when running run_test.sh. The errors occurs from the warp_label.sh step, I tried to run it line by line, there is one issue causing by missing files for PCASL:
file ../data/output/PEDS012/20131101/PCASL/PEDS012_20131101_PCASL_brainmask.nii.gz does not exist .
Transform file does not exist: ../data/output/PEDS012/20131101/PCASL/PEDS012_20131101_PCASL_1InverseWarp.nii.gz
file ../data/output/PEDS012/20131101/PCASL/PEDS012_20131101_PCASL_brainmask.nii.gz does not exist .
file ../data/output/PEDS012/20131101/PCASL/PEDS012_20131101_PCASL_aal.nii.gz does not exist .
./warp_labels.sh: line 62: 30895 Segmentation fault (core dumped) ${ANTSPATH}/ImageMath 3 ${SUBJECTPCASLDIR}${SUBJECTID}_PCASL_aal.nii.gz m ${SUBJECTPCASLDIR}${SUBJECTID}_PCASL_aal.nii.gz ${SUBJECTPCASLDIR}${SUBJECTID}_PCASL_brainmask.nii.gz
We checked the output directory for PCASL, which only contains:
../data/output/PEDS012/20131101/PCASL/:
PEDS012_20131101_PCASL_CBF.nii.gz PEDS012_20131101_PCASL_SegmentationWarpedToASL.nii.gz
PEDS012_20131101_PCASL_CBFWarpedToTemplate.nii.gz PEDS012_20131101_PCASL_TissueStats.csv
It seems that the files are missing, can you help us figure out how to fix the issue.
Thanks so much.
Qian