From eafc6af129cf5f2c71ee4fde54885e0167dd96e5 Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 27 Sep 2018 11:43:32 -0400 Subject: CONTOUR: fixed contour parser nlevels problem. --- ds9/doc/release/r8.0.html | 2 ++ ds9/library/ds9.tcl | 2 +- ds9/macos/SAOImageDS9.app/Contents/Info.plist | 6 +++--- ds9/parsers/contourparser.tac | 2 +- ds9/win/ds9.rc | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ds9/doc/release/r8.0.html b/ds9/doc/release/r8.0.html index 1408a27..66d7220 100644 --- a/ds9/doc/release/r8.0.html +++ b/ds9/doc/release/r8.0.html @@ -85,6 +85,8 @@ 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.
  • +
  • 09.28.2018 RELEASE version 8.0rc5
  • diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index b9e83af..37cb4e5 100644 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -13,7 +13,7 @@ proc DS9Def {} { } # for beta version, MUST have space - set ds9(version) {8.0 rc4} + set ds9(version) {8.0 rc5} set ds9(top) . set ds9(mb) .mb diff --git a/ds9/macos/SAOImageDS9.app/Contents/Info.plist b/ds9/macos/SAOImageDS9.app/Contents/Info.plist index c724d69..fba3fd7 100644 --- a/ds9/macos/SAOImageDS9.app/Contents/Info.plist +++ b/ds9/macos/SAOImageDS9.app/Contents/Info.plist @@ -35,7 +35,7 @@ CFBundleExecutable ds9 CFBundleGetInfoString - "SAOImageDS9 8.0rc4 + "SAOImageDS9 8.0rc5 Copyright 1999-2018 Smithsonian Astrophysical Observatory" CFBundleIconFile @@ -49,11 +49,11 @@ Smithsonian Astrophysical Observatory" CFBundlePackageType APPL CFBundleShortVersionString - 8.0rc4 + 8.0rc5 CFBundleSignature DS9 CFBundleVersion - 8.0rc4 + 8.0rc5 NSHighResolutionCapable True LSMinimumSystemVersion diff --git a/ds9/parsers/contourparser.tac b/ds9/parsers/contourparser.tac index 5ff8313..73bda46 100644 --- a/ds9/parsers/contourparser.tac +++ b/ds9/parsers/contourparser.tac @@ -81,7 +81,7 @@ contour : yesno {ProcessCmdSet contour view $1 UpdateContour} | DASH_ yesno {ContourDialog; ProcessCmdSet contour dash $2 UpdateContour} | SMOOTH_ INT_ {ContourCmdGenerateDialog smooth $2} | METHOD_ method {ContourCmdGenerateDialog method $2} - | NLEVELS_ INT_ {ContourCmdGenerateDialog nlevel $2} + | NLEVELS_ INT_ {ContourCmdGenerateDialog numlevel $2} | SCALE_ scale {ContourCmdScale scale $2} | LOG_ log | MODE_ modes diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc index 91e3a4d..5c760cb 100644 --- a/ds9/win/ds9.rc +++ b/ds9/win/ds9.rc @@ -1,6 +1,6 @@ #include -#define VV "8.0rc4" +#define VV "8.0rc5" VS_VERSION_INFO VERSIONINFO FILEVERSION 8,0,0,0 -- cgit v0.12