From 4277a6113e6fdd23f8d80507ded899ff2f6ccf51 Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 3 Jan 2019 14:45:58 -0500 Subject: fix tile, print cmds --- ds9/doc/release/r8.1.html | 10 ++++++++-- ds9/parsers/tileparser.tac | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ds9/doc/release/r8.1.html b/ds9/doc/release/r8.1.html index d6e0e41..fe0558c 100644 --- a/ds9/doc/release/r8.1.html +++ b/ds9/doc/release/r8.1.html @@ -25,14 +25,20 @@
  • 12.14.2018 BINNING: bring forward any 3rd column WCS defines for binned 3d cubes.
  • 12.14.2018 PLOT3D: verify 3D WCS, reset to IMAGE if not available.
  • 12.19.2018 SAVEIMAGE: is now supported under Windows.
  • -
  • 12.26.2018 GRAPH: fixed view graph command.
  • +
  • 12.26.2018 VIEW: fixed view graph command.
  • 12.27.2018 TCLIIS: update TEA to 3.13.
  • 12.27.2018 TKSAO: update TEA to 3.13.
  • 12.29.2018 TKMACOSX: update TEA to 3.13.
  • 12.29.2018 TKWIN: update TEA to 3.13.
  • +
  • 12.29.2018 TCLSIGNAL: update TEA to 3.13.
  • +
  • 12.29.2018 TCLXML: update TEA to 3.13.
  • +
  • 12.29.2018 TCLZVFS: update TEA to 3.13.
  • +
  • 12.29.2018 TKBLT: update TEA to 3.13.
  • +
  • 12.29.2018 TLS: update TEA to 3.13.
  • 01.03.2019 DS9: fixed a problem with MacOS Aqua and Windows unable to locate ds9 parser scripts at startup.
  • 01.03.2019 SCALE: fixed scale command.
  • -
  • 01.03.2019 PRINT: add backward compatible options for resolution to command parser.
  • +
  • 01.03.2019 PRINT: add backward compatible options for resolution to command.
  • +
  • 01.03.2019 TILE: fix tile grid layout command.
  • xx.xx.2018 RELEASE version 8.1b1
  • diff --git a/ds9/parsers/tileparser.tac b/ds9/parsers/tileparser.tac index 67dd750..14dc83d 100644 --- a/ds9/parsers/tileparser.tac +++ b/ds9/parsers/tileparser.tac @@ -43,7 +43,7 @@ tileMode : GRID_ {set _ grid} tileGrid : {ProcessCmdSet tile mode grid DisplayMode} | MODE_ tileGridMode {ProcessCmdSet tile grid,mode $2 DisplayMode} | DIRECTION_ tileGridDir {ProcessCmdSet tile grid,dir $2 DisplayMode} - | LAYOUT_ INT_ INT_ {ProcessCmdSet tile grid,col $2; ProcessCmdSet tile grid,row $3; TileCmdSetgrid,mode manual DisplayMode} + | LAYOUT_ INT_ INT_ {ProcessCmdSet tile grid,col $2; ProcessCmdSet tile grid,row $3; ProcessCmdSet tile grid,mode manual DisplayMode} | GAP_ INT_ {ProcessCmdSet tile grid,gap $2 DisplayMode} ; -- cgit v0.12