summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/pansendparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-07 18:05:43 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-07 18:05:43 (GMT)
commit6afd05303f916e56011822d03b29b2b4f9b463ab (patch)
tree3ea839eb0acc7a404f9023db85a5ecc9bd9d12e7 /ds9/parsers/pansendparser.tac
parent2c8f85e6ec1aa94588df630d810ff9b1e25b3f10 (diff)
downloadblt-6afd05303f916e56011822d03b29b2b4f9b463ab.zip
blt-6afd05303f916e56011822d03b29b2b4f9b463ab.tar.gz
blt-6afd05303f916e56011822d03b29b2b4f9b463ab.tar.bz2
add ds9 cmap/colorbar send 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 d9d4481..806104d 100644
--- a/ds9/parsers/pansendparser.tac
+++ b/ds9/parsers/pansendparser.tac
@@ -10,14 +10,14 @@
#include coords.trl
-pansend : {ProcessSendCmdCurrent "get cursor image 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"}
+pansend : {ProcessSendCmdCurrent frame "get cursor image 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"}
;
%%