summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/cropsendparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-08 16:34:05 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-08 16:34:05 (GMT)
commitb3b5766af3ce9a584a5d3dbaae3c6d4820b0289c (patch)
tree6317efc9c56137b6821d2f6a8ad204a083147aa9 /ds9/parsers/cropsendparser.tac
parent2df1860167c58b6940284b86da76c8a2229bf6b9 (diff)
downloadblt-b3b5766af3ce9a584a5d3dbaae3c6d4820b0289c.zip
blt-b3b5766af3ce9a584a5d3dbaae3c6d4820b0289c.tar.gz
blt-b3b5766af3ce9a584a5d3dbaae3c6d4820b0289c.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/cropsendparser.tac')
-rw-r--r--ds9/parsers/cropsendparser.tac10
1 files changed, 8 insertions, 2 deletions
diff --git a/ds9/parsers/cropsendparser.tac b/ds9/parsers/cropsendparser.tac
index 7e1b3f7..a65d44b 100644
--- a/ds9/parsers/cropsendparser.tac
+++ b/ds9/parsers/cropsendparser.tac
@@ -1,7 +1,10 @@
%{
%}
-#include coords.tin
+#include coordsys.tin
+#include wcssys.tin
+#include skyframe.tin
+#include wcsformat.tin
%start cropsend
@@ -10,7 +13,10 @@
%%
-#include coords.trl
+#include coordsys.trl
+#include wcssys.trl
+#include skyframe.trl
+#include wcsformat.trl
cropsend : {ProcessSendCmdCurrent frame "get crop center physical fk5 degrees physical degrees"}
| coordsys {ProcessSendCmdCurrent frame "get crop center $1 fk5 degrees $1 degrees"}