Skip to content

Commit

Permalink
Merge 2709fc4 into def042a
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhoyt committed Jul 29, 2016
2 parents def042a + 2709fc4 commit 8f0336b
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 8f0336b

Please sign in to comment.