summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/fitssendparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-08-17 19:11:49 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-08-17 19:11:49 (GMT)
commit118e5a85e4732f882ffcda10cb3d1c5bf0324959 (patch)
tree117720cd586d003bd1850a64a4d26268b479ea1a /ds9/parsers/fitssendparser.tac
parent61331fa2c608e44eae36a8edbaef63752e635303 (diff)
downloadblt-118e5a85e4732f882ffcda10cb3d1c5bf0324959.zip
blt-118e5a85e4732f882ffcda10cb3d1c5bf0324959.tar.gz
blt-118e5a85e4732f882ffcda10cb3d1c5bf0324959.tar.bz2
simplify cube code
Diffstat (limited to 'ds9/parsers/fitssendparser.tac')
-rw-r--r--ds9/parsers/fitssendparser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/fitssendparser.tac b/ds9/parsers/fitssendparser.tac
index 8f594e3..3cf9bc4 100644
--- a/ds9/parsers/fitssendparser.tac
+++ b/ds9/parsers/fitssendparser.tac
@@ -32,7 +32,7 @@
fitssend: WIDTH_ {ProcessSendCmdCurrent "get fits width"}
| HEIGHT_ {ProcessSendCmdCurrent "get fits height"}
- | DEPTH_ {ProcessSendCmdCurrent "get fits depth 2"}
+ | DEPTH_ {ProcessSendCmdCurrent "get fits depth"}
| BITPIX_ {ProcessSendCmdCurrent "get fits bitpix"}
# backward compatibility
| TYPE_ {FitsSendCmdType}