You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.