diff --git a/imexam/ds9_viewer.py b/imexam/ds9_viewer.py index c740f39f..0699a824 100644 --- a/imexam/ds9_viewer.py +++ b/imexam/ds9_viewer.py @@ -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.