Skip to content

Commit

Permalink
fixed str format typo in panto_image
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhoyt committed Jul 29, 2016
1 parent def042a commit 2709fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imexam/ds9_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ def panto_image(self, x, y):
Y location in physical coords to pan to
"""
self.set("pan to {0:f} {0:f} image".format(x, y))
self.set("pan to {0:f} {1:f} image".format(x, y))

def panto_wcs(self, x, y, system='fk5'):
"""pan to wcs location coordinates in image.
Expand Down

0 comments on commit 2709fc4

Please sign in to comment.