Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #298 from vzickus/master
Browse files Browse the repository at this point in the history
Change SetInputImage to SetMovingImage
  • Loading branch information
kaspermarstal authored Apr 14, 2021
2 parents 8244e00 + be2268b commit a138eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Python/SimpleTransformix.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
transformixImageFilter = sitk.TransformixImageFilter()

# Read Input
transformixImageFilter.SetInputImage(sitk.ReadImage(str(sys.argv[4])))
transformixImageFilter.SetMovingImage(sitk.ReadImage(str(sys.argv[4])))
transformixImageFilter.SetParameterMap(elastixImageFilter.GetTransformParameterMap())

# Perform warp
Expand Down

0 comments on commit a138eb4

Please sign in to comment.