summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-08 17:05:30 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-08 17:05:30 (GMT)
commitcba0eaac11f975b42e1576eb5b13dd679dd6965b (patch)
tree22e460eede57078a5f483a742e03c64db790a72d /ds9/parsers
parent61a6a0682e5c15df1296e92d747d2b1245e86add (diff)
downloadblt-cba0eaac11f975b42e1576eb5b13dd679dd6965b.zip
blt-cba0eaac11f975b42e1576eb5b13dd679dd6965b.tar.gz
blt-cba0eaac11f975b42e1576eb5b13dd679dd6965b.tar.bz2
simplify ds9 imgsvr parsers
Diffstat (limited to 'ds9/parsers')
-rw-r--r--ds9/parsers/dssstscilex.fcl2
-rw-r--r--ds9/parsers/skyviewlex.fcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/ds9/parsers/dssstscilex.fcl b/ds9/parsers/dssstscilex.fcl
index 67e163e..f02f926 100644
--- a/ds9/parsers/dssstscilex.fcl
+++ b/ds9/parsers/dssstscilex.fcl
@@ -15,7 +15,7 @@ poss1_red {return $POSS1RED_}
all {return $ALL_}
quickv {return $QUICKV_}
phase2_gsc2 {return $GSC2_}
-phase2_gsc2 {return $GSC1_}
+phase2_gsc1 {return $GSC1_}
#include yesno.fin
#include imgsvr.fin
diff --git a/ds9/parsers/skyviewlex.fcl b/ds9/parsers/skyviewlex.fcl
index 65aba90..15af544 100644
--- a/ds9/parsers/skyviewlex.fcl
+++ b/ds9/parsers/skyviewlex.fcl
@@ -22,7 +22,7 @@ survey {return $SURVEY_}
update {return $UPDATE_}
#include yesno.fin
-#include coords.fin
+#include imgsvr.fin
#include base.fin
%%