Skip to content

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed May 24, 2017
1 parent 544b6fc commit f17b889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qipipe/pipeline/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,8 @@ def _create_realignment_workflow(self, **opts):
# default=False, the invert_initial_moving_transform value
# is apparently undefined. Perhaps the input trait should
# also set the usedefault option. The work-around is to
# always set the the invert_initial_moving_transform field.
# explicitly set the invert_initial_moving_transform field
# to False.
register.inputs.invert_initial_moving_transform = False
# Apply the transforms to the input image.
apply_xfm = pe.Node(ApplyTransforms(), name='apply_xfm')
Expand Down

0 comments on commit f17b889

Please sign in to comment.