diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-07-06 19:19:41 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-07-06 19:19:41 (GMT) |
commit | a1a15326cc53e86f115e054c92bda95b01da92b1 (patch) | |
tree | 2162cd8f70b5b9c8b2c5ef0dc35bd050d6e396dd /ds9/parsers | |
parent | 2c5f4cc8ba58a99e5c2f249805fbf53ea149b2f5 (diff) | |
download | blt-a1a15326cc53e86f115e054c92bda95b01da92b1.zip blt-a1a15326cc53e86f115e054c92bda95b01da92b1.tar.gz blt-a1a15326cc53e86f115e054c92bda95b01da92b1.tar.bz2 |
fix cube dialog
Diffstat (limited to 'ds9/parsers')
-rw-r--r-- | ds9/parsers/cubeparser.tac | 1 |
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]} ; |