summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/cropsendparser.tac
diff options
context:
space:
mode:
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"}