From 6ae9e3cdbc253ffab8d9dc55fe7f9a9ddb61e43c Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Tue, 23 Aug 2022 11:34:08 -0400 Subject: [PATCH] ENH: Output extra info at the end of registration --- Scripts/antsRegistrationSyN.sh | 8 ++++++++ Scripts/antsRegistrationSyNQuick.sh | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/Scripts/antsRegistrationSyN.sh b/Scripts/antsRegistrationSyN.sh index 76f1efce2..dcfa8c504 100755 --- a/Scripts/antsRegistrationSyN.sh +++ b/Scripts/antsRegistrationSyN.sh @@ -669,6 +669,14 @@ echo "-------------------------------------------------------------------------- $COMMAND +echo " Registration finished. The antsRegistration call was:" +echo "--------------------------------------------------------------------------------------" +echo ${COMMAND} +echo "--------------------------------------------------------------------------------------" +echo "Moving image resampled into fixed space: ${OUTPUTNAME}Warped.nii.gz" +echo "Fixed image resampled into moving space: ${OUTPUTNAME}InverseWarped.nii.gz" +echo "--------------------------------------------------------------------------------------" + ############################### # # Restore original number of threads diff --git a/Scripts/antsRegistrationSyNQuick.sh b/Scripts/antsRegistrationSyNQuick.sh index cfa4529d6..83beedb99 100755 --- a/Scripts/antsRegistrationSyNQuick.sh +++ b/Scripts/antsRegistrationSyNQuick.sh @@ -678,6 +678,14 @@ echo "-------------------------------------------------------------------------- $COMMAND +echo " Registration finished. The antsRegistration call was:" +echo "--------------------------------------------------------------------------------------" +echo ${COMMAND} +echo "--------------------------------------------------------------------------------------" +echo "Moving image resampled into fixed space: ${OUTPUTNAME}Warped.nii.gz" +echo "Fixed image resampled into moving space: ${OUTPUTNAME}InverseWarped.nii.gz" +echo "--------------------------------------------------------------------------------------" + ############################### # # Restore original number of threads