summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/coords.fin
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-09 22:15:28 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-09 22:15:28 (GMT)
commit1b837a16415462f57015738741de8dc719bbe76f (patch)
treec99d5f206aba56994e906ac94cf66ef84b5b03eb /ds9/parsers/coords.fin
parent06bd2deb4d175c1b779cb15076103d165150f3f0 (diff)
downloadblt-1b837a16415462f57015738741de8dc719bbe76f.zip
blt-1b837a16415462f57015738741de8dc719bbe76f.tar.gz
blt-1b837a16415462f57015738741de8dc719bbe76f.tar.bz2
add crop ds9 parser
Diffstat (limited to 'ds9/parsers/coords.fin')
-rw-r--r--ds9/parsers/coords.fin7
1 files changed, 0 insertions, 7 deletions
diff --git a/ds9/parsers/coords.fin b/ds9/parsers/coords.fin
index 394be49..ee01c50 100644
--- a/ds9/parsers/coords.fin
+++ b/ds9/parsers/coords.fin
@@ -31,13 +31,6 @@ physical {return $PHYSICAL_}
amplifier {return $AMPLIFIER_}
detector {return $DETECTOR_}
-fk4 {return $FK4_}
-b1950 {return $FK4_}
-fk5 {return $FK5_}
-j2000 {return $FK5_}
-galactic {return $GALACTIC_}
-ecliptic {return $ECLIPTIC_}
-
# SEXAGESIMAL
[+-]?{D}+:{D}+:{D}+"."? |
[+-]?{D}+:{D}+:{D}*"."{D}+ {set yylval $yytext; return $SEXSTR_}