Skip to content

Unreasonable registration result using antsRegistrationSyN.sh #1922

@younghoo

Description

@younghoo

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:

Image

Fig2. T1 image in MNI space using antsRegistrationSyN.sh:

Image

Fig3. T1 image in MNI space using antsRegistrationSyNQuick.sh:

Image

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.

my_log.txt

Data to reproduce the problem

Sorry that the current data could not be shared publicly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions