Skip to content

Commit

Permalink
Merge pull request #690 from FeynmanDNA/fix_typo_affine_initializer
Browse files Browse the repository at this point in the history
fix typo in affine_initializer()
  • Loading branch information
ntustison authored Jul 28, 2024
2 parents 287b518 + b5c7844 commit 0b70ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ants/registration/affine_initializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def affine_initializer(fixed_image, moving_image, search_factor=20,
"""
A multi-start optimizer for affine registration
Searches over the sphere to find a good initialization for further
registration refinement, if needed. This is a arapper for the ANTs
registration refinement, if needed. This is a wrapper for the ANTs
function antsAffineInitializer.
ANTsR function: `affineInitializer`
Expand Down

0 comments on commit 0b70ecb

Please sign in to comment.