From 03acf27c552cbfe6d13af083807975fcee262c5b Mon Sep 17 00:00:00 2001 From: gfreches Date: Thu, 19 Nov 2020 23:06:03 +0000 Subject: [PATCH] Update T2wToT1wDistortionCorrectAndReg.sh There is a non-human primate version of SiemensFIeldMapPreprocessingAll that is not being used. --- PreFreeSurfer/scripts/T2wToT1wDistortionCorrectAndReg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PreFreeSurfer/scripts/T2wToT1wDistortionCorrectAndReg.sh b/PreFreeSurfer/scripts/T2wToT1wDistortionCorrectAndReg.sh index 00c7ecc4..4fa046ab 100755 --- a/PreFreeSurfer/scripts/T2wToT1wDistortionCorrectAndReg.sh +++ b/PreFreeSurfer/scripts/T2wToT1wDistortionCorrectAndReg.sh @@ -177,7 +177,7 @@ case $DistortionCorrection in echo " " echo " " - ${HCPPIPEDIR_Global}/SiemensFieldMapPreprocessingAll.sh \ + ${HCPPIPEDIR_Global}/SiemensFieldMapPreprocessingAllNHP.sh \ --workingdir=${WD}/FieldMap \ --fmapmag=${MagnitudeInputName} \ --fmapphase=${PhaseInputName} \