summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-06 18:39:44 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-06 18:39:44 (GMT)
commitb3e4ff140fcd7ac46dcdf00049105cfb780294ca (patch)
tree469e06332ff5a025810f30992cf8763d4dacb6ad /ds9
parent3c8773935d727d478d45f882b3708077fe181ead (diff)
downloadblt-b3e4ff140fcd7ac46dcdf00049105cfb780294ca.zip
blt-b3e4ff140fcd7ac46dcdf00049105cfb780294ca.tar.gz
blt-b3e4ff140fcd7ac46dcdf00049105cfb780294ca.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9')
-rw-r--r--ds9/parsers/imgsvr.fin3
-rw-r--r--ds9/parsers/imgsvr.tin3
-rw-r--r--ds9/parsers/imgsvr.trl6
3 files changed, 0 insertions, 12 deletions
diff --git a/ds9/parsers/imgsvr.fin b/ds9/parsers/imgsvr.fin
index d2d0155..2034075 100644
--- a/ds9/parsers/imgsvr.fin
+++ b/ds9/parsers/imgsvr.fin
@@ -12,9 +12,6 @@ size {return $SIZE_}
survey {return $SURVEY_}
update {return $UPDATE_}
-wcs {return $WCS_}
-fk5 {return $FK5_}
-
degrees {return $DEGREES_}
arcmin {return $ARCMIN_}
arcsec {return $ARCSEC_}
diff --git a/ds9/parsers/imgsvr.tin b/ds9/parsers/imgsvr.tin
index c40245e..fbe43cb 100644
--- a/ds9/parsers/imgsvr.tin
+++ b/ds9/parsers/imgsvr.tin
@@ -12,9 +12,6 @@
%token SIZE_
%token SURVEY_
-%token WCS_
-%token FK5_
-
%token DEGREES_
%token ARCMIN_
%token ARCSEC_
diff --git a/ds9/parsers/imgsvr.trl b/ds9/parsers/imgsvr.trl
index 6c82328..18772bc 100644
--- a/ds9/parsers/imgsvr.trl
+++ b/ds9/parsers/imgsvr.trl
@@ -11,12 +11,6 @@ sex : {set _ sexagesimal}
| SEXAGESIMAL_ {set _ sexagesimal}
;
-coordOpt :
- | WCS_
- | FK5_
- | WCS_ FK5_
- ;
-
sizeOpt : {set _ degrees}
| rformat {set _ $1}
;