Version 6.2
Plot
New to all plot tool windows is the ability to display basic statistics for the current dataset.
Postscript
New postscript level 3 driver has been added. This driver encodes images with FLATE and ASCII85 postscript filters.
Catalog
Catalogs now support tables in image or physical coordinates in addition to WCS.
Circle3d Region
The Circle3d region provides a real time plot of a cut of the data along the 3rd axis. All pixels within the radius of the circle are sum/average for each slice along the 3rd axis.
Version 6.1
Windows Installation
There have been several changes to the windows installation procedure. The new name of installation application is SAOImage DS9 Install.exe and DS9 is now installed at C:\ds9 by default to avoid the administrator permission problems of Windows Vista and Windows 7. In addition, a short cut to the DS9 executable is automatically created on the desktop at installation.
Backup and Restore
New to DS9 is support for backup and restore. When a backup is invoked, DS9 will save in a backup set, all files needed to restore DS9 to that state, including data files, colormaps, catalogs, contours, and regions. Please see Backup and Restore for further information.
SAMP
DS9 now supports SAMP MType table.load.fits and attempts to processes it as a FITS Events Bin Table.
Coordinate Grid
The user may specify a custom numeric format for each axis within the Coordinate Grid Dialog. The format syntax is documented here.
Documentation
A new section has been added to the references documentation, How It Works. This page covers algorithms used within DS9 such as scales and smoothing.
Printing
When printing postscipt and both the colorbar and colorbar numerics are visible, the overall scale is reduced so that the numerics are not clipped. For MacOSX and Windows printing, the overall image scale is reduced slightly.
Web Browser
The Web Browser and Help windows now support find and find next functions.
MouseWheel
The mouse wheel can be enabled (default) to zoom in / out images and bin in /out event tables. The zoom/bin factor may be specified via the preferences.
SkyBot
Support for the SkyBot catalog server has been added to DS9. To use, your image must have a valid observation date and time in the FITS header. It is available under the Archive:Catalogs:Database menu option.
Log and Pow Scale
The current implementation of the log and pow scale function has been enhanced. The log function is defined as
![]()
and the pow function is defined as
as x goes from 0 to 1. Previously, DS9 would try to determine the value of the exponent, a, based on the dynamic range of the data with limited success. Now, the user may specify the exponent a. The default value of a is 1000. Typically, optical images respond well at 1000, IR images as low as 100, and high energy bin tables up to 10000. A value of 10000 closely matches the log function of SAOImage.
Colorbar
The user may now select the colorbar numerics distribution: equal distance or equal value. Equal distance displays tick marks on the colorbar at a equal distance along the colorbar. Equal distance is now the default display mode. Equal value displays tick marks on the colorbar at equal values of the dynamic range of values of the data. Not all color scales can be properly displayed in equal value mode. The size of the colorbar can now be set by the user. All colorbar parameters have been moved from the View menu to the Color menu.
Version 6.0
Mosaics
The default load mosaic image mode is now WCS (previously, it was IRAF). IRAF mosaic images are now laid out base on the first segment loaded, just as with WCS mosaics.
Datacube
DS9 now supports FITS images up to 10 dimensions. If more than 3 dimensions of data are available, DS9 will display a modified datacube dialog which allow the user to select which values for each dimension to select the appropriate image to display. In addition, the user can specify which axis to be used as the current axis when stepping through the datacube.
RGB Frames
Contours are now implemented on a per channel basis. In addition, if a datacube is loaded, the current slice is also implemented on a per channel basis.
WCS CAR projection
DS9 will correctly display CAR projection grids for images which conform to the FITS WCS standard.
Analysis
Two new macros have been added: $filedialog(open) and $filedialog(save), which when invoked will display the standard open file or standard save file dialog box and return the selected filename.
I18N
DS9 will now search for environment variables LC_MESSAGES, LC_ALL, and LANG to determine the GUI language.
For more detailed information, Please see Release Notes