summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/pansendparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-08 15:49:53 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-08 15:49:53 (GMT)
commit2df1860167c58b6940284b86da76c8a2229bf6b9 (patch)
treed6cbbc86f35ac2816ea455c91a9b10a15a5033a6 /ds9/parsers/pansendparser.tac
parenta287596f8318385c78aa2ea58ad396afce34b443 (diff)
downloadblt-2df1860167c58b6940284b86da76c8a2229bf6b9.zip
blt-2df1860167c58b6940284b86da76c8a2229bf6b9.tar.gz
blt-2df1860167c58b6940284b86da76c8a2229bf6b9.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/pansendparser.tac')
-rw-r--r--ds9/parsers/pansendparser.tac10
1 files changed, 8 insertions, 2 deletions
diff --git a/ds9/parsers/pansendparser.tac b/ds9/parsers/pansendparser.tac
index ec2a39f..2e201ae 100644
--- a/ds9/parsers/pansendparser.tac
+++ b/ds9/parsers/pansendparser.tac
@@ -1,13 +1,19 @@
%{
%}
-#include coords.tin
+#include coordsys.tin
+#include wcssys.tin
+#include skyframe.tin
+#include skyformat.tin
%start pansend
%%
-#include coords.trl
+#include coordsys.trl
+#include wcssys.trl
+#include skyframe.trl
+#include skyformat.trl
pansend : {ProcessSendCmdCurrent frame "get cursor physical fk5 degrees"}
| coordsys {ProcessSendCmdCurrent frame "get cursor $1 fk5 degrees"}