summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/vlaparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-10 20:16:51 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-10 20:16:51 (GMT)
commitdcfe13a27708c98e350f04f90285b705c88596fe (patch)
treec327768899b423aeb625962a72f20159086a5c61 /ds9/parsers/vlaparser.tac
parent471815c1412c0f8c37fca83da113d55b4311b602 (diff)
downloadblt-dcfe13a27708c98e350f04f90285b705c88596fe.zip
blt-dcfe13a27708c98e350f04f90285b705c88596fe.tar.gz
blt-dcfe13a27708c98e350f04f90285b705c88596fe.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/vlaparser.tac')
-rw-r--r--ds9/parsers/vlaparser.tac4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/parsers/vlaparser.tac b/ds9/parsers/vlaparser.tac
index fcb5dbf..e8fa127 100644
--- a/ds9/parsers/vlaparser.tac
+++ b/ds9/parsers/vlaparser.tac
@@ -24,8 +24,8 @@ command : vla
vla : {IMGSVRApply dvla 1}
| OPEN_ {}
| CLOSE_ {ARDestroy dvla}
- | STRING_ {IMGSVRCmd dvla name $1}
- | NAME_ STRING_ {IMGSVRCmd dvla name $2}
+ | STRING_ {IMGSVRCmdName dvla $1}
+ | NAME_ STRING_ {IMGSVRCmdName dvla $2}
| SIZE_ numeric numeric sizeOpt {IMGSVRCmdSize dvla $2 $3 $4}
| SAVE_ yesno {IMGSVRCmd dvla save $2}
| FRAME_ frame {IMGSVRCmd dvla mode $2}