From cae27ef31349519751992161b79820db7d952ed2 Mon Sep 17 00:00:00 2001 From: William Joye Date: Mon, 1 Oct 2018 15:47:46 -0400 Subject: update --- ds9/doc/release/r8.0.html | 7 ++++--- ds9/library/contour.tcl | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ds9/doc/release/r8.0.html b/ds9/doc/release/r8.0.html index 9b549d4..c784ee3 100644 --- a/ds9/doc/release/r8.0.html +++ b/ds9/doc/release/r8.0.html @@ -85,11 +85,12 @@ incorrectly calculating an index into the data cube.
  • 09.25.2018 RELEASE version 8.0rc3
  • 09.26.2018 BIN: fixed old style Einstein WCS keyword CRVAL2.
  • 09.26.2018 RELEASE version 8.0rc4
  • -
  • 09.27.2018 CONTOUR: fixed contour parser nlevels problem, again.
  • 09.27.2018 REGION: Plot2d,Plot3d,Histogram- use BUNIT keyword if available.
  • 09.27.2018 WCS: Tweaked -TAB code to find wcs bin HDU easier.
  • -
  • 10.01.2018 API: Tweaked parsers to fix issue with XPA/SAMP error messages.
  • -
  • 10.02.2018 RELEASE version 8.0rc5
  • +
  • 09.30.2018 CONTOUR: fixed contour parser nlevels problem, again.
  • +
  • 09.30.2018 CONTOUR: changed contour limits behavior. Now set mode to use
  • 10.01.2018 API: Tweaked parsers to fix issue with XPA/SAMP error message +s.
  • +r.10.02.2018 RELEASE version 8.0rc5 diff --git a/ds9/library/contour.tcl b/ds9/library/contour.tcl index e742b80..44e32b9 100644 --- a/ds9/library/contour.tcl +++ b/ds9/library/contour.tcl @@ -892,7 +892,7 @@ proc UpdateContourScale {} { set contour(mode) [$current(frame) get contour clip mode] set contour(scope) [$current(frame) get contour clip scope] set contour(log) [$current(frame) get contour colorscale log] - set limits [$current(frame) get clip $contour(mode) $contour(scope)] + set limits [$current(frame) get contour clip] set contour(min) [lindex $limits 0] set contour(max) [lindex $limits 1] } else { @@ -1154,6 +1154,7 @@ proc ContourCmdLimits {min max} { set contour(min) $min set contour(max) $max + set contour(mode) user ContourGenerateDialog UpdateContour } -- cgit v0.12