Skip to content

Commit

Permalink
Quick fix to issue noted by Nirmal Baral
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich authored Nov 26, 2019
1 parent eb4e278 commit 21f5a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ also shows examples.
from image_registration.fft_tools import shift
xoff, yoff, exoff, eyoff = chi2_shift(image, offset_image, noise,
... return_error=True, upsample_factor='auto')
corrected_image2 = shift.shiftnd(offset_image, -yoff, -xoff)
corrected_image2 = shift.shiftnd(offset_image, (-yoff, -xoff))
Module APIs:
------------
Expand Down

0 comments on commit 21f5a53

Please sign in to comment.