diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-07-04 21:08:18 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-07-04 21:08:18 (GMT) |
commit | 15ba04b1d129807c95c65c7910970e62d0df65b0 (patch) | |
tree | 68211735c6bf84173f0e55fd04558633663c83cb /ds9 | |
parent | 327a5fa88f1a804b1d6febd300035c59e2b89826 (diff) | |
download | blt-15ba04b1d129807c95c65c7910970e62d0df65b0.zip blt-15ba04b1d129807c95c65c7910970e62d0df65b0.tar.gz blt-15ba04b1d129807c95c65c7910970e62d0df65b0.tar.bz2 |
only check astInv() for wcs
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/doc/release/r8.0.html | 2 | ||||
-rw-r--r-- | ds9/library/grid.tcl | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ds9/doc/release/r8.0.html b/ds9/doc/release/r8.0.html index 5e1022c..38d95a3 100644 --- a/ds9/doc/release/r8.0.html +++ b/ds9/doc/release/r8.0.html @@ -23,7 +23,7 @@ <li><tt>06.15.2018 IIS: fixed a problem introduced in version 7.6 with the colormap.</tt></li> <li><tt>06.15.2018 IIS: fixed a problem the values displayed on the colorbar.</tt></li> <li><tt>06.22.2018 API: All new parser/lexer for each command, backward compatible API. Parser will detect syntax errors, and suggest legal options.</tt></li> - <li><tt>06.22.2018 CAT: updated catalog menu items for GAIA, UCAC, and SDSS.</tt></li> + <li><tt>06.22.2018 CATALOG: updated catalog menu items for GAIA, UCAC, and SDSS.</tt></li> <li><tt>06.25.2018 REGIONS: added support for compressed regions files.</tt></li> <li><tt><b>xx.xx.2018 RELEASE version 8.0b1</b></tt></li> </ol> diff --git a/ds9/library/grid.tcl b/ds9/library/grid.tcl index b527812..63f82f0 100644 --- a/ds9/library/grid.tcl +++ b/ds9/library/grid.tcl @@ -971,7 +971,6 @@ proc UpdateGridDialog {} { } } - set grid(frame) $current(frame) if {[$current(frame) has fits]} { CoordMenuEnable $igrid(mb).coord grid system 1 sky skyformat } else { |