-
-
Notifications
You must be signed in to change notification settings - Fork 400
Description
Operating system and version
Ubuntu 22.04.5 LTS
CPU architecture
x86_64 (PC, Intel Mac, other Intel/AMD)
ANTs code version
2.6.2-g52bc0ab
ANTs installation type
Downloaded Github release binaries
Summary of the problem
Dear experts,
I am trying to register a T1 image (skull-stripped, denoised, and bias-field corrected) to the MNI152 T1 template using antsRegistrationSyN.sh. However, the warped T1 image shows anatomically unreasonable deformations in some regions, as indicated by the red arrows.
When I use antsRegistrationSyNQuick.sh on the same image, the output looks more normal.
I have been using ANTs (v2.2) for a long time, and only noticed this strange behavior after recently updating my ANTs package.
Thank you for any help.
Fig1. T1 image in native space:
Fig2. T1 image in MNI space using antsRegistrationSyN.sh:
Fig3. T1 image in MNI space using antsRegistrationSyNQuick.sh:
Commands to reproduce the problem.
## Using antsRegistrationSyN.sh
antsRegistrationSyN.sh -d 3 -f ${MNIbrain} -m ${sour_dir}/t1_brain_bfc.nii.gz -o ${targ_dir}/t12MNI -n 1 -t 's' -x ${MNIregmask}
## Using antsRegistrationSyNQuick.sh
antsRegistrationSyNQuick.sh -d 3 -f ${MNIbrain} -m ${sour_dir}/t1_brain_bfc.nii.gz -o ${targ_dir}/t12MNI -n 1 -t 's' -x ${MNIregmask}Output of the command with verbose output.
Data to reproduce the problem
Sorry that the current data could not be shared publicly.