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
https://github.com/nipy/nipype/blob/master/nipype/interfaces/ants/registration.py#L21
In the documentation of the fixed_image param of ants.Registration, it's said "... image to which transformation will be applied..". I think this should be "... template / target image ...". In fact, it seems the fixed_image and moving_image params were mistakenly giving exactly the same documentation in the doctstring.