diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-05-23 19:03:07 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-05-23 19:03:07 (GMT) |
commit | f8a1d050c173cf9c101d4ccc3e7038399a03909b (patch) | |
tree | ae57b35e3f7880e3dc1cfbe62dbb89faef1db5b8 /ds9/parsers | |
parent | 0175458b82b34ec6a771aa77f2e46d6615564997 (diff) | |
download | blt-f8a1d050c173cf9c101d4ccc3e7038399a03909b.zip blt-f8a1d050c173cf9c101d4ccc3e7038399a03909b.tar.gz blt-f8a1d050c173cf9c101d4ccc3e7038399a03909b.tar.bz2 |
update ds9 parsers
Diffstat (limited to 'ds9/parsers')
-rw-r--r-- | ds9/parsers/plotparser.tac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/parsers/plotparser.tac b/ds9/parsers/plotparser.tac index 904c5a0..5b68cc6 100644 --- a/ds9/parsers/plotparser.tac +++ b/ds9/parsers/plotparser.tac @@ -213,6 +213,7 @@ plotCmd : DATA_ dim {PlotCmdData $2} | DUP_ duplicate | DUPLICATE_ duplicate | STATS_ yesno {PlotCmdSet stats $2 PlotStats} + # backward compatibility | STATISTICS_ yesno {PlotCmdSet stats $2 PlotStats} | LIST_ yesno {PlotCmdSet list $2 PlotList} | LOADCONFIG_ STRING_ {PlotCmdLoadConfig $2} |