summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/imgsvr.fin
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-11 16:12:43 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-11 16:12:43 (GMT)
commit1c316b6c0c55f0a9134be062646b917496919d68 (patch)
tree5bb22962b551e1bd0ffcedd697904c15f760d9ab /ds9/parsers/imgsvr.fin
parent5460fdb7f816c814a48aa209707bf80b715639a2 (diff)
downloadblt-1c316b6c0c55f0a9134be062646b917496919d68.zip
blt-1c316b6c0c55f0a9134be062646b917496919d68.tar.gz
blt-1c316b6c0c55f0a9134be062646b917496919d68.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/imgsvr.fin')
-rw-r--r--ds9/parsers/imgsvr.fin12
1 files changed, 0 insertions, 12 deletions
diff --git a/ds9/parsers/imgsvr.fin b/ds9/parsers/imgsvr.fin
index b1a9904..553edc5 100644
--- a/ds9/parsers/imgsvr.fin
+++ b/ds9/parsers/imgsvr.fin
@@ -1,11 +1,3 @@
-wcs {return $WCS_}
-fk5 {return $FK5_}
-
-degrees {return $DEGREES_}
-sexagesimal {return $SEXAGESIMAL_}
-arcmin {return $ARCMIN_}
-arcsec {return $ARCSEC_}
-
close {return $CLOSE_}
coord {return $COORD_}
crosshair {return $CROSSHAIR_}
@@ -18,7 +10,3 @@ save {return $SAVE_}
size {return $SIZE_}
survey {return $SURVEY_}
update {return $UPDATE_}
-
-# SEXAGESIMAL
-[+-]?{D}+:{D}+:{D}+"."? |
-[+-]?{D}+:{D}+:{D}*"."{D}+ {set yylval $yytext; return $SEXSTR_}