summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/pansendparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-18 20:22:30 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-18 20:22:30 (GMT)
commite18118239079bc8b1881e2095a3b5f6a3ff7a15b (patch)
treedbd7e766fc2b01d2a21b7f5a12e130b2fb82ac5b /ds9/parsers/pansendparser.tac
parent5f4cbb5973a88ddd0124660108f220bf297b69ba (diff)
downloadblt-e18118239079bc8b1881e2095a3b5f6a3ff7a15b.zip
blt-e18118239079bc8b1881e2095a3b5f6a3ff7a15b.tar.gz
blt-e18118239079bc8b1881e2095a3b5f6a3ff7a15b.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/pansendparser.tac')
-rw-r--r--ds9/parsers/pansendparser.tac16
1 files changed, 8 insertions, 8 deletions
diff --git a/ds9/parsers/pansendparser.tac b/ds9/parsers/pansendparser.tac
index 2e201ae..afb9076 100644
--- a/ds9/parsers/pansendparser.tac
+++ b/ds9/parsers/pansendparser.tac
@@ -15,14 +15,14 @@
#include skyframe.trl
#include skyformat.trl
-pansend : {ProcessSendCmdCurrent frame "get cursor physical fk5 degrees"}
- | coordsys {ProcessSendCmdCurrent frame "get cursor $1 fk5 degrees"}
- | wcssys {ProcessSendCmdCurrent frame "get cursor $1 fk5 degrees"}
- | skyframe {ProcessSendCmdCurrent frame "get cursor wcs $1 degrees"}
- | wcssys skyframe {ProcessSendCmdCurrent frame "get cursor $1 $2 degrees"}
- | wcssys skyformat {ProcessSendCmdCurrent frame "get cursor $1 fk5 $2"}
- | skyframe skyformat {ProcessSendCmdCurrent frame "get cursor wcs $1 $2"}
- | wcssys skyframe skyformat {ProcessSendCmdCurrent frame "get cursor $1 $2 $3"}
+pansend : {ProcessSendCmdCurrent "get cursor physical fk5 degrees"}
+ | coordsys {ProcessSendCmdCurrent "get cursor $1 fk5 degrees"}
+ | wcssys {ProcessSendCmdCurrent "get cursor $1 fk5 degrees"}
+ | skyframe {ProcessSendCmdCurrent "get cursor wcs $1 degrees"}
+ | wcssys skyframe {ProcessSendCmdCurrent "get cursor $1 $2 degrees"}
+ | wcssys skyformat {ProcessSendCmdCurrent "get cursor $1 fk5 $2"}
+ | skyframe skyformat {ProcessSendCmdCurrent "get cursor wcs $1 $2"}
+ | wcssys skyframe skyformat {ProcessSendCmdCurrent "get cursor $1 $2 $3"}
;
%%