summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/mosaicimagewcsparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-11 19:27:19 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-11 19:27:19 (GMT)
commit94f297496394bcec6e7a9ba0fb9a16471ae266b1 (patch)
tree4457fcddf56d28bb9f02d74b953d0ed3cd50925e /ds9/parsers/mosaicimagewcsparser.tac
parent53b50211e69350789ad170bfe6ce01b0e255c1c0 (diff)
downloadblt-94f297496394bcec6e7a9ba0fb9a16471ae266b1.zip
blt-94f297496394bcec6e7a9ba0fb9a16471ae266b1.tar.gz
blt-94f297496394bcec6e7a9ba0fb9a16471ae266b1.tar.bz2
add ds9 smosaicwcs parser
Diffstat (limited to 'ds9/parsers/mosaicimagewcsparser.tac')
-rw-r--r--ds9/parsers/mosaicimagewcsparser.tac4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/parsers/mosaicimagewcsparser.tac b/ds9/parsers/mosaicimagewcsparser.tac
index 746bde4..93737c2 100644
--- a/ds9/parsers/mosaicimagewcsparser.tac
+++ b/ds9/parsers/mosaicimagewcsparser.tac
@@ -17,8 +17,8 @@ command : mosaicimagewcs
| mosaicimagewcs {yyclearin; YYACCEPT} STRING_
;
-mosaicimagewcs : sys opts {MosaicImageWCSCmdLoad {} $2 $1}
- | sys opts STRING_ {MosaicImageWCSCmdLoad $3 $2 $1}
+mosaicimagewcs : opts sys {MosaicImageWCSCmdLoad {} $1 $2}
+ | opts sys STRING_ {MosaicImageWCSCmdLoad $3 $1 $2}
;
sys : {set _ wcs}