summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/cubeparser.tac
diff options
context:
space:
mode:
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]}
;