diff options
-rw-r--r-- | ds9/parsers/dssstscilex.fcl | 2 | ||||
-rw-r--r-- | ds9/parsers/skyviewlex.fcl | 2 |
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 %% |