summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-07 21:50:18 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-07 21:50:18 (GMT)
commitaebd92373d50b5089581be371cfae3b90fab6c04 (patch)
tree4008f08caaf78498c9c628a42897eac2a98afc80 /ds9/parsers
parent6d53115e9f01feb7dbb0cb98204e4250294a40ef (diff)
downloadblt-aebd92373d50b5089581be371cfae3b90fab6c04.zip
blt-aebd92373d50b5089581be371cfae3b90fab6c04.tar.gz
blt-aebd92373d50b5089581be371cfae3b90fab6c04.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers')
-rw-r--r--ds9/parsers/framelex.fcl3
-rw-r--r--ds9/parsers/frameparser.tac6
-rw-r--r--ds9/parsers/locklex.fcl3
-rw-r--r--ds9/parsers/lockparser.tac6
4 files changed, 12 insertions, 6 deletions
diff --git a/ds9/parsers/framelex.fcl b/ds9/parsers/framelex.fcl
index f4e65a0..2b5ae22 100644
--- a/ds9/parsers/framelex.fcl
+++ b/ds9/parsers/framelex.fcl
@@ -29,7 +29,8 @@ rgb {return $RGB_}
show {return $SHOW_}
#include matchlock.fin
-#include coords.fin
+#include coordsys.fin
+#include wcssys.fin
#include numeric.fin
#include string.fin
#include ws.fin
diff --git a/ds9/parsers/frameparser.tac b/ds9/parsers/frameparser.tac
index 41e906e..9aadf9a 100644
--- a/ds9/parsers/frameparser.tac
+++ b/ds9/parsers/frameparser.tac
@@ -2,7 +2,8 @@
%}
#include matchlock.tin
-#include coords.tin
+#include coordsys.tin
+#include wcssys.tin
#include numeric.tin
#include string.tin
@@ -31,7 +32,8 @@
%%
#include matchlock.trl
-#include coords.trl
+#include coordsys.trl
+#include wcssys.trl
#include numeric.trl
command : frame
diff --git a/ds9/parsers/locklex.fcl b/ds9/parsers/locklex.fcl
index 39e8b7f..cde314d 100644
--- a/ds9/parsers/locklex.fcl
+++ b/ds9/parsers/locklex.fcl
@@ -21,7 +21,8 @@ slice {return $SLICE_}
smooth {return $SMOOTH_}
#include matchlock.fin
-#include coords.fin
+#include coordsys.fin
+#include wcssys.fin
#include yesno.fin
#include string.fin
#include ws.fin
diff --git a/ds9/parsers/lockparser.tac b/ds9/parsers/lockparser.tac
index e990ab9..b40650b 100644
--- a/ds9/parsers/lockparser.tac
+++ b/ds9/parsers/lockparser.tac
@@ -2,7 +2,8 @@
%}
#include matchlock.tin
-#include coords.tin
+#include coordsys.tin
+#include wcssys.tin
#include yesno.tin
#include string.tin
@@ -24,7 +25,8 @@
%%
#include matchlock.trl
-#include coords.trl
+#include coordsys.trl
+#include wcssys.trl
#include yesno.trl
command : lock