summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/cubeparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-07-06 19:19:41 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-07-06 19:19:41 (GMT)
commita1a15326cc53e86f115e054c92bda95b01da92b1 (patch)
tree2162cd8f70b5b9c8b2c5ef0dc35bd050d6e396dd /ds9/parsers/cubeparser.tac
parent2c5f4cc8ba58a99e5c2f249805fbf53ea149b2f5 (diff)
downloadblt-a1a15326cc53e86f115e054c92bda95b01da92b1.zip
blt-a1a15326cc53e86f115e054c92bda95b01da92b1.tar.gz
blt-a1a15326cc53e86f115e054c92bda95b01da92b1.tar.bz2
fix cube dialog
Diffstat (limited to 'ds9/parsers/cubeparser.tac')
-rw-r--r--ds9/parsers/cubeparser.tac1
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/parsers/cubeparser.tac b/ds9/parsers/cubeparser.tac
index d749b6e..8818e37 100644
--- a/ds9/parsers/cubeparser.tac
+++ b/ds9/parsers/cubeparser.tac
@@ -58,6 +58,7 @@ cube : OPEN_
| AXES_ order
| ORDER_ order
| INT_ {CubeCmdCoord $1 image 2}
+ | INT_ IMAGE_ {CubeCmdCoord $1 image 2}
| numeric wcssys {CubeCmdCoord $1 $2 2}
| numeric wcssys INT_ {CubeCmdCoord $1 $2 [expr $3-1]}
;