Skip to content

antsRegistration interface only using first items in fixed_image and moving_image input lists for all transforms #1005

@sgiavasis

Description

@sgiavasis

Hey guys,

We noticed this error after a recent change in one of our registration workflows. We have a workflow where we send a skullstripped brain into antsRegistration for the first two transforms, and then a skull-on image to the third (it used to be that we used the same input and references for all three).

In the report.rst, the correct list is shown as the inputs for fixed_image and moving_image (i.e. [input1, input1, input2] and [reference1, reference1, reference2]). However, when the command string is formed, it produces the antsRegistration command with input1 and reference1 being used for all three transforms, instead of using input2 and reference2 for the third one.

Thanks in advance.

Steve

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