summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/framesendparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-18 20:22:30 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-18 20:22:30 (GMT)
commite18118239079bc8b1881e2095a3b5f6a3ff7a15b (patch)
treedbd7e766fc2b01d2a21b7f5a12e130b2fb82ac5b /ds9/parsers/framesendparser.tac
parent5f4cbb5973a88ddd0124660108f220bf297b69ba (diff)
downloadblt-e18118239079bc8b1881e2095a3b5f6a3ff7a15b.zip
blt-e18118239079bc8b1881e2095a3b5f6a3ff7a15b.tar.gz
blt-e18118239079bc8b1881e2095a3b5f6a3ff7a15b.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/framesendparser.tac')
-rw-r--r--ds9/parsers/framesendparser.tac20
1 files changed, 10 insertions, 10 deletions
diff --git a/ds9/parsers/framesendparser.tac b/ds9/parsers/framesendparser.tac
index 1efe865..8a01dc1 100644
--- a/ds9/parsers/framesendparser.tac
+++ b/ds9/parsers/framesendparser.tac
@@ -45,12 +45,12 @@ framesend : {FrameSendCmd}
| HAS_ has
;
-has : coordsys {ProcessSendCmdCurrentYesNo frame "has $1"}
- | wcssys {ProcessSendCmdCurrentYesNo frame "has wcs $1"}
- | param {ProcessSendCmdCurrentYesNo frame "has $1"}
- | CONTOUR_ contour {ProcessSendCmdCurrentYesNo frame "has contour $2"}
- | FITS_ fits {ProcessSendCmdCurrentYesNo frame "has fits $2"}
- | MARKER_ marker {ProcessSendCmdCurrentYesNo frame "has marker $2"}
+has : coordsys {ProcessSendCmdCurrentYesNo "has $1"}
+ | wcssys {ProcessSendCmdCurrentYesNo "has wcs $1"}
+ | param {ProcessSendCmdCurrentYesNo "has $1"}
+ | CONTOUR_ contour {ProcessSendCmdCurrentYesNo "has contour $2"}
+ | FITS_ fits {ProcessSendCmdCurrentYesNo "has fits $2"}
+ | MARKER_ marker {ProcessSendCmdCurrentYesNo "has marker $2"}
| SYSTEM_ system
| WCS_ wcs
;
@@ -79,12 +79,12 @@ marker : HIGHLITE_ {set _ highlite}
| UNDO_ {set _ undo}
;
-system : coordsys {ProcessSendCmdCurrentYesNo frame "has $1"}
- | wcssys {ProcessSendCmdCurrentYesNo frame "has wcs $1"}
+system : coordsys {ProcessSendCmdCurrentYesNo "has $1"}
+ | wcssys {ProcessSendCmdCurrentYesNo "has wcs $1"}
;
-wcs : wcssys {ProcessSendCmdCurrentYesNo frame "has wcs $1"}
- | wcstype wcssys {ProcessSendCmdCurrentYesNo frame "has wcs $1 $2"}
+wcs : wcssys {ProcessSendCmdCurrentYesNo "has wcs $1"}
+ | wcstype wcssys {ProcessSendCmdCurrentYesNo "has wcs $1 $2"}
;
wcstype : EQUATORIAL_ {set _ equatorial}