summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/coords.fin
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-08 16:34:05 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-08 16:34:05 (GMT)
commitb3b5766af3ce9a584a5d3dbaae3c6d4820b0289c (patch)
tree6317efc9c56137b6821d2f6a8ad204a083147aa9 /ds9/parsers/coords.fin
parent2df1860167c58b6940284b86da76c8a2229bf6b9 (diff)
downloadblt-b3b5766af3ce9a584a5d3dbaae3c6d4820b0289c.zip
blt-b3b5766af3ce9a584a5d3dbaae3c6d4820b0289c.tar.gz
blt-b3b5766af3ce9a584a5d3dbaae3c6d4820b0289c.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/coords.fin')
-rw-r--r--ds9/parsers/coords.fin59
1 files changed, 0 insertions, 59 deletions
diff --git a/ds9/parsers/coords.fin b/ds9/parsers/coords.fin
deleted file mode 100644
index 42afb3a..0000000
--- a/ds9/parsers/coords.fin
+++ /dev/null
@@ -1,59 +0,0 @@
-wcs {return $WCS_}
-wcsa {return $WCSA_}
-wcsb {return $WCSB_}
-wcsc {return $WCSC_}
-wcsd {return $WCSD_}
-wcse {return $WCSE_}
-wcsf {return $WCSF_}
-wcsg {return $WCSG_}
-wcsh {return $WCSH_}
-wcsi {return $WCSI_}
-wcsj {return $WCSJ_}
-wcsk {return $WCSK_}
-wcsl {return $WCSL_}
-wcsm {return $WCSM_}
-wcsn {return $WCSN_}
-wcso {return $WCSO_}
-wcsp {return $WCSP_}
-wcsq {return $WCSQ_}
-wcsr {return $WCSR_}
-wcss {return $WCSS_}
-wcst {return $WCST_}
-wcsu {return $WCSU_}
-wcsv {return $WCSV_}
-wcsw {return $WCSW_}
-wcsx {return $WCSX_}
-wcsy {return $WCSY_}
-wcsz {return $WCSZ_}
-
-image {return $IMAGE_}
-physical {return $PHYSICAL_}
-amplifier {return $AMPLIFIER_}
-detector {return $DETECTOR_}
-
-fk4 {return $FK4_}
-b1950 {return $FK4_}
-fk5 {return $FK5_}
-j2000 {return $FK5_}
-icrs {return $ICRS_}
-galactic {return $GALACTIC_}
-ecliptic {return $ECLIPTIC_}
-
-degrees {return $DEGREES_}
-arcmin {return $ARCMIN_}
-arcsec {return $ARCSEC_}
-
-sexagesimal {return $SEXAGESIMAL_}
-
-# 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 $SMSSTR_}
-