summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-11 15:33:52 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-11 15:33:52 (GMT)
commit2e755114f91eb1b109ad208e0c0748238f997a2e (patch)
tree2132284eeda2c8201ef40f49be075804ce1fa339
parent347d1f3e38e5cea545f3106521d62c1a2a9aa5db (diff)
downloadblt-2e755114f91eb1b109ad208e0c0748238f997a2e.zip
blt-2e755114f91eb1b109ad208e0c0748238f997a2e.tar.gz
blt-2e755114f91eb1b109ad208e0c0748238f997a2e.tar.bz2
update ds9 parsers
-rw-r--r--ds9/parsers/catlex.fcl2
-rw-r--r--ds9/parsers/catparser.tac4
-rw-r--r--ds9/parsers/croplex.fcl2
-rw-r--r--ds9/parsers/cropparser.tac4
-rw-r--r--ds9/parsers/gridlex.fcl2
-rw-r--r--ds9/parsers/gridparser.tac4
-rw-r--r--ds9/parsers/regionlex.fcl2
-rw-r--r--ds9/parsers/regionparser.tac4
-rw-r--r--ds9/parsers/rformat.fin (renamed from ds9/parsers/skyformat.fin)0
-rw-r--r--ds9/parsers/rformat.tin (renamed from ds9/parsers/skyformat.tin)0
-rw-r--r--ds9/parsers/rformat.trl (renamed from ds9/parsers/skyformat.trl)0
11 files changed, 12 insertions, 12 deletions
diff --git a/ds9/parsers/catlex.fcl b/ds9/parsers/catlex.fcl
index 8951fe8..a1dd5a0 100644
--- a/ds9/parsers/catlex.fcl
+++ b/ds9/parsers/catlex.fcl
@@ -96,7 +96,7 @@ saao {return $SAAO_}
#include yesno.fin
#include font.fin
-#include skyformat.fin
+#include rformat.fin
#include skyframe.fin
#include coords.fin
#include numeric.fin
diff --git a/ds9/parsers/catparser.tac b/ds9/parsers/catparser.tac
index 3a9cd32..029cdbb 100644
--- a/ds9/parsers/catparser.tac
+++ b/ds9/parsers/catparser.tac
@@ -3,7 +3,7 @@
#include yesno.tin
#include font.tin
-#include skyformat.tin
+#include rformat.tin
#include skyframe.tin
#include coords.tin
#include numeric.tin
@@ -103,7 +103,7 @@
#include yesno.trl
#include font.trl
-#include skyformat.trl
+#include rformat.trl
#include skyframe.trl
#include coords.trl
#include numeric.trl
diff --git a/ds9/parsers/croplex.fcl b/ds9/parsers/croplex.fcl
index d1a02b7..8cbc3c2 100644
--- a/ds9/parsers/croplex.fcl
+++ b/ds9/parsers/croplex.fcl
@@ -15,7 +15,7 @@ none {return $NONE_}
open {return $OPEN_}
reset {return $RESET_}
-#include skyformat.fin
+#include rformat.fin
#include skyframe.fin
#include coords.fin
#include numeric.fin
diff --git a/ds9/parsers/cropparser.tac b/ds9/parsers/cropparser.tac
index 6c77936..05b7b09 100644
--- a/ds9/parsers/cropparser.tac
+++ b/ds9/parsers/cropparser.tac
@@ -1,7 +1,7 @@
%{
%}
-#include skyformat.tin
+#include rformat.tin
#include skyframe.tin
#include coords.tin
#include numeric.tin
@@ -19,7 +19,7 @@
%%
-#include skyformat.trl
+#include rformat.trl
#include skyframe.trl
#include coords.trl
#include numeric.trl
diff --git a/ds9/parsers/gridlex.fcl b/ds9/parsers/gridlex.fcl
index cb552f4..bb3d637 100644
--- a/ds9/parsers/gridlex.fcl
+++ b/ds9/parsers/gridlex.fcl
@@ -68,7 +68,7 @@ uuu {return $UUU_}
#include font.fin
#include coords.fin
#include skyframe.fin
-#include skyformat.fin
+#include rformat.fin
#include numeric.fin
#include string.fin
diff --git a/ds9/parsers/gridparser.tac b/ds9/parsers/gridparser.tac
index 20a37f0..d86d0c9 100644
--- a/ds9/parsers/gridparser.tac
+++ b/ds9/parsers/gridparser.tac
@@ -5,7 +5,7 @@
#include font.tin
#include coords.tin
#include skyframe.tin
-#include skyformat.tin
+#include rformat.tin
#include numeric.tin
#include string.tin
@@ -67,7 +67,7 @@
#include font.trl
#include coords.trl
#include skyframe.trl
-#include skyformat.trl
+#include rformat.trl
#include numeric.trl
command : grid
diff --git a/ds9/parsers/regionlex.fcl b/ds9/parsers/regionlex.fcl
index 49fc5af..fe1bcd5 100644
--- a/ds9/parsers/regionlex.fcl
+++ b/ds9/parsers/regionlex.fcl
@@ -108,7 +108,7 @@ boxcircle {return $BOXCIRCLE_}
#include font.fin
#include coords.fin
#include skyframe.fin
-#include skyformat.fin
+#include rformat.fin
#include numeric.fin
#include string.fin
diff --git a/ds9/parsers/regionparser.tac b/ds9/parsers/regionparser.tac
index 664828a..e3655b7 100644
--- a/ds9/parsers/regionparser.tac
+++ b/ds9/parsers/regionparser.tac
@@ -5,7 +5,7 @@
#include font.tin
#include coords.tin
#include skyframe.tin
-#include skyformat.tin
+#include rformat.tin
#include numeric.tin
#include string.tin
@@ -113,7 +113,7 @@
#include font.trl
#include coords.trl
#include skyframe.trl
-#include skyformat.trl
+#include rformat.trl
#include numeric.trl
command : region
diff --git a/ds9/parsers/skyformat.fin b/ds9/parsers/rformat.fin
index d52ed71..d52ed71 100644
--- a/ds9/parsers/skyformat.fin
+++ b/ds9/parsers/rformat.fin
diff --git a/ds9/parsers/skyformat.tin b/ds9/parsers/rformat.tin
index 2fd83f8..2fd83f8 100644
--- a/ds9/parsers/skyformat.tin
+++ b/ds9/parsers/rformat.tin
diff --git a/ds9/parsers/skyformat.trl b/ds9/parsers/rformat.trl
index becfec9..becfec9 100644
--- a/ds9/parsers/skyformat.trl
+++ b/ds9/parsers/rformat.trl