summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-22 16:47:07 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-22 16:47:07 (GMT)
commitf94cd90bbc6f0519f78a1f864cde747e4e61d67f (patch)
tree67f11bc43a989dfdb9f94e6f5d7dab51a517f66e /ds9/parsers
parent2daaaf18b38e68f42e62a6071f17813233aa3a54 (diff)
downloadblt-f94cd90bbc6f0519f78a1f864cde747e4e61d67f.zip
blt-f94cd90bbc6f0519f78a1f864cde747e4e61d67f.tar.gz
blt-f94cd90bbc6f0519f78a1f864cde747e4e61d67f.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers')
-rw-r--r--ds9/parsers/sexstr.fin8
1 files changed, 0 insertions, 8 deletions
diff --git a/ds9/parsers/sexstr.fin b/ds9/parsers/sexstr.fin
index adc5138..70a0d76 100644
--- a/ds9/parsers/sexstr.fin
+++ b/ds9/parsers/sexstr.fin
@@ -1,11 +1,3 @@
# SEXAGESIMAL
[+-]?{D}+:{D}+:{D}+"."? |
[+-]?{D}+:{D}+:{D}*"."{D}+ {set yylval $yytext; return $SEXSTR_}
-
-# HMS
-[+-]?{D}+h{D}+m{D}+"."?s |
-[+-]?{D}+h{D}+m{D}*"."{D}+s {set yylval $yytext; return $HMSSTR_}
-
-# DMS
-[+-]?{D}+d{D}+m{D}+"."?s |
-[+-]?{D}+d{D}+m{D}*"."{D}+s {set yylval $yytext; return $DMSSTR_}