summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/contourparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-23 18:31:54 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-23 18:31:54 (GMT)
commit5f273a18aa6e0cb6a8fb16f236bc54d48f9936df (patch)
tree71f29b9a30144d2f8ee04ed3766f5d3d1afb561b /ds9/parsers/contourparser.tac
parent59ccc64f5baf0ecae38e99d21c338b9106125cad (diff)
downloadblt-5f273a18aa6e0cb6a8fb16f236bc54d48f9936df.zip
blt-5f273a18aa6e0cb6a8fb16f236bc54d48f9936df.tar.gz
blt-5f273a18aa6e0cb6a8fb16f236bc54d48f9936df.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/contourparser.tac')
-rw-r--r--ds9/parsers/contourparser.tac10
1 files changed, 5 insertions, 5 deletions
diff --git a/ds9/parsers/contourparser.tac b/ds9/parsers/contourparser.tac
index 42947b1..33f789c 100644
--- a/ds9/parsers/contourparser.tac
+++ b/ds9/parsers/contourparser.tac
@@ -105,11 +105,11 @@ save : STRING_ {ContourCmdSave $1 physical fk5}
| STRING_ wcssys skyframe {ContourCmdSave $1 $2 $3}
;
-paste : {ContourCmdPaste}
- | coordsys STRING_ INT_ yesno {ContourCmdPasteOrg $1 fk5 $2 $3 $4}
- | wcssys STRING_ INT_ yesno {ContourCmdPasteOrg $1 fk5 $2 $3 $4}
- | skyframe STRING_ INT_ yesno {ContourCmdPasteOrg wcs $1 $2 $3 $4}
- | wcssys skyframe STRING_ INT_ yesno {ContourCmdPasteOrg $1 $2 $3 $4 $5}
+paste : {ContourCmdPaste wcs fk5 green 1 no}
+ | coordsys STRING_ INT_ yesno {ContourCmdPaste $1 fk5 $2 $3 $4}
+ | wcssys STRING_ INT_ yesno {ContourCmdPaste $1 fk5 $2 $3 $4}
+ | skyframe STRING_ INT_ yesno {ContourCmdPaste wcs $1 $2 $3 $4}
+ | wcssys skyframe STRING_ INT_ yesno {ContourCmdPaste $1 $2 $3 $4 $5}
;
method : BLOCK_ {set _ block}