summaryrefslogtreecommitdiffstats
path: root/generic/tkScale.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+1143
Frameworks/Tk.framework/Resources/keepme | 0 .../Tksao.framework/Resources/Info.plist | 64 + ds9/macosx/SAOImage DS9.app/Contents/Info.plist | 69 + ds9/macosx/SAOImage DS9.app/Contents/MacOS/keepme | 0 .../SAOImage DS9.app/Contents/Resources/App.icns | Bin 0 -> 47991 bytes .../SAOImage DS9.app/Contents/Resources/fits.icns | Bin 0 -> 48529 bytes ds9/macosx/aclocal.m4 | 9 + ds9/macosx/configure | 10291 ++++++++++++++++++ ds9/macosx/configure.in | 188 + ds9/macosx/ds9.C | 232 + ds9/macosx/tclconfig/ChangeLog | 980 ++ ds9/macosx/tclconfig/README.txt | 26 + ds9/macosx/tclconfig/install-sh | 528 + ds9/macosx/tclconfig/tcl.m4 | 4150 ++++++++ ds9/msgs/cs.msg | 867 ++ ds9/msgs/da.msg | 867 ++ ds9/msgs/de.msg | 867 ++ ds9/msgs/es.msg | 867 ++ ds9/msgs/fr.msg | 867 ++ ds9/msgs/ja.msg | 867 ++ ds9/msgs/pt.msg | 867 ++ ds9/msgs/zh.msg | 867 ++ ds9/template/chandra/acis/acis-i.tpl | 18 + ds9/template/chandra/acis/acis-is.tpl | 30 + ds9/template/chandra/acis/acis-s.tpl | 22 + ds9/template/chandra/acis/acis-si.tpl | 30 + ds9/template/chandra/hrc/hrc-i.tpl | 13 + ds9/template/chandra/hrc/hrc-s.tpl | 25 + ds9/template/heasarc/suzaku/hxd.tpl | 9 + ds9/template/heasarc/suzaku/xis.tpl | 5 + ds9/template/heasarc/suzaku/xrs.tpl | 34 + ds9/template/mmt/binospec.tpl | 6 + ds9/template/mmt/hecto/hectochelle.tpl | 6 + ds9/template/mmt/hecto/hectospec.tpl | 6 + ds9/template/mmt/megacam/megacam-amp-guide.tpl | 153 + ds9/template/mmt/megacam/megacam-amp.tpl | 150 + ds9/template/mmt/megacam/megacam-chip-guide.tpl | 82 + ds9/template/mmt/megacam/megacam-chip.tpl | 78 + ds9/template/mmt/mmirs/image.tpl | 14 + ds9/template/mmt/mmirs/longslit.tpl | 14 + ds9/template/mmt/mmirs/mask.tpl | 14 + ds9/template/mmt/swirc.tpl | 42 + ds9/template/xmm/epicmos1.tpl | 20 + ds9/template/xmm/epicmos2.tpl | 20 + ds9/template/xmm/epicpn.tpl | 31 + ds9/unix/Makefile.in | 214 + ds9/unix/aclocal.m4 | 9 + ds9/unix/configure | 10330 +++++++++++++++++++ ds9/unix/configure.in | 198 + ds9/unix/ds9.C | 247 + ds9/unix/tclconfig/ChangeLog | 980 ++ ds9/unix/tclconfig/README.txt | 26 + ds9/unix/tclconfig/install-sh | 528 + ds9/unix/tclconfig/tcl.m4 | 4150 ++++++++ ds9/unix/tkAppInit.c | 156 + ds9/util/mergedict.tcl | 68 + ds9/win/Makefile.in | 158 + ds9/win/Makefile.old | 120 + ds9/win/about.txt | 4 + ds9/win/aclocal.m4 | 9 + ds9/win/buttons.bmp | Bin 0 -> 846 bytes ds9/win/configure | 9621 +++++++++++++++++ ds9/win/configure.in | 186 + ds9/win/ds9.C | 248 + ds9/win/ds9.ico | Bin 0 -> 191054 bytes ds9/win/ds9.rc | 134 + ds9/win/install.vbs | 15 + ds9/win/message.txt | 1 + ds9/win/tclconfig/ChangeLog | 980 ++ ds9/win/tclconfig/README.txt | 26 + ds9/win/tclconfig/install-sh | 528 + ds9/win/tclconfig/tcl.m4 | 4150 ++++++++ 423 files changed, 173787 insertions(+) create mode 100644 ds9/cmaps/ch05m151008.sao create mode 100644 ds9/cmaps/ch05m151010.sao create mode 100644 ds9/cmaps/ch05m151012.sao create mode 100644 ds9/cmaps/ch05m151410.sao create mode 100644 ds9/cmaps/ch05p151010.sao create mode 100644 ds9/cmaps/ch20m151010.sao create mode 100644 ds9/cmaps/cubehelix0.sao create mode 100644 ds9/cmaps/cubehelix1.sao create mode 100644 ds9/cmaps/gist_earth.sao create mode 100644 ds9/cmaps/gist_gray.sao create mode 100644 ds9/cmaps/gist_heat.sao create mode 100644 ds9/cmaps/gist_ncar.sao create mode 100644 ds9/cmaps/gist_rainbow.sao create mode 100644 ds9/cmaps/gist_stern.sao create mode 100644 ds9/cmaps/gist_yarg.sao create mode 100644 ds9/cmaps/h5_autumn.sao create mode 100644 ds9/cmaps/h5_bluered.sao create mode 100644 ds9/cmaps/h5_bone.sao create mode 100644 ds9/cmaps/h5_cool.sao create mode 100644 ds9/cmaps/h5_copper.sao create mode 100644 ds9/cmaps/h5_dkbluered.sao create mode 100644 ds9/cmaps/h5_gray.sao create mode 100644 ds9/cmaps/h5_green.sao create mode 100644 ds9/cmaps/h5_hot.sao create mode 100644 ds9/cmaps/h5_hsv.sao create mode 100644 ds9/cmaps/h5_jet.sao create mode 100644 ds9/cmaps/h5_pink.sao create mode 100644 ds9/cmaps/h5_spring.sao create mode 100644 ds9/cmaps/h5_summer.sao create mode 100644 ds9/cmaps/h5_winter.sao create mode 100644 ds9/cmaps/h5_yarg.sao create mode 100644 ds9/cmaps/h5_yellow.sao create mode 100644 ds9/cmaps/tpglarf.sao create mode 100644 ds9/cmaps/tpglarm.sao create mode 100644 ds9/cmaps/tpglhcf.sao create mode 100644 ds9/cmaps/tpglhcm.sao create mode 100644 ds9/cmaps/tpglhwf.sao create mode 100644 ds9/cmaps/tpglhwm.sao create mode 100644 ds9/cmaps/tpglpof.sao create mode 100644 ds9/cmaps/tpglpom.sao create mode 100644 ds9/cmaps/tpsfhf.sao create mode 100644 ds9/cmaps/tpsfhm.sao create mode 100644 ds9/cmaps/tpusarf.sao create mode 100644 ds9/cmaps/tpusarm.sao create mode 100644 ds9/cmaps/tpushuf.sao create mode 100644 ds9/cmaps/tpushum.sao create mode 100644 ds9/cmaps/viridis.lut create mode 100644 ds9/doc/acknowledgment.html create mode 100644 ds9/doc/faq.html create mode 100644 ds9/doc/helpdesk.html create mode 100644 ds9/doc/install.html create mode 100644 ds9/doc/new.html create mode 100644 ds9/doc/ref/3d.html create mode 100644 ds9/doc/ref/analysis.html create mode 100644 ds9/doc/ref/backup.html create mode 100644 ds9/doc/ref/bin.html create mode 100644 ds9/doc/ref/catalog.html create mode 100644 ds9/doc/ref/colorbar.html create mode 100644 ds9/doc/ref/command.html create mode 100644 ds9/doc/ref/contour.html create mode 100644 ds9/doc/ref/file.html create mode 100644 ds9/doc/ref/grid.html create mode 100644 ds9/doc/ref/how.html create mode 100644 ds9/doc/ref/img/asinh.png create mode 100644 ds9/doc/ref/img/gauss.png create mode 100644 ds9/doc/ref/img/log.png create mode 100644 ds9/doc/ref/img/pow.png create mode 100644 ds9/doc/ref/img/saolog.png create mode 100644 ds9/doc/ref/img/sinh.png create mode 100644 ds9/doc/ref/img/sqrt.png create mode 100644 ds9/doc/ref/img/square.png create mode 100644 ds9/doc/ref/index.html create mode 100644 ds9/doc/ref/iraf.html create mode 100644 ds9/doc/ref/keyboard.html create mode 100644 ds9/doc/ref/prefs.html create mode 100644 ds9/doc/ref/print.html create mode 100644 ds9/doc/ref/region.html create mode 100644 ds9/doc/ref/samp.html create mode 100644 ds9/doc/ref/vo.html create mode 100644 ds9/doc/ref/xpa.html create mode 100644 ds9/doc/release/r1.5.html create mode 100644 ds9/doc/release/r1.6.html create mode 100644 ds9/doc/release/r1.7.html create mode 100644 ds9/doc/release/r1.8.html create mode 100644 ds9/doc/release/r1.9.html create mode 100644 ds9/doc/release/r2.0.html create mode 100644 ds9/doc/release/r2.1.html create mode 100644 ds9/doc/release/r2.2.html create mode 100644 ds9/doc/release/r2.3.html create mode 100644 ds9/doc/release/r3.0.html create mode 100644 ds9/doc/release/r4.0.html create mode 100644 ds9/doc/release/r5.0.html create mode 100644 ds9/doc/release/r6.0.html create mode 100644 ds9/doc/release/r7.0.html create mode 100644 ds9/doc/story.html create mode 100644 ds9/doc/sun.gif create mode 100644 ds9/doc/tutorial.html create mode 100644 ds9/doc/user/binning/binmenu.png create mode 100644 ds9/doc/user/binning/binpar.png create mode 100644 ds9/doc/user/binning/binpar2.png create mode 100644 ds9/doc/user/binning/block4.png create mode 100644 ds9/doc/user/binning/cubebox.png create mode 100644 ds9/doc/user/binning/cubeimg.png create mode 100644 ds9/doc/user/binning/defaults.png create mode 100644 ds9/doc/user/binning/detimage.png create mode 100644 ds9/doc/user/binning/filterimg.png create mode 100644 ds9/doc/user/binning/index.html create mode 100644 ds9/doc/user/binning/jupiter.mpg create mode 100644 ds9/doc/user/binning/largebuffer.png create mode 100644 ds9/doc/user/binning/smallbuffer.png create mode 100644 ds9/doc/user/binning/thread.xml create mode 100644 ds9/doc/user/catalogs/2masscat.png create mode 100644 ds9/doc/user/catalogs/2masssort.png create mode 100644 ds9/doc/user/catalogs/2masssrc.png create mode 100644 ds9/doc/user/catalogs/addlabels.png create mode 100644 ds9/doc/user/catalogs/addlabelsds9.png create mode 100644 ds9/doc/user/catalogs/cscsrc.png create mode 100644 ds9/doc/user/catalogs/editjmag14.png create mode 100644 ds9/doc/user/catalogs/editjmag14ds9.png create mode 100644 ds9/doc/user/catalogs/editjmagrange.png create mode 100644 ds9/doc/user/catalogs/index.html create mode 100644 ds9/doc/user/catalogs/jmag14.png create mode 100644 ds9/doc/user/catalogs/jmagrange.png create mode 100644 ds9/doc/user/contour/a2142.reg create mode 100644 ds9/doc/user/contour/dialog.png create mode 100644 ds9/doc/user/contour/ds9.con create mode 100644 ds9/doc/user/contour/dsscontour.png create mode 100644 ds9/doc/user/contour/dssdialog.png create mode 100644 ds9/doc/user/contour/index.html create mode 100644 ds9/doc/user/contour/thread.xml create mode 100644 ds9/doc/user/contour/xraycontour.png create mode 100644 ds9/doc/user/gui/button.png create mode 100644 ds9/doc/user/gui/color.png create mode 100644 ds9/doc/user/gui/components.png create mode 100644 ds9/doc/user/gui/frame.png create mode 100644 ds9/doc/user/gui/index.html create mode 100644 ds9/doc/user/gui/info.png create mode 100644 ds9/doc/user/gui/mag.png create mode 100644 ds9/doc/user/gui/menu.png create mode 100644 ds9/doc/user/gui/menutear.png create mode 100644 ds9/doc/user/gui/panner.png create mode 100644 ds9/doc/user/gui/prefs.png create mode 100644 ds9/doc/user/gui/thread.xml create mode 100644 ds9/doc/user/gui/vertical.png create mode 100644 ds9/doc/user/index.html create mode 100644 ds9/doc/user/rgb/color.png create mode 100644 ds9/doc/user/rgb/ds9.png create mode 100644 ds9/doc/user/rgb/filtered.png create mode 100644 ds9/doc/user/rgb/grid.png create mode 100644 ds9/doc/user/rgb/index.html create mode 100644 ds9/doc/user/rgb/lock.png create mode 100644 ds9/doc/user/rgb/rgb.png create mode 100644 ds9/doc/user/rgb/scale.png create mode 100644 ds9/doc/user/rgb/smooth.png create mode 100644 ds9/doc/user/rgb/thread.xml create mode 100644 ds9/doc/user/scripts/contour.png create mode 100644 ds9/doc/user/scripts/contourdss.png create mode 100644 ds9/doc/user/scripts/index.html create mode 100644 ds9/doc/user/scripts/thread.xml create mode 100644 ds9/library/2mass.tcl create mode 100644 ds9/library/3d.tcl create mode 100644 ds9/library/Makefile create mode 100644 ds9/library/analysis.tcl create mode 100644 ds9/library/analysisparam.tcl create mode 100644 ds9/library/annulus.tcl create mode 100644 ds9/library/ar.tcl create mode 100644 ds9/library/array.tcl create mode 100644 ds9/library/backup.tcl create mode 100644 ds9/library/bin.tcl create mode 100644 ds9/library/block.tcl create mode 100644 ds9/library/box.tcl create mode 100644 ds9/library/boxannulus.tcl create mode 100644 ds9/library/bpanda.tcl create mode 100644 ds9/library/buttons.tcl create mode 100644 ds9/library/cat.tcl create mode 100644 ds9/library/catcds.tcl create mode 100644 ds9/library/catcdssrch.tcl create mode 100644 ds9/library/catcdssrchdialog.tcl create mode 100644 ds9/library/catcmd.tcl create mode 100644 ds9/library/catcxc.tcl create mode 100644 ds9/library/catdialog.tcl create mode 100644 ds9/library/catflt.tcl create mode 100644 ds9/library/catmatch.tcl create mode 100644 ds9/library/catned.tcl create mode 100644 ds9/library/catopt.tcl create mode 100644 ds9/library/catplot.tcl create mode 100644 ds9/library/catreg.tcl create mode 100644 ds9/library/catsdss.tcl create mode 100644 ds9/library/catsimbad.tcl create mode 100644 ds9/library/catskybot.tcl create mode 100644 ds9/library/catsym.tcl create mode 100644 ds9/library/catvot.tcl create mode 100644 ds9/library/centroid.tcl create mode 100644 ds9/library/circle.tcl create mode 100644 ds9/library/colorbar.tcl create mode 100644 ds9/library/comm.tcl create mode 100644 ds9/library/command.tcl create mode 100644 ds9/library/compass.tcl create mode 100644 ds9/library/composite.tcl create mode 100644 ds9/library/contour.tcl create mode 100644 ds9/library/convert.tcl create mode 100644 ds9/library/coord.tcl create mode 100644 ds9/library/cpanda.tcl create mode 100644 ds9/library/crop.tcl create mode 100644 ds9/library/crosshair.tcl create mode 100644 ds9/library/cube.tcl create mode 100644 ds9/library/debug.tcl create mode 100644 ds9/library/dialog.tcl create mode 100755 ds9/library/ds9.tcl create mode 100644 ds9/library/ellipse.tcl create mode 100644 ds9/library/ellipseannulus.tcl create mode 100644 ds9/library/envi.tcl create mode 100644 ds9/library/epanda.tcl create mode 100644 ds9/library/error.tcl create mode 100644 ds9/library/eso.tcl create mode 100644 ds9/library/examine.tcl create mode 100644 ds9/library/export.tcl create mode 100644 ds9/library/external.tcl create mode 100644 ds9/library/file.tcl create mode 100644 ds9/library/fits.tcl create mode 100644 ds9/library/frame.tcl create mode 100644 ds9/library/graph.tcl create mode 100644 ds9/library/grid.tcl create mode 100644 ds9/library/group.tcl create mode 100644 ds9/library/header.tcl create mode 100644 ds9/library/help.tcl create mode 100644 ds9/library/htp.tcl create mode 100644 ds9/library/http.tcl create mode 100644 ds9/library/hv.tcl create mode 100644 ds9/library/hvform.tcl create mode 100644 ds9/library/hvsup.tcl create mode 100644 ds9/library/iexam.tcl create mode 100644 ds9/library/iis.tcl create mode 100644 ds9/library/ime.tcl create mode 100644 ds9/library/imgsvr.tcl create mode 100644 ds9/library/import.tcl create mode 100644 ds9/library/info.tcl create mode 100644 ds9/library/layout.tcl create mode 100644 ds9/library/line.tcl create mode 100644 ds9/library/load.tcl create mode 100644 ds9/library/macosx.tcl create mode 100644 ds9/library/magnifier.tcl create mode 100644 ds9/library/manalysis.tcl create mode 100644 ds9/library/marker.tcl create mode 100644 ds9/library/markeranalysishist.tcl create mode 100644 ds9/library/markeranalysispanda.tcl create mode 100644 ds9/library/markeranalysisplot2d.tcl create mode 100644 ds9/library/markeranalysisplot3d.tcl create mode 100644 ds9/library/markeranalysisradial.tcl create mode 100644 ds9/library/markeranalysisstats.tcl create mode 100644 ds9/library/markerbase.tcl create mode 100644 ds9/library/markerbaseannulus.tcl create mode 100644 ds9/library/markerbaseannulusrect.tcl create mode 100644 ds9/library/markerbasecenter.tcl create mode 100644 ds9/library/markerbaseline.tcl create mode 100644 ds9/library/markerbasepanda.tcl create mode 100644 ds9/library/markerbasepandarect.tcl create mode 100644 ds9/library/markerdialog.tcl create mode 100644 ds9/library/mask.tcl create mode 100644 ds9/library/mbin.tcl create mode 100644 ds9/library/mcolor.tcl create mode 100644 ds9/library/mecube.tcl create mode 100644 ds9/library/medit.tcl create mode 100644 ds9/library/menu.tcl create mode 100644 ds9/library/mfile.tcl create mode 100644 ds9/library/mframe.tcl create mode 100644 ds9/library/mhelp.tcl create mode 100644 ds9/library/mosaic.tcl create mode 100644 ds9/library/mosaicimage.tcl create mode 100644 ds9/library/mosaicimageiraf.tcl create mode 100644 ds9/library/mosaicimagewcs.tcl create mode 100644 ds9/library/mosaicimagewfpc2.tcl create mode 100644 ds9/library/mosaiciraf.tcl create mode 100644 ds9/library/mosaicwcs.tcl create mode 100644 ds9/library/movie.tcl create mode 100644 ds9/library/mregion.tcl create mode 100644 ds9/library/mscale.tcl create mode 100644 ds9/library/multiframe.tcl create mode 100644 ds9/library/mview.tcl create mode 100644 ds9/library/mwcs.tcl create mode 100644 ds9/library/mzoom.tcl create mode 100644 ds9/library/nameres.tcl create mode 100644 ds9/library/nrrd.tcl create mode 100644 ds9/library/nsvr.tcl create mode 100644 ds9/library/nvss.tcl create mode 100644 ds9/library/open.tcl create mode 100644 ds9/library/pagesetup.tcl create mode 100644 ds9/library/panner.tcl create mode 100644 ds9/library/panzoom.tcl create mode 100644 ds9/library/photo.tcl create mode 100644 ds9/library/pixel.tcl create mode 100644 ds9/library/plot.tcl create mode 100644 ds9/library/plotbar.tcl create mode 100644 ds9/library/plotdialog.tcl create mode 100644 ds9/library/plotelement.tcl create mode 100644 ds9/library/plotline.tcl create mode 100644 ds9/library/plotprint.tcl create mode 100644 ds9/library/plotprocess.tcl create mode 100644 ds9/library/plotscatter.tcl create mode 100644 ds9/library/point.tcl create mode 100644 ds9/library/polygon.tcl create mode 100644 ds9/library/prefs.tcl create mode 100644 ds9/library/prefsdialog.tcl create mode 100644 ds9/library/print.tcl create mode 100644 ds9/library/projection.tcl create mode 100644 ds9/library/rgb.tcl create mode 100644 ds9/library/rgbarray.tcl create mode 100644 ds9/library/rgbcube.tcl create mode 100644 ds9/library/rgbimage.tcl create mode 100644 ds9/library/ruler.tcl create mode 100644 ds9/library/samp.tcl create mode 100644 ds9/library/sao.tcl create mode 100644 ds9/library/save.tcl create mode 100644 ds9/library/saveimage.tcl create mode 100644 ds9/library/scale.tcl create mode 100644 ds9/library/segment.tcl create mode 100644 ds9/library/sfits.tcl create mode 100644 ds9/library/shm.tcl create mode 100644 ds9/library/sia.tcl create mode 100644 ds9/library/siadialog.tcl create mode 100644 ds9/library/skyview.tcl create mode 100644 ds9/library/slider.tcl create mode 100644 ds9/library/smooth.tcl create mode 100644 ds9/library/smosaic.tcl create mode 100644 ds9/library/smosaiciraf.tcl create mode 100644 ds9/library/smosaicwcs.tcl create mode 100644 ds9/library/source.tcl create mode 100644 ds9/library/srgbcube.tcl create mode 100644 ds9/library/starbase.tcl create mode 100644 ds9/library/stdfbox.tcl create mode 100644 ds9/library/stsci.tcl create mode 100644 ds9/library/template.tcl create mode 100644 ds9/library/text.tcl create mode 100644 ds9/library/tkfbox.tcl create mode 100644 ds9/library/tsv.tcl create mode 100644 ds9/library/url.tcl create mode 100644 ds9/library/util.tcl create mode 100644 ds9/library/var.tcl create mode 100644 ds9/library/vector.tcl create mode 100644 ds9/library/vla.tcl create mode 100644 ds9/library/vlss.tcl create mode 100644 ds9/library/vo.tcl create mode 100644 ds9/library/vot.tcl create mode 100644 ds9/library/wcs.tcl create mode 100755 ds9/library/win32.tcl create mode 100644 ds9/library/xmfbox.tcl create mode 100644 ds9/library/xmlrpc.tcl create mode 100644 ds9/library/xpa.tcl create mode 100644 ds9/macosx/Makefile.in create mode 100644 ds9/macosx/README create mode 100644 ds9/macosx/SAOImage DS9.app/Contents/Frameworks/Tcl.framework/Resources/keepme create mode 100644 ds9/macosx/SAOImage DS9.app/Contents/Frameworks/Tk.framework/Resources/keepme create mode 100644 ds9/macosx/SAOImage DS9.app/Contents/Frameworks/Tksao.framework/Resources/Info.plist create mode 100644 ds9/macosx/SAOImage DS9.app/Contents/Info.plist create mode 100644 ds9/macosx/SAOImage DS9.app/Contents/MacOS/keepme create mode 100644 ds9/macosx/SAOImage DS9.app/Contents/Resources/App.icns create mode 100644 ds9/macosx/SAOImage DS9.app/Contents/Resources/fits.icns create mode 100755 ds9/macosx/aclocal.m4 create mode 100755 ds9/macosx/configure create mode 100755 ds9/macosx/configure.in create mode 100644 ds9/macosx/ds9.C create mode 100644 ds9/macosx/tclconfig/ChangeLog create mode 100644 ds9/macosx/tclconfig/README.txt create mode 100755 ds9/macosx/tclconfig/install-sh create mode 100644 ds9/macosx/tclconfig/tcl.m4 create mode 100644 ds9/msgs/cs.msg create mode 100644 ds9/msgs/da.msg create mode 100644 ds9/msgs/de.msg create mode 100644 ds9/msgs/es.msg create mode 100644 ds9/msgs/fr.msg create mode 100644 ds9/msgs/ja.msg create mode 100644 ds9/msgs/pt.msg create mode 100644 ds9/msgs/zh.msg create mode 100644 ds9/template/chandra/acis/acis-i.tpl create mode 100644 ds9/template/chandra/acis/acis-is.tpl create mode 100644 ds9/template/chandra/acis/acis-s.tpl create mode 100644 ds9/template/chandra/acis/acis-si.tpl create mode 100644 ds9/template/chandra/hrc/hrc-i.tpl create mode 100644 ds9/template/chandra/hrc/hrc-s.tpl create mode 100644 ds9/template/heasarc/suzaku/hxd.tpl create mode 100644 ds9/template/heasarc/suzaku/xis.tpl create mode 100644 ds9/template/heasarc/suzaku/xrs.tpl create mode 100644 ds9/template/mmt/binospec.tpl create mode 100644 ds9/template/mmt/hecto/hectochelle.tpl create mode 100644 ds9/template/mmt/hecto/hectospec.tpl create mode 100644 ds9/template/mmt/megacam/megacam-amp-guide.tpl create mode 100644 ds9/template/mmt/megacam/megacam-amp.tpl create mode 100644 ds9/template/mmt/megacam/megacam-chip-guide.tpl create mode 100644 ds9/template/mmt/megacam/megacam-chip.tpl create mode 100644 ds9/template/mmt/mmirs/image.tpl create mode 100644 ds9/template/mmt/mmirs/longslit.tpl create mode 100644 ds9/template/mmt/mmirs/mask.tpl create mode 100644 ds9/template/mmt/swirc.tpl create mode 100644 ds9/template/xmm/epicmos1.tpl create mode 100644 ds9/template/xmm/epicmos2.tpl create mode 100644 ds9/template/xmm/epicpn.tpl create mode 100644 ds9/unix/Makefile.in create mode 100755 ds9/unix/aclocal.m4 create mode 100755 ds9/unix/configure create mode 100755 ds9/unix/configure.in create mode 100644 ds9/unix/ds9.C create mode 100644 ds9/unix/tclconfig/ChangeLog create mode 100644 ds9/unix/tclconfig/README.txt create mode 100755 ds9/unix/tclconfig/install-sh create mode 100644 ds9/unix/tclconfig/tcl.m4 create mode 100644 ds9/unix/tkAppInit.c create mode 100644 ds9/util/mergedict.tcl create mode 100755 ds9/win/Makefile.in create mode 100644 ds9/win/Makefile.old create mode 100644 ds9/win/about.txt create mode 100755 ds9/win/aclocal.m4 create mode 100644 ds9/win/buttons.bmp create mode 100755 ds9/win/configure create mode 100755 ds9/win/configure.in create mode 100644 ds9/win/ds9.C create mode 100644 ds9/win/ds9.ico create mode 100644 ds9/win/ds9.rc create mode 100644 ds9/win/install.vbs create mode 100644 ds9/win/message.txt create mode 100644 ds9/win/tclconfig/ChangeLog create mode 100644 ds9/win/tclconfig/README.txt create mode 100755 ds9/win/tclconfig/install-sh create mode 100644 ds9/win/tclconfig/tcl.m4 diff --git a/ds9/cmaps/ch05m151008.sao b/ds9/cmaps/ch05m151008.sao new file mode 100644 index 0000000..04e1282 --- /dev/null +++ b/ds9/cmaps/ch05m151008.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# ch05m151008 +# created by cptutils 1.46 +# Wed Aug 15 23:30:54 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0039,0.011765)(0.0078,0.023529)(0.0118,0.035294)(0.0157,0.043137)(0.0196,0.054902)(0.0235,0.062745)(0.0275,0.070588)(0.0314,0.078431)(0.0353,0.086275)(0.0392,0.090196)(0.0431,0.098039)(0.0471,0.10588)(0.051,0.1098)(0.0549,0.11765)(0.0588,0.12157)(0.0627,0.12549)(0.0667,0.12941)(0.0706,0.13333)(0.0745,0.14118)(0.0784,0.14118)(0.0824,0.1451)(0.0863,0.14902)(0.0902,0.15294)(0.0941,0.15294)(0.098,0.15686)(0.102,0.16078)(0.1059,0.16078)(0.1098,0.16078)(0.1137,0.16471)(0.1176,0.16471)(0.1216,0.16471)(0.1255,0.16863)(0.1294,0.16863)(0.1333,0.16863)(0.1373,0.16863)(0.1412,0.16863)(0.1451,0.16863)(0.149,0.16863)(0.1529,0.16863)(0.1569,0.16863)(0.1608,0.16471)(0.1647,0.16471)(0.1686,0.16471)(0.1725,0.16471)(0.1765,0.16471)(0.1804,0.16471)(0.1843,0.16078)(0.1882,0.16078)(0.1922,0.16078)(0.1961,0.16078)(0.2,0.16078)(0.2039,0.16078)(0.2078,0.16078)(0.2118,0.15686)(0.2157,0.15686)(0.2196,0.15686)(0.2235,0.15686)(0.2275,0.15686)(0.2314,0.16078)(0.2353,0.16078)(0.2392,0.16078)(0.2431,0.16078)(0.2471,0.16078)(0.251,0.16471)(0.2549,0.16471)(0.2588,0.16471)(0.2627,0.16863)(0.2667,0.16863)(0.2706,0.17255)(0.2745,0.17647)(0.2784,0.18039)(0.2824,0.18039)(0.2863,0.18431)(0.2902,0.18824)(0.2941,0.19216)(0.298,0.19608)(0.302,0.20392)(0.3059,0.20784)(0.3098,0.21176)(0.3137,0.21961)(0.3176,0.22353)(0.3216,0.23137)(0.3255,0.23529)(0.3294,0.24314)(0.3333,0.25098)(0.3373,0.25882)(0.3412,0.26667)(0.3451,0.27451)(0.349,0.28235)(0.3529,0.2902)(0.3569,0.29804)(0.3608,0.30588)(0.3647,0.31765)(0.3686,0.32549)(0.3725,0.33333)(0.3765,0.3451)(0.3804,0.35294)(0.3843,0.36471)(0.3882,0.37647)(0.3922,0.38431)(0.3961,0.39608)(0.4,0.40784)(0.4039,0.41961)(0.4078,0.43137)(0.4118,0.44314)(0.4157,0.45098)(0.4196,0.46275)(0.4235,0.47451)(0.4275,0.48627)(0.4314,0.49804)(0.4353,0.5098)(0.4392,0.52157)(0.4431,0.53333)(0.4471,0.5451)(0.451,0.56078)(0.4549,0.57255)(0.4588,0.58431)(0.4627,0.59608)(0.4667,0.60392)(0.4706,0.61569)(0.4745,0.62745)(0.4784,0.63922)(0.4824,0.65098)(0.4863,0.66275)(0.4902,0.67451)(0.4941,0.68235)(0.498,0.69412)(0.502,0.70588)(0.5059,0.71373)(0.5098,0.72549)(0.5137,0.73333)(0.5176,0.7451)(0.5216,0.75294)(0.5255,0.76471)(0.5294,0.77255)(0.5333,0.78039)(0.5373,0.78824)(0.5412,0.79608)(0.5451,0.80392)(0.549,0.81176)(0.5529,0.81961)(0.5569,0.82353)(0.5608,0.83137)(0.5647,0.83922)(0.5686,0.84314)(0.5725,0.84706)(0.5765,0.8549)(0.5804,0.85882)(0.5843,0.86275)(0.5882,0.86667)(0.5922,0.87059)(0.5961,0.87451)(0.6,0.87843)(0.6039,0.87843)(0.6078,0.88235)(0.6118,0.88627)(0.6157,0.88627)(0.6196,0.88627)(0.6235,0.8902)(0.6275,0.8902)(0.6314,0.8902)(0.6353,0.8902)(0.6392,0.8902)(0.6431,0.8902)(0.6471,0.8902)(0.651,0.8902)(0.6549,0.8902)(0.6588,0.88627)(0.6627,0.88627)(0.6667,0.88235)(0.6706,0.88235)(0.6745,0.88235)(0.6784,0.87843)(0.6824,0.87451)(0.6863,0.87451)(0.6902,0.87059)(0.6941,0.86667)(0.698,0.86667)(0.702,0.86275)(0.7059,0.85882)(0.7098,0.8549)(0.7137,0.85098)(0.7176,0.85098)(0.7216,0.84706)(0.7255,0.84314)(0.7294,0.83922)(0.7333,0.83529)(0.7373,0.83137)(0.7412,0.82745)(0.7451,0.82745)(0.749,0.82353)(0.7529,0.81961)(0.7569,0.81569)(0.7608,0.81569)(0.7647,0.81176)(0.7686,0.80784)(0.7725,0.80784)(0.7765,0.80392)(0.7804,0.8)(0.7843,0.8)(0.7882,0.79608)(0.7922,0.79608)(0.7961,0.79608)(0.8,0.79216)(0.8039,0.79216)(0.8078,0.79216)(0.8118,0.79216)(0.8157,0.79216)(0.8196,0.78824)(0.8235,0.79216)(0.8275,0.79216)(0.8314,0.79216)(0.8353,0.79216)(0.8392,0.79216)(0.8431,0.79608)(0.8471,0.79608)(0.851,0.79608)(0.8549,0.8)(0.8588,0.80392)(0.8627,0.80392)(0.8667,0.80784)(0.8706,0.81176)(0.8745,0.81569)(0.8784,0.81569)(0.8824,0.81961)(0.8863,0.82353)(0.8902,0.83137)(0.8941,0.83529)(0.898,0.83922)(0.902,0.84314)(0.9059,0.84706)(0.9098,0.8549)(0.9137,0.85882)(0.9176,0.86667)(0.9216,0.87059)(0.9255,0.87843)(0.9294,0.88235)(0.9333,0.8902)(0.9373,0.89412)(0.9412,0.90196)(0.9451,0.90588)(0.949,0.91373)(0.9529,0.92157)(0.9569,0.92549)(0.9608,0.93333)(0.9647,0.94118)(0.9686,0.9451)(0.9725,0.95294)(0.9765,0.96078)(0.9804,0.96471)(0.9843,0.97255)(0.9882,0.98039)(0.9922,0.98431)(0.9961,0.99216)(1,1) +GREEN: +(0,0)(0.0039,0.0078431)(0.0078,0.015686)(0.0118,0.019608)(0.0157,0.027451)(0.0196,0.031373)(0.0235,0.039216)(0.0275,0.043137)(0.0314,0.047059)(0.0353,0.054902)(0.0392,0.058824)(0.0431,0.062745)(0.0471,0.066667)(0.051,0.07451)(0.0549,0.078431)(0.0588,0.082353)(0.0627,0.086275)(0.0667,0.094118)(0.0706,0.098039)(0.0745,0.10196)(0.0784,0.1098)(0.0824,0.11373)(0.0863,0.11765)(0.0902,0.12549)(0.0941,0.12941)(0.098,0.13725)(0.102,0.14118)(0.1059,0.14902)(0.1098,0.15294)(0.1137,0.16078)(0.1176,0.16471)(0.1216,0.17255)(0.1255,0.18039)(0.1294,0.18431)(0.1333,0.19216)(0.1373,0.2)(0.1412,0.20392)(0.1451,0.21176)(0.149,0.21961)(0.1529,0.22745)(0.1569,0.23137)(0.1608,0.23922)(0.1647,0.24706)(0.1686,0.2549)(0.1725,0.26275)(0.1765,0.26667)(0.1804,0.27451)(0.1843,0.28235)(0.1882,0.2902)(0.1922,0.29804)(0.1961,0.30588)(0.2,0.31373)(0.2039,0.31765)(0.2078,0.32549)(0.2118,0.33333)(0.2157,0.34118)(0.2196,0.34902)(0.2235,0.35686)(0.2275,0.36471)(0.2314,0.36863)(0.2353,0.37647)(0.2392,0.38431)(0.2431,0.39216)(0.2471,0.39608)(0.251,0.40392)(0.2549,0.41176)(0.2588,0.41961)(0.2627,0.42353)(0.2667,0.43137)(0.2706,0.43529)(0.2745,0.44314)(0.2784,0.44706)(0.2824,0.4549)(0.2863,0.45882)(0.2902,0.46667)(0.2941,0.47059)(0.298,0.47843)(0.302,0.48235)(0.3059,0.48627)(0.3098,0.4902)(0.3137,0.49804)(0.3176,0.50196)(0.3216,0.50588)(0.3255,0.5098)(0.3294,0.51373)(0.3333,0.51765)(0.3373,0.52157)(0.3412,0.52549)(0.3451,0.52549)(0.349,0.52941)(0.3529,0.53333)(0.3569,0.53725)(0.3608,0.53725)(0.3647,0.54118)(0.3686,0.54118)(0.3725,0.5451)(0.3765,0.5451)(0.3804,0.54902)(0.3843,0.54902)(0.3882,0.55294)(0.3922,0.55294)(0.3961,0.55294)(0.4,0.55294)(0.4039,0.55686)(0.4078,0.55686)(0.4118,0.55686)(0.4157,0.55686)(0.4196,0.55686)(0.4235,0.55686)(0.4275,0.55686)(0.4314,0.55686)(0.4353,0.55686)(0.4392,0.55686)(0.4431,0.55686)(0.4471,0.55686)(0.451,0.55686)(0.4549,0.55686)(0.4588,0.55686)(0.4627,0.55294)(0.4667,0.55294)(0.4706,0.55294)(0.4745,0.55294)(0.4784,0.55294)(0.4824,0.54902)(0.4863,0.54902)(0.4902,0.54902)(0.4941,0.54902)(0.498,0.54902)(0.502,0.5451)(0.5059,0.5451)(0.5098,0.5451)(0.5137,0.5451)(0.5176,0.5451)(0.5216,0.5451)(0.5255,0.5451)(0.5294,0.5451)(0.5333,0.5451)(0.5373,0.5451)(0.5412,0.5451)(0.5451,0.5451)(0.549,0.5451)(0.5529,0.5451)(0.5569,0.5451)(0.5608,0.5451)(0.5647,0.5451)(0.5686,0.5451)(0.5725,0.54902)(0.5765,0.54902)(0.5804,0.54902)(0.5843,0.54902)(0.5882,0.55294)(0.5922,0.55294)(0.5961,0.55686)(0.6,0.55686)(0.6039,0.56078)(0.6078,0.56078)(0.6118,0.56471)(0.6157,0.56863)(0.6196,0.57255)(0.6235,0.57255)(0.6275,0.57647)(0.6314,0.58039)(0.6353,0.58431)(0.6392,0.58824)(0.6431,0.59216)(0.6471,0.59608)(0.651,0.6)(0.6549,0.60392)(0.6588,0.60784)(0.6627,0.61176)(0.6667,0.61569)(0.6706,0.62353)(0.6745,0.62745)(0.6784,0.63137)(0.6824,0.63922)(0.6863,0.64314)(0.6902,0.64706)(0.6941,0.6549)(0.698,0.65882)(0.702,0.66667)(0.7059,0.67059)(0.7098,0.67843)(0.7137,0.68627)(0.7176,0.6902)(0.7216,0.69804)(0.7255,0.70196)(0.7294,0.7098)(0.7333,0.71765)(0.7373,0.72157)(0.7412,0.72941)(0.7451,0.73725)(0.749,0.74118)(0.7529,0.74902)(0.7569,0.75686)(0.7608,0.76078)(0.7647,0.76863)(0.7686,0.77647)(0.7725,0.78039)(0.7765,0.78824)(0.7804,0.79608)(0.7843,0.8)(0.7882,0.80784)(0.7922,0.81569)(0.7961,0.81961)(0.8,0.82745)(0.8039,0.83137)(0.8078,0.83922)(0.8118,0.84314)(0.8157,0.85098)(0.8196,0.8549)(0.8235,0.86275)(0.8275,0.86667)(0.8314,0.87451)(0.8353,0.87843)(0.8392,0.88235)(0.8431,0.8902)(0.8471,0.89412)(0.851,0.89804)(0.8549,0.90588)(0.8588,0.9098)(0.8627,0.91373)(0.8667,0.91765)(0.8706,0.92157)(0.8745,0.92549)(0.8784,0.92941)(0.8824,0.93333)(0.8863,0.93725)(0.8902,0.94118)(0.8941,0.9451)(0.898,0.94902)(0.902,0.94902)(0.9059,0.95294)(0.9098,0.95686)(0.9137,0.96078)(0.9176,0.96078)(0.9216,0.96471)(0.9255,0.96863)(0.9294,0.96863)(0.9333,0.97255)(0.9373,0.97255)(0.9412,0.97647)(0.9451,0.97647)(0.949,0.98039)(0.9529,0.98039)(0.9569,0.98431)(0.9608,0.98431)(0.9647,0.98431)(0.9686,0.98824)(0.9725,0.98824)(0.9765,0.98824)(0.9804,0.99216)(0.9843,0.99216)(0.9882,0.99608)(0.9922,0.99608)(0.9961,0.99608)(1,1) +BLUE: +(0,0)(0.0039,0.011765)(0.0078,0.023529)(0.0118,0.035294)(0.0157,0.043137)(0.0196,0.054902)(0.0235,0.062745)(0.0275,0.07451)(0.0314,0.082353)(0.0353,0.094118)(0.0392,0.10196)(0.0431,0.1098)(0.0471,0.12157)(0.051,0.12941)(0.0549,0.14118)(0.0588,0.14902)(0.0627,0.16078)(0.0667,0.16863)(0.0706,0.17647)(0.0745,0.18824)(0.0784,0.19608)(0.0824,0.20392)(0.0863,0.21569)(0.0902,0.22353)(0.0941,0.23137)(0.098,0.23922)(0.102,0.24706)(0.1059,0.25882)(0.1098,0.26667)(0.1137,0.27451)(0.1176,0.28235)(0.1216,0.28627)(0.1255,0.29412)(0.1294,0.30196)(0.1333,0.3098)(0.1373,0.31373)(0.1412,0.32157)(0.1451,0.32941)(0.149,0.33333)(0.1529,0.33725)(0.1569,0.3451)(0.1608,0.34902)(0.1647,0.35294)(0.1686,0.35686)(0.1725,0.36078)(0.1765,0.36471)(0.1804,0.36863)(0.1843,0.37255)(0.1882,0.37255)(0.1922,0.37647)(0.1961,0.37647)(0.2,0.38039)(0.2039,0.38039)(0.2078,0.38039)(0.2118,0.38431)(0.2157,0.38431)(0.2196,0.38431)(0.2235,0.38431)(0.2275,0.38431)(0.2314,0.38431)(0.2353,0.38039)(0.2392,0.38039)(0.2431,0.38039)(0.2471,0.37647)(0.251,0.37647)(0.2549,0.37255)(0.2588,0.37255)(0.2627,0.36863)(0.2667,0.36471)(0.2706,0.36078)(0.2745,0.36078)(0.2784,0.35686)(0.2824,0.35294)(0.2863,0.34902)(0.2902,0.3451)(0.2941,0.34118)(0.298,0.33725)(0.302,0.33333)(0.3059,0.32941)(0.3098,0.32549)(0.3137,0.32157)(0.3176,0.31765)(0.3216,0.31373)(0.3255,0.3098)(0.3294,0.30588)(0.3333,0.30196)(0.3373,0.29804)(0.3412,0.29804)(0.3451,0.29412)(0.349,0.2902)(0.3529,0.28627)(0.3569,0.28235)(0.3608,0.27843)(0.3647,0.27843)(0.3686,0.27451)(0.3725,0.27059)(0.3765,0.27059)(0.3804,0.26667)(0.3843,0.26667)(0.3882,0.26667)(0.3922,0.26275)(0.3961,0.26275)(0.4,0.26275)(0.4039,0.26275)(0.4078,0.26275)(0.4118,0.26275)(0.4157,0.26275)(0.4196,0.26275)(0.4235,0.26667)(0.4275,0.26667)(0.4314,0.26667)(0.4353,0.27059)(0.4392,0.27451)(0.4431,0.27451)(0.4471,0.27843)(0.451,0.28235)(0.4549,0.28627)(0.4588,0.2902)(0.4627,0.29804)(0.4667,0.30196)(0.4706,0.30588)(0.4745,0.31373)(0.4784,0.31765)(0.4824,0.32549)(0.4863,0.33333)(0.4902,0.34118)(0.4941,0.3451)(0.498,0.35294)(0.502,0.36471)(0.5059,0.37255)(0.5098,0.38039)(0.5137,0.38824)(0.5176,0.4)(0.5216,0.40784)(0.5255,0.41961)(0.5294,0.42745)(0.5333,0.43922)(0.5373,0.45098)(0.5412,0.45882)(0.5451,0.47059)(0.549,0.48235)(0.5529,0.49412)(0.5569,0.50588)(0.5608,0.51765)(0.5647,0.52941)(0.5686,0.54118)(0.5725,0.55294)(0.5765,0.56471)(0.5804,0.57647)(0.5843,0.58824)(0.5882,0.6)(0.5922,0.61176)(0.5961,0.62745)(0.6,0.63922)(0.6039,0.65098)(0.6078,0.66275)(0.6118,0.67451)(0.6157,0.68627)(0.6196,0.69804)(0.6235,0.7098)(0.6275,0.72157)(0.6314,0.73333)(0.6353,0.7451)(0.6392,0.75686)(0.6431,0.76863)(0.6471,0.78039)(0.651,0.78824)(0.6549,0.8)(0.6588,0.81176)(0.6627,0.81961)(0.6667,0.83137)(0.6706,0.83922)(0.6745,0.85098)(0.6784,0.85882)(0.6824,0.86667)(0.6863,0.87451)(0.6902,0.88627)(0.6941,0.89412)(0.698,0.90196)(0.702,0.90588)(0.7059,0.91373)(0.7098,0.92157)(0.7137,0.92941)(0.7176,0.93333)(0.7216,0.94118)(0.7255,0.9451)(0.7294,0.94902)(0.7333,0.95294)(0.7373,0.96078)(0.7412,0.96471)(0.7451,0.96863)(0.749,0.96863)(0.7529,0.97255)(0.7569,0.97647)(0.7608,0.98039)(0.7647,0.98039)(0.7686,0.98431)(0.7725,0.98431)(0.7765,0.98431)(0.7804,0.98824)(0.7843,0.98824)(0.7882,0.98824)(0.7922,0.98824)(0.7961,0.98824)(0.8,0.98824)(0.8039,0.98824)(0.8078,0.98824)(0.8118,0.98824)(0.8157,0.98824)(0.8196,0.98431)(0.8235,0.98431)(0.8275,0.98431)(0.8314,0.98039)(0.8353,0.98039)(0.8392,0.98039)(0.8431,0.97647)(0.8471,0.97647)(0.851,0.97255)(0.8549,0.97255)(0.8588,0.96863)(0.8627,0.96863)(0.8667,0.96471)(0.8706,0.96471)(0.8745,0.96078)(0.8784,0.96078)(0.8824,0.96078)(0.8863,0.95686)(0.8902,0.95686)(0.8941,0.95686)(0.898,0.95294)(0.902,0.95294)(0.9059,0.95294)(0.9098,0.95294)(0.9137,0.94902)(0.9176,0.94902)(0.9216,0.94902)(0.9255,0.94902)(0.9294,0.94902)(0.9333,0.94902)(0.9373,0.95294)(0.9412,0.95294)(0.9451,0.95294)(0.949,0.95686)(0.9529,0.95686)(0.9569,0.95686)(0.9608,0.96078)(0.9647,0.96471)(0.9686,0.96471)(0.9725,0.96863)(0.9765,0.97255)(0.9804,0.97647)(0.9843,0.98039)(0.9882,0.98431)(0.9922,0.98824)(0.9961,0.99216)(1,1) diff --git a/ds9/cmaps/ch05m151010.sao b/ds9/cmaps/ch05m151010.sao new file mode 100644 index 0000000..bc7ef78 --- /dev/null +++ b/ds9/cmaps/ch05m151010.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# ch05m151010 +# created by cptutils 1.46 +# Wed Aug 15 23:30:54 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0039,0.0039216)(0.0078,0.011765)(0.0118,0.015686)(0.0157,0.023529)(0.0196,0.031373)(0.0235,0.035294)(0.0275,0.039216)(0.0314,0.047059)(0.0353,0.05098)(0.0392,0.054902)(0.0431,0.058824)(0.0471,0.066667)(0.051,0.070588)(0.0549,0.07451)(0.0588,0.078431)(0.0627,0.078431)(0.0667,0.082353)(0.0706,0.086275)(0.0745,0.090196)(0.0784,0.090196)(0.0824,0.094118)(0.0863,0.094118)(0.0902,0.098039)(0.0941,0.098039)(0.098,0.098039)(0.102,0.10196)(0.1059,0.10196)(0.1098,0.10196)(0.1137,0.10196)(0.1176,0.10196)(0.1216,0.10196)(0.1255,0.10196)(0.1294,0.10196)(0.1333,0.10196)(0.1373,0.10196)(0.1412,0.10196)(0.1451,0.098039)(0.149,0.098039)(0.1529,0.098039)(0.1569,0.098039)(0.1608,0.094118)(0.1647,0.094118)(0.1686,0.094118)(0.1725,0.090196)(0.1765,0.090196)(0.1804,0.090196)(0.1843,0.090196)(0.1882,0.086275)(0.1922,0.086275)(0.1961,0.086275)(0.2,0.082353)(0.2039,0.082353)(0.2078,0.082353)(0.2118,0.082353)(0.2157,0.082353)(0.2196,0.082353)(0.2235,0.078431)(0.2275,0.078431)(0.2314,0.078431)(0.2353,0.082353)(0.2392,0.082353)(0.2431,0.082353)(0.2471,0.082353)(0.251,0.082353)(0.2549,0.086275)(0.2588,0.086275)(0.2627,0.086275)(0.2667,0.090196)(0.2706,0.090196)(0.2745,0.094118)(0.2784,0.098039)(0.2824,0.10196)(0.2863,0.10588)(0.2902,0.10588)(0.2941,0.1098)(0.298,0.11765)(0.302,0.12157)(0.3059,0.12549)(0.3098,0.12941)(0.3137,0.13725)(0.3176,0.14118)(0.3216,0.14902)(0.3255,0.15294)(0.3294,0.16078)(0.3333,0.16863)(0.3373,0.17647)(0.3412,0.18431)(0.3451,0.19216)(0.349,0.2)(0.3529,0.20784)(0.3569,0.21569)(0.3608,0.22353)(0.3647,0.23529)(0.3686,0.24314)(0.3725,0.2549)(0.3765,0.26275)(0.3804,0.27451)(0.3843,0.28235)(0.3882,0.29412)(0.3922,0.30588)(0.3961,0.31765)(0.4,0.32549)(0.4039,0.33725)(0.4078,0.34902)(0.4118,0.36078)(0.4157,0.37255)(0.4196,0.38431)(0.4235,0.39608)(0.4275,0.40784)(0.4314,0.41961)(0.4353,0.43137)(0.4392,0.44314)(0.4431,0.4549)(0.4471,0.47059)(0.451,0.48235)(0.4549,0.49412)(0.4588,0.50588)(0.4627,0.51765)(0.4667,0.52941)(0.4706,0.54118)(0.4745,0.55294)(0.4784,0.56471)(0.4824,0.57647)(0.4863,0.58824)(0.4902,0.6)(0.4941,0.60784)(0.498,0.61961)(0.502,0.63137)(0.5059,0.64314)(0.5098,0.65098)(0.5137,0.66275)(0.5176,0.67059)(0.5216,0.68235)(0.5255,0.6902)(0.5294,0.69804)(0.5333,0.7098)(0.5373,0.71765)(0.5412,0.72549)(0.5451,0.73333)(0.549,0.74118)(0.5529,0.74902)(0.5569,0.75686)(0.5608,0.76078)(0.5647,0.76863)(0.5686,0.77647)(0.5725,0.78039)(0.5765,0.78824)(0.5804,0.79216)(0.5843,0.79608)(0.5882,0.8)(0.5922,0.80392)(0.5961,0.80784)(0.6,0.81176)(0.6039,0.81569)(0.6078,0.81961)(0.6118,0.81961)(0.6157,0.82353)(0.6196,0.82745)(0.6235,0.82745)(0.6275,0.82745)(0.6314,0.83137)(0.6353,0.83137)(0.6392,0.83137)(0.6431,0.83137)(0.6471,0.83137)(0.651,0.83137)(0.6549,0.83137)(0.6588,0.83137)(0.6627,0.82745)(0.6667,0.82745)(0.6706,0.82745)(0.6745,0.82353)(0.6784,0.82353)(0.6824,0.82353)(0.6863,0.81961)(0.6902,0.81569)(0.6941,0.81569)(0.698,0.81176)(0.702,0.81176)(0.7059,0.80784)(0.7098,0.80392)(0.7137,0.80392)(0.7176,0.8)(0.7216,0.79608)(0.7255,0.79608)(0.7294,0.79216)(0.7333,0.78824)(0.7373,0.78824)(0.7412,0.78431)(0.7451,0.78039)(0.749,0.78039)(0.7529,0.77647)(0.7569,0.77255)(0.7608,0.77255)(0.7647,0.76863)(0.7686,0.76863)(0.7725,0.76471)(0.7765,0.76471)(0.7804,0.76078)(0.7843,0.76078)(0.7882,0.76078)(0.7922,0.75686)(0.7961,0.75686)(0.8,0.75686)(0.8039,0.75686)(0.8078,0.75686)(0.8118,0.75686)(0.8157,0.75686)(0.8196,0.75686)(0.8235,0.75686)(0.8275,0.75686)(0.8314,0.76078)(0.8353,0.76078)(0.8392,0.76471)(0.8431,0.76471)(0.8471,0.76863)(0.851,0.76863)(0.8549,0.77255)(0.8588,0.77647)(0.8627,0.78039)(0.8667,0.78431)(0.8706,0.78431)(0.8745,0.79216)(0.8784,0.79608)(0.8824,0.8)(0.8863,0.80392)(0.8902,0.80784)(0.8941,0.81569)(0.898,0.81961)(0.902,0.82353)(0.9059,0.83137)(0.9098,0.83529)(0.9137,0.84314)(0.9176,0.85098)(0.9216,0.8549)(0.9255,0.86275)(0.9294,0.87059)(0.9333,0.87451)(0.9373,0.88235)(0.9412,0.8902)(0.9451,0.89804)(0.949,0.90588)(0.9529,0.9098)(0.9569,0.91765)(0.9608,0.92549)(0.9647,0.93333)(0.9686,0.94118)(0.9725,0.94902)(0.9765,0.95686)(0.9804,0.96078)(0.9843,0.96863)(0.9882,0.97647)(0.9922,0.98431)(0.9961,0.99216)(1,1) +GREEN: +(0,0)(0.0039,0)(0.0078,0.0039216)(0.0118,0.0039216)(0.0157,0.0078431)(0.0196,0.0078431)(0.0235,0.011765)(0.0275,0.015686)(0.0314,0.015686)(0.0353,0.019608)(0.0392,0.023529)(0.0431,0.023529)(0.0471,0.027451)(0.051,0.031373)(0.0549,0.035294)(0.0588,0.039216)(0.0627,0.043137)(0.0667,0.043137)(0.0706,0.047059)(0.0745,0.05098)(0.0784,0.054902)(0.0824,0.058824)(0.0863,0.066667)(0.0902,0.070588)(0.0941,0.07451)(0.098,0.078431)(0.102,0.082353)(0.1059,0.086275)(0.1098,0.094118)(0.1137,0.098039)(0.1176,0.10196)(0.1216,0.1098)(0.1255,0.11373)(0.1294,0.12157)(0.1333,0.12549)(0.1373,0.13333)(0.1412,0.13725)(0.1451,0.1451)(0.149,0.14902)(0.1529,0.15686)(0.1569,0.16078)(0.1608,0.16863)(0.1647,0.17647)(0.1686,0.18039)(0.1725,0.18824)(0.1765,0.19608)(0.1804,0.20392)(0.1843,0.20784)(0.1882,0.21569)(0.1922,0.22353)(0.1961,0.22745)(0.2,0.23529)(0.2039,0.24314)(0.2078,0.25098)(0.2118,0.25882)(0.2157,0.26275)(0.2196,0.27059)(0.2235,0.27843)(0.2275,0.28627)(0.2314,0.2902)(0.2353,0.29804)(0.2392,0.30588)(0.2431,0.3098)(0.2471,0.31765)(0.251,0.32549)(0.2549,0.32941)(0.2588,0.33725)(0.2627,0.3451)(0.2667,0.34902)(0.2706,0.35686)(0.2745,0.36078)(0.2784,0.36863)(0.2824,0.37255)(0.2863,0.38039)(0.2902,0.38431)(0.2941,0.38824)(0.298,0.39608)(0.302,0.4)(0.3059,0.40392)(0.3098,0.40784)(0.3137,0.41569)(0.3176,0.41961)(0.3216,0.42353)(0.3255,0.42745)(0.3294,0.43137)(0.3333,0.43529)(0.3373,0.43922)(0.3412,0.44314)(0.3451,0.44706)(0.349,0.44706)(0.3529,0.45098)(0.3569,0.4549)(0.3608,0.4549)(0.3647,0.45882)(0.3686,0.46275)(0.3725,0.46275)(0.3765,0.46667)(0.3804,0.46667)(0.3843,0.47059)(0.3882,0.47059)(0.3922,0.47059)(0.3961,0.47451)(0.4,0.47451)(0.4039,0.47451)(0.4078,0.47451)(0.4118,0.47843)(0.4157,0.47843)(0.4196,0.47843)(0.4235,0.47843)(0.4275,0.47843)(0.4314,0.47843)(0.4353,0.47843)(0.4392,0.47843)(0.4431,0.47843)(0.4471,0.47843)(0.451,0.47843)(0.4549,0.47843)(0.4588,0.47843)(0.4627,0.47843)(0.4667,0.47843)(0.4706,0.47451)(0.4745,0.47451)(0.4784,0.47451)(0.4824,0.47451)(0.4863,0.47451)(0.4902,0.47451)(0.4941,0.47451)(0.498,0.47451)(0.502,0.47451)(0.5059,0.47059)(0.5098,0.47059)(0.5137,0.47059)(0.5176,0.47059)(0.5216,0.47059)(0.5255,0.47059)(0.5294,0.47059)(0.5333,0.47059)(0.5373,0.47059)(0.5412,0.47059)(0.5451,0.47451)(0.549,0.47451)(0.5529,0.47451)(0.5569,0.47451)(0.5608,0.47451)(0.5647,0.47843)(0.5686,0.47843)(0.5725,0.47843)(0.5765,0.48235)(0.5804,0.48235)(0.5843,0.48627)(0.5882,0.48627)(0.5922,0.4902)(0.5961,0.4902)(0.6,0.49412)(0.6039,0.49804)(0.6078,0.49804)(0.6118,0.50196)(0.6157,0.50588)(0.6196,0.5098)(0.6235,0.51373)(0.6275,0.51373)(0.6314,0.51765)(0.6353,0.52157)(0.6392,0.52941)(0.6431,0.53333)(0.6471,0.53725)(0.651,0.54118)(0.6549,0.5451)(0.6588,0.54902)(0.6627,0.55686)(0.6667,0.56078)(0.6706,0.56471)(0.6745,0.57255)(0.6784,0.57647)(0.6824,0.58431)(0.6863,0.58824)(0.6902,0.59608)(0.6941,0.60392)(0.698,0.60784)(0.702,0.61569)(0.7059,0.61961)(0.7098,0.62745)(0.7137,0.63529)(0.7176,0.64314)(0.7216,0.64706)(0.7255,0.6549)(0.7294,0.66275)(0.7333,0.67059)(0.7373,0.67451)(0.7412,0.68235)(0.7451,0.6902)(0.749,0.69804)(0.7529,0.70588)(0.7569,0.71373)(0.7608,0.71765)(0.7647,0.72549)(0.7686,0.73333)(0.7725,0.74118)(0.7765,0.74902)(0.7804,0.75686)(0.7843,0.76078)(0.7882,0.76863)(0.7922,0.77647)(0.7961,0.78431)(0.8,0.79216)(0.8039,0.79608)(0.8078,0.80392)(0.8118,0.81176)(0.8157,0.81569)(0.8196,0.82353)(0.8235,0.83137)(0.8275,0.83529)(0.8314,0.84314)(0.8353,0.84706)(0.8392,0.8549)(0.8431,0.85882)(0.8471,0.86667)(0.851,0.87059)(0.8549,0.87843)(0.8588,0.88235)(0.8627,0.88627)(0.8667,0.89412)(0.8706,0.89804)(0.8745,0.90196)(0.8784,0.90588)(0.8824,0.9098)(0.8863,0.91373)(0.8902,0.92157)(0.8941,0.92549)(0.898,0.92941)(0.902,0.93333)(0.9059,0.93725)(0.9098,0.94118)(0.9137,0.94118)(0.9176,0.9451)(0.9216,0.94902)(0.9255,0.95294)(0.9294,0.95686)(0.9333,0.95686)(0.9373,0.96078)(0.9412,0.96471)(0.9451,0.96863)(0.949,0.96863)(0.9529,0.97255)(0.9569,0.97255)(0.9608,0.97647)(0.9647,0.98039)(0.9686,0.98039)(0.9725,0.98431)(0.9765,0.98431)(0.9804,0.98824)(0.9843,0.98824)(0.9882,0.99216)(0.9922,0.99216)(0.9961,0.99608)(1,1) +BLUE: +(0,0)(0.0039,0.0039216)(0.0078,0.011765)(0.0118,0.015686)(0.0157,0.023529)(0.0196,0.031373)(0.0235,0.035294)(0.0275,0.043137)(0.0314,0.05098)(0.0353,0.058824)(0.0392,0.066667)(0.0431,0.07451)(0.0471,0.082353)(0.051,0.090196)(0.0549,0.098039)(0.0588,0.10588)(0.0627,0.11373)(0.0667,0.12157)(0.0706,0.12941)(0.0745,0.13725)(0.0784,0.1451)(0.0824,0.15294)(0.0863,0.16078)(0.0902,0.16863)(0.0941,0.17647)(0.098,0.18431)(0.102,0.18824)(0.1059,0.19608)(0.1098,0.20392)(0.1137,0.21176)(0.1176,0.21961)(0.1216,0.22353)(0.1255,0.23137)(0.1294,0.23529)(0.1333,0.24314)(0.1373,0.24706)(0.1412,0.2549)(0.1451,0.25882)(0.149,0.26275)(0.1529,0.27059)(0.1569,0.27451)(0.1608,0.27843)(0.1647,0.28235)(0.1686,0.28627)(0.1725,0.2902)(0.1765,0.2902)(0.1804,0.29412)(0.1843,0.29804)(0.1882,0.29804)(0.1922,0.30196)(0.1961,0.30196)(0.2,0.30196)(0.2039,0.30588)(0.2078,0.30588)(0.2118,0.30588)(0.2157,0.30588)(0.2196,0.30588)(0.2235,0.30588)(0.2275,0.30588)(0.2314,0.30196)(0.2353,0.30196)(0.2392,0.30196)(0.2431,0.29804)(0.2471,0.29804)(0.251,0.29412)(0.2549,0.29412)(0.2588,0.2902)(0.2627,0.28627)(0.2667,0.28627)(0.2706,0.28235)(0.2745,0.27843)(0.2784,0.27451)(0.2824,0.27059)(0.2863,0.26667)(0.2902,0.26275)(0.2941,0.25882)(0.298,0.25882)(0.302,0.2549)(0.3059,0.25098)(0.3098,0.24706)(0.3137,0.23922)(0.3176,0.23529)(0.3216,0.23137)(0.3255,0.22745)(0.3294,0.22745)(0.3333,0.22353)(0.3373,0.21961)(0.3412,0.21569)(0.3451,0.21176)(0.349,0.20784)(0.3529,0.20392)(0.3569,0.2)(0.3608,0.2)(0.3647,0.19608)(0.3686,0.19216)(0.3725,0.19216)(0.3765,0.18824)(0.3804,0.18824)(0.3843,0.18431)(0.3882,0.18431)(0.3922,0.18431)(0.3961,0.18039)(0.4,0.18039)(0.4039,0.18039)(0.4078,0.18039)(0.4118,0.18039)(0.4157,0.18431)(0.4196,0.18431)(0.4235,0.18431)(0.4275,0.18824)(0.4314,0.18824)(0.4353,0.19216)(0.4392,0.19608)(0.4431,0.19608)(0.4471,0.2)(0.451,0.20392)(0.4549,0.20784)(0.4588,0.21569)(0.4627,0.21961)(0.4667,0.22353)(0.4706,0.23137)(0.4745,0.23529)(0.4784,0.24314)(0.4824,0.25098)(0.4863,0.2549)(0.4902,0.26275)(0.4941,0.27059)(0.498,0.27843)(0.502,0.2902)(0.5059,0.29804)(0.5098,0.30588)(0.5137,0.31765)(0.5176,0.32549)(0.5216,0.33725)(0.5255,0.3451)(0.5294,0.35686)(0.5333,0.36863)(0.5373,0.37647)(0.5412,0.38824)(0.5451,0.4)(0.549,0.41176)(0.5529,0.42353)(0.5569,0.43529)(0.5608,0.44706)(0.5647,0.45882)(0.5686,0.47059)(0.5725,0.48627)(0.5765,0.49804)(0.5804,0.5098)(0.5843,0.52157)(0.5882,0.53333)(0.5922,0.54902)(0.5961,0.56078)(0.6,0.57255)(0.6039,0.58431)(0.6078,0.6)(0.6118,0.61176)(0.6157,0.62353)(0.6196,0.63529)(0.6235,0.64706)(0.6275,0.66275)(0.6314,0.67451)(0.6353,0.68627)(0.6392,0.69804)(0.6431,0.7098)(0.6471,0.72157)(0.651,0.72941)(0.6549,0.74118)(0.6588,0.75294)(0.6627,0.76471)(0.6667,0.77255)(0.6706,0.78431)(0.6745,0.79608)(0.6784,0.80392)(0.6824,0.81176)(0.6863,0.82353)(0.6902,0.83137)(0.6941,0.83922)(0.698,0.84706)(0.702,0.8549)(0.7059,0.86275)(0.7098,0.87059)(0.7137,0.87843)(0.7176,0.88627)(0.7216,0.8902)(0.7255,0.89804)(0.7294,0.90196)(0.7333,0.90588)(0.7373,0.91373)(0.7412,0.91765)(0.7451,0.92157)(0.749,0.92549)(0.7529,0.92941)(0.7569,0.93333)(0.7608,0.93725)(0.7647,0.93725)(0.7686,0.94118)(0.7725,0.9451)(0.7765,0.9451)(0.7804,0.94902)(0.7843,0.94902)(0.7882,0.94902)(0.7922,0.95294)(0.7961,0.95294)(0.8,0.95294)(0.8039,0.95294)(0.8078,0.95294)(0.8118,0.95294)(0.8157,0.95294)(0.8196,0.95294)(0.8235,0.95294)(0.8275,0.95294)(0.8314,0.94902)(0.8353,0.94902)(0.8392,0.94902)(0.8431,0.94902)(0.8471,0.9451)(0.851,0.9451)(0.8549,0.9451)(0.8588,0.9451)(0.8627,0.94118)(0.8667,0.94118)(0.8706,0.94118)(0.8745,0.93725)(0.8784,0.93725)(0.8824,0.93725)(0.8863,0.93725)(0.8902,0.93725)(0.8941,0.93333)(0.898,0.93333)(0.902,0.93333)(0.9059,0.93333)(0.9098,0.93333)(0.9137,0.93333)(0.9176,0.93333)(0.9216,0.93333)(0.9255,0.93725)(0.9294,0.93725)(0.9333,0.93725)(0.9373,0.94118)(0.9412,0.94118)(0.9451,0.94118)(0.949,0.9451)(0.9529,0.94902)(0.9569,0.94902)(0.9608,0.95294)(0.9647,0.95686)(0.9686,0.96078)(0.9725,0.96471)(0.9765,0.96863)(0.9804,0.97255)(0.9843,0.97647)(0.9882,0.98039)(0.9922,0.98824)(0.9961,0.99216)(1,1) diff --git a/ds9/cmaps/ch05m151012.sao b/ds9/cmaps/ch05m151012.sao new file mode 100644 index 0000000..be4b35a --- /dev/null +++ b/ds9/cmaps/ch05m151012.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# ch05m151012 +# created by cptutils 1.46 +# Wed Aug 15 23:30:53 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0039,0.0039216)(0.0078,0.0078431)(0.0118,0.011765)(0.0157,0.015686)(0.0196,0.019608)(0.0235,0.023529)(0.0275,0.027451)(0.0314,0.031373)(0.0353,0.035294)(0.0392,0.039216)(0.0431,0.039216)(0.0471,0.043137)(0.051,0.047059)(0.0549,0.047059)(0.0588,0.05098)(0.0627,0.054902)(0.0667,0.054902)(0.0706,0.054902)(0.0745,0.058824)(0.0784,0.058824)(0.0824,0.058824)(0.0863,0.062745)(0.0902,0.062745)(0.0941,0.062745)(0.098,0.062745)(0.102,0.062745)(0.1059,0.062745)(0.1098,0.062745)(0.1137,0.062745)(0.1176,0.062745)(0.1216,0.058824)(0.1255,0.058824)(0.1294,0.058824)(0.1333,0.058824)(0.1373,0.054902)(0.1412,0.054902)(0.1451,0.054902)(0.149,0.05098)(0.1529,0.05098)(0.1569,0.047059)(0.1608,0.047059)(0.1647,0.043137)(0.1686,0.043137)(0.1725,0.039216)(0.1765,0.039216)(0.1804,0.039216)(0.1843,0.035294)(0.1882,0.035294)(0.1922,0.031373)(0.1961,0.031373)(0.2,0.027451)(0.2039,0.027451)(0.2078,0.027451)(0.2118,0.023529)(0.2157,0.023529)(0.2196,0.023529)(0.2235,0.023529)(0.2275,0.023529)(0.2314,0.019608)(0.2353,0.019608)(0.2392,0.019608)(0.2431,0.019608)(0.2471,0.023529)(0.251,0.023529)(0.2549,0.023529)(0.2588,0.023529)(0.2627,0.027451)(0.2667,0.027451)(0.2706,0.031373)(0.2745,0.031373)(0.2784,0.035294)(0.2824,0.039216)(0.2863,0.039216)(0.2902,0.043137)(0.2941,0.047059)(0.298,0.05098)(0.302,0.054902)(0.3059,0.062745)(0.3098,0.066667)(0.3137,0.070588)(0.3176,0.078431)(0.3216,0.082353)(0.3255,0.090196)(0.3294,0.094118)(0.3333,0.10196)(0.3373,0.1098)(0.3412,0.11765)(0.3451,0.12549)(0.349,0.13333)(0.3529,0.14118)(0.3569,0.14902)(0.3608,0.15686)(0.3647,0.16863)(0.3686,0.17647)(0.3725,0.18824)(0.3765,0.19608)(0.3804,0.20784)(0.3843,0.21569)(0.3882,0.22745)(0.3922,0.23922)(0.3961,0.25098)(0.4,0.25882)(0.4039,0.27059)(0.4078,0.28235)(0.4118,0.29412)(0.4157,0.30588)(0.4196,0.31765)(0.4235,0.32941)(0.4275,0.34118)(0.4314,0.35294)(0.4353,0.36471)(0.4392,0.37647)(0.4431,0.39216)(0.4471,0.40392)(0.451,0.41569)(0.4549,0.42745)(0.4588,0.43922)(0.4627,0.45098)(0.4667,0.46275)(0.4706,0.47451)(0.4745,0.48627)(0.4784,0.49804)(0.4824,0.5098)(0.4863,0.52157)(0.4902,0.53333)(0.4941,0.5451)(0.498,0.55686)(0.502,0.56471)(0.5059,0.57647)(0.5098,0.58824)(0.5137,0.59608)(0.5176,0.60784)(0.5216,0.61569)(0.5255,0.62745)(0.5294,0.63529)(0.5333,0.64706)(0.5373,0.6549)(0.5412,0.66275)(0.5451,0.67059)(0.549,0.67843)(0.5529,0.68627)(0.5569,0.69412)(0.5608,0.70196)(0.5647,0.7098)(0.5686,0.71373)(0.5725,0.72157)(0.5765,0.72549)(0.5804,0.73333)(0.5843,0.73725)(0.5882,0.74118)(0.5922,0.7451)(0.5961,0.74902)(0.6,0.75294)(0.6039,0.75686)(0.6078,0.76078)(0.6118,0.76471)(0.6157,0.76863)(0.6196,0.76863)(0.6235,0.77255)(0.6275,0.77255)(0.6314,0.77255)(0.6353,0.77647)(0.6392,0.77647)(0.6431,0.77647)(0.6471,0.77647)(0.651,0.77647)(0.6549,0.77647)(0.6588,0.77647)(0.6627,0.77647)(0.6667,0.77647)(0.6706,0.77647)(0.6745,0.77255)(0.6784,0.77255)(0.6824,0.77255)(0.6863,0.76863)(0.6902,0.76863)(0.6941,0.76471)(0.698,0.76471)(0.702,0.76078)(0.7059,0.76078)(0.7098,0.75686)(0.7137,0.75686)(0.7176,0.75294)(0.7216,0.75294)(0.7255,0.74902)(0.7294,0.74902)(0.7333,0.7451)(0.7373,0.74118)(0.7412,0.74118)(0.7451,0.73725)(0.749,0.73725)(0.7529,0.73333)(0.7569,0.73333)(0.7608,0.72941)(0.7647,0.72941)(0.7686,0.72941)(0.7725,0.72549)(0.7765,0.72549)(0.7804,0.72549)(0.7843,0.72157)(0.7882,0.72157)(0.7922,0.72157)(0.7961,0.72157)(0.8,0.72157)(0.8039,0.72157)(0.8078,0.72157)(0.8118,0.72157)(0.8157,0.72549)(0.8196,0.72549)(0.8235,0.72549)(0.8275,0.72941)(0.8314,0.72941)(0.8353,0.73333)(0.8392,0.73333)(0.8431,0.73725)(0.8471,0.74118)(0.851,0.74118)(0.8549,0.7451)(0.8588,0.74902)(0.8627,0.75294)(0.8667,0.75686)(0.8706,0.76078)(0.8745,0.76863)(0.8784,0.77255)(0.8824,0.77647)(0.8863,0.78431)(0.8902,0.78824)(0.8941,0.79216)(0.898,0.8)(0.902,0.80784)(0.9059,0.81176)(0.9098,0.81961)(0.9137,0.82745)(0.9176,0.83529)(0.9216,0.83922)(0.9255,0.84706)(0.9294,0.8549)(0.9333,0.86275)(0.9373,0.87059)(0.9412,0.87843)(0.9451,0.88627)(0.949,0.89412)(0.9529,0.90196)(0.9569,0.9098)(0.9608,0.91765)(0.9647,0.92549)(0.9686,0.93333)(0.9725,0.94118)(0.9765,0.94902)(0.9804,0.96078)(0.9843,0.96863)(0.9882,0.97647)(0.9922,0.98431)(0.9961,0.99216)(1,1) +GREEN: +(0,0)(0.0039,0)(0.0078,0)(0.0118,0)(0.0157,0)(0.0196,0)(0.0235,0)(0.0275,0)(0.0314,0)(0.0353,0.0039216)(0.0392,0.0039216)(0.0431,0.0039216)(0.0471,0.0078431)(0.051,0.0078431)(0.0549,0.011765)(0.0588,0.011765)(0.0627,0.015686)(0.0667,0.015686)(0.0706,0.019608)(0.0745,0.023529)(0.0784,0.023529)(0.0824,0.027451)(0.0863,0.031373)(0.0902,0.035294)(0.0941,0.039216)(0.098,0.043137)(0.102,0.047059)(0.1059,0.05098)(0.1098,0.054902)(0.1137,0.058824)(0.1176,0.062745)(0.1216,0.066667)(0.1255,0.070588)(0.1294,0.078431)(0.1333,0.082353)(0.1373,0.086275)(0.1412,0.090196)(0.1451,0.098039)(0.149,0.10196)(0.1529,0.1098)(0.1569,0.11373)(0.1608,0.11765)(0.1647,0.12549)(0.1686,0.13333)(0.1725,0.13725)(0.1765,0.1451)(0.1804,0.14902)(0.1843,0.15686)(0.1882,0.16078)(0.1922,0.16863)(0.1961,0.17647)(0.2,0.18039)(0.2039,0.18824)(0.2078,0.19216)(0.2118,0.2)(0.2157,0.20784)(0.2196,0.21176)(0.2235,0.21961)(0.2275,0.22745)(0.2314,0.23137)(0.2353,0.23922)(0.2392,0.24706)(0.2431,0.25098)(0.2471,0.25882)(0.251,0.26275)(0.2549,0.27059)(0.2588,0.27451)(0.2627,0.28235)(0.2667,0.28627)(0.2706,0.29412)(0.2745,0.29804)(0.2784,0.30588)(0.2824,0.3098)(0.2863,0.31373)(0.2902,0.32157)(0.2941,0.32549)(0.298,0.32941)(0.302,0.33725)(0.3059,0.34118)(0.3098,0.3451)(0.3137,0.34902)(0.3176,0.35294)(0.3216,0.35686)(0.3255,0.36078)(0.3294,0.36471)(0.3333,0.36863)(0.3373,0.37255)(0.3412,0.37647)(0.3451,0.38039)(0.349,0.38039)(0.3529,0.38431)(0.3569,0.38824)(0.3608,0.38824)(0.3647,0.39216)(0.3686,0.39608)(0.3725,0.39608)(0.3765,0.4)(0.3804,0.4)(0.3843,0.40392)(0.3882,0.40392)(0.3922,0.40392)(0.3961,0.40784)(0.4,0.40784)(0.4039,0.40784)(0.4078,0.40784)(0.4118,0.41176)(0.4157,0.41176)(0.4196,0.41176)(0.4235,0.41176)(0.4275,0.41176)(0.4314,0.41176)(0.4353,0.41176)(0.4392,0.41176)(0.4431,0.41176)(0.4471,0.41176)(0.451,0.41176)(0.4549,0.41176)(0.4588,0.41176)(0.4627,0.41176)(0.4667,0.41176)(0.4706,0.41176)(0.4745,0.41176)(0.4784,0.41176)(0.4824,0.40784)(0.4863,0.40784)(0.4902,0.40784)(0.4941,0.40784)(0.498,0.40784)(0.502,0.40784)(0.5059,0.40784)(0.5098,0.40784)(0.5137,0.40784)(0.5176,0.40784)(0.5216,0.40784)(0.5255,0.40784)(0.5294,0.40784)(0.5333,0.40784)(0.5373,0.40784)(0.5412,0.41176)(0.5451,0.41176)(0.549,0.41176)(0.5529,0.41176)(0.5569,0.41176)(0.5608,0.41569)(0.5647,0.41569)(0.5686,0.41569)(0.5725,0.41961)(0.5765,0.41961)(0.5804,0.42353)(0.5843,0.42353)(0.5882,0.42745)(0.5922,0.43137)(0.5961,0.43137)(0.6,0.43529)(0.6039,0.43922)(0.6078,0.44314)(0.6118,0.44314)(0.6157,0.44706)(0.6196,0.45098)(0.6235,0.4549)(0.6275,0.45882)(0.6314,0.46275)(0.6353,0.46667)(0.6392,0.47451)(0.6431,0.47843)(0.6471,0.48235)(0.651,0.48627)(0.6549,0.49412)(0.6588,0.49804)(0.6627,0.50196)(0.6667,0.5098)(0.6706,0.51373)(0.6745,0.52157)(0.6784,0.52549)(0.6824,0.53333)(0.6863,0.54118)(0.6902,0.5451)(0.6941,0.55294)(0.698,0.56078)(0.702,0.56863)(0.7059,0.57255)(0.7098,0.58039)(0.7137,0.58824)(0.7176,0.59608)(0.7216,0.60392)(0.7255,0.61176)(0.7294,0.61569)(0.7333,0.62353)(0.7373,0.63137)(0.7412,0.63922)(0.7451,0.64706)(0.749,0.6549)(0.7529,0.66275)(0.7569,0.67059)(0.7608,0.67843)(0.7647,0.68627)(0.7686,0.69412)(0.7725,0.70196)(0.7765,0.7098)(0.7804,0.71765)(0.7843,0.72549)(0.7882,0.73333)(0.7922,0.74118)(0.7961,0.74902)(0.8,0.75686)(0.8039,0.76078)(0.8078,0.76863)(0.8118,0.77647)(0.8157,0.78431)(0.8196,0.79216)(0.8235,0.8)(0.8275,0.80392)(0.8314,0.81176)(0.8353,0.81961)(0.8392,0.82353)(0.8431,0.83137)(0.8471,0.83922)(0.851,0.84314)(0.8549,0.85098)(0.8588,0.8549)(0.8627,0.86275)(0.8667,0.86667)(0.8706,0.87451)(0.8745,0.87843)(0.8784,0.88235)(0.8824,0.8902)(0.8863,0.89412)(0.8902,0.89804)(0.8941,0.90588)(0.898,0.9098)(0.902,0.91373)(0.9059,0.91765)(0.9098,0.92157)(0.9137,0.92549)(0.9176,0.92941)(0.9216,0.93333)(0.9255,0.93725)(0.9294,0.94118)(0.9333,0.9451)(0.9373,0.94902)(0.9412,0.95294)(0.9451,0.95686)(0.949,0.96078)(0.9529,0.96078)(0.9569,0.96471)(0.9608,0.96863)(0.9647,0.97255)(0.9686,0.97647)(0.9725,0.97647)(0.9765,0.98039)(0.9804,0.98431)(0.9843,0.98824)(0.9882,0.98824)(0.9922,0.99216)(0.9961,0.99608)(1,1) +BLUE: +(0,0)(0.0039,0)(0.0078,0.0039216)(0.0118,0.0078431)(0.0157,0.015686)(0.0196,0.019608)(0.0235,0.023529)(0.0275,0.031373)(0.0314,0.035294)(0.0353,0.043137)(0.0392,0.047059)(0.0431,0.054902)(0.0471,0.058824)(0.051,0.066667)(0.0549,0.07451)(0.0588,0.078431)(0.0627,0.086275)(0.0667,0.094118)(0.0706,0.098039)(0.0745,0.10588)(0.0784,0.11373)(0.0824,0.12157)(0.0863,0.12549)(0.0902,0.13333)(0.0941,0.14118)(0.098,0.1451)(0.102,0.15294)(0.1059,0.16078)(0.1098,0.16471)(0.1137,0.17255)(0.1176,0.17647)(0.1216,0.18431)(0.1255,0.18824)(0.1294,0.19216)(0.1333,0.2)(0.1373,0.20392)(0.1412,0.20784)(0.1451,0.21176)(0.149,0.21569)(0.1529,0.21961)(0.1569,0.22353)(0.1608,0.22745)(0.1647,0.23137)(0.1686,0.23529)(0.1725,0.23922)(0.1765,0.23922)(0.1804,0.24314)(0.1843,0.24314)(0.1882,0.24706)(0.1922,0.24706)(0.1961,0.24706)(0.2,0.24706)(0.2039,0.25098)(0.2078,0.25098)(0.2118,0.25098)(0.2157,0.24706)(0.2196,0.24706)(0.2235,0.24706)(0.2275,0.24706)(0.2314,0.24314)(0.2353,0.24314)(0.2392,0.24314)(0.2431,0.23922)(0.2471,0.23529)(0.251,0.23529)(0.2549,0.23137)(0.2588,0.22745)(0.2627,0.22745)(0.2667,0.22353)(0.2706,0.21961)(0.2745,0.21569)(0.2784,0.21176)(0.2824,0.20784)(0.2863,0.20392)(0.2902,0.2)(0.2941,0.19608)(0.298,0.19216)(0.302,0.18824)(0.3059,0.18431)(0.3098,0.18039)(0.3137,0.17647)(0.3176,0.17255)(0.3216,0.16863)(0.3255,0.16471)(0.3294,0.16078)(0.3333,0.15686)(0.3373,0.15294)(0.3412,0.14902)(0.3451,0.1451)(0.349,0.14118)(0.3529,0.13725)(0.3569,0.13333)(0.3608,0.13333)(0.3647,0.12941)(0.3686,0.12549)(0.3725,0.12549)(0.3765,0.12157)(0.3804,0.12157)(0.3843,0.11765)(0.3882,0.11765)(0.3922,0.11765)(0.3961,0.11373)(0.4,0.11373)(0.4039,0.11373)(0.4078,0.11373)(0.4118,0.11373)(0.4157,0.11765)(0.4196,0.11765)(0.4235,0.11765)(0.4275,0.12157)(0.4314,0.12157)(0.4353,0.12549)(0.4392,0.12941)(0.4431,0.12941)(0.4471,0.13333)(0.451,0.13725)(0.4549,0.1451)(0.4588,0.14902)(0.4627,0.15294)(0.4667,0.15686)(0.4706,0.16471)(0.4745,0.17255)(0.4784,0.17647)(0.4824,0.18431)(0.4863,0.19216)(0.4902,0.2)(0.4941,0.20784)(0.498,0.21569)(0.502,0.22353)(0.5059,0.23137)(0.5098,0.24314)(0.5137,0.25098)(0.5176,0.26275)(0.5216,0.27059)(0.5255,0.28235)(0.5294,0.29412)(0.5333,0.30588)(0.5373,0.31373)(0.5412,0.32549)(0.5451,0.33725)(0.549,0.34902)(0.5529,0.36078)(0.5569,0.37255)(0.5608,0.38824)(0.5647,0.4)(0.5686,0.41176)(0.5725,0.42353)(0.5765,0.43529)(0.5804,0.45098)(0.5843,0.46275)(0.5882,0.47451)(0.5922,0.4902)(0.5961,0.50196)(0.6,0.51373)(0.6039,0.52941)(0.6078,0.54118)(0.6118,0.55294)(0.6157,0.56863)(0.6196,0.58039)(0.6235,0.59216)(0.6275,0.60392)(0.6314,0.61569)(0.6353,0.63137)(0.6392,0.64314)(0.6431,0.6549)(0.6471,0.66667)(0.651,0.67843)(0.6549,0.6902)(0.6588,0.70196)(0.6627,0.7098)(0.6667,0.72157)(0.6706,0.73333)(0.6745,0.7451)(0.6784,0.75294)(0.6824,0.76471)(0.6863,0.77255)(0.6902,0.78039)(0.6941,0.79216)(0.698,0.8)(0.702,0.80784)(0.7059,0.81569)(0.7098,0.82353)(0.7137,0.83137)(0.7176,0.83922)(0.7216,0.84314)(0.7255,0.85098)(0.7294,0.85882)(0.7333,0.86275)(0.7373,0.87059)(0.7412,0.87451)(0.7451,0.87843)(0.749,0.88235)(0.7529,0.88627)(0.7569,0.8902)(0.7608,0.89412)(0.7647,0.89804)(0.7686,0.90196)(0.7725,0.90588)(0.7765,0.90588)(0.7804,0.9098)(0.7843,0.9098)(0.7882,0.91373)(0.7922,0.91373)(0.7961,0.91765)(0.8,0.91765)(0.8039,0.91765)(0.8078,0.91765)(0.8118,0.92157)(0.8157,0.92157)(0.8196,0.92157)(0.8235,0.92157)(0.8275,0.92157)(0.8314,0.92157)(0.8353,0.92157)(0.8392,0.92157)(0.8431,0.91765)(0.8471,0.91765)(0.851,0.91765)(0.8549,0.91765)(0.8588,0.91765)(0.8627,0.91765)(0.8667,0.91765)(0.8706,0.91765)(0.8745,0.91765)(0.8784,0.91373)(0.8824,0.91373)(0.8863,0.91373)(0.8902,0.91373)(0.8941,0.91373)(0.898,0.91373)(0.902,0.91373)(0.9059,0.91765)(0.9098,0.91765)(0.9137,0.91765)(0.9176,0.91765)(0.9216,0.92157)(0.9255,0.92157)(0.9294,0.92157)(0.9333,0.92549)(0.9373,0.92549)(0.9412,0.92941)(0.9451,0.93333)(0.949,0.93333)(0.9529,0.93725)(0.9569,0.94118)(0.9608,0.9451)(0.9647,0.94902)(0.9686,0.95294)(0.9725,0.95686)(0.9765,0.96471)(0.9804,0.96863)(0.9843,0.97255)(0.9882,0.98039)(0.9922,0.98431)(0.9961,0.99216)(1,1) diff --git a/ds9/cmaps/ch05m151410.sao b/ds9/cmaps/ch05m151410.sao new file mode 100644 index 0000000..d5d64a0 --- /dev/null +++ b/ds9/cmaps/ch05m151410.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# ch05m151410 +# created by cptutils 1.46 +# Wed Aug 15 23:30:53 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0039,0.0039216)(0.0078,0.011765)(0.0118,0.019608)(0.0157,0.027451)(0.0196,0.035294)(0.0235,0.039216)(0.0275,0.047059)(0.0314,0.054902)(0.0353,0.058824)(0.0392,0.062745)(0.0431,0.066667)(0.0471,0.07451)(0.051,0.078431)(0.0549,0.082353)(0.0588,0.086275)(0.0627,0.086275)(0.0667,0.090196)(0.0706,0.094118)(0.0745,0.094118)(0.0784,0.098039)(0.0824,0.098039)(0.0863,0.098039)(0.0902,0.098039)(0.0941,0.10196)(0.098,0.10196)(0.102,0.10196)(0.1059,0.098039)(0.1098,0.098039)(0.1137,0.098039)(0.1176,0.098039)(0.1216,0.094118)(0.1255,0.094118)(0.1294,0.090196)(0.1333,0.090196)(0.1373,0.086275)(0.1412,0.086275)(0.1451,0.082353)(0.149,0.078431)(0.1529,0.07451)(0.1569,0.07451)(0.1608,0.070588)(0.1647,0.066667)(0.1686,0.062745)(0.1725,0.058824)(0.1765,0.058824)(0.1804,0.054902)(0.1843,0.05098)(0.1882,0.047059)(0.1922,0.043137)(0.1961,0.043137)(0.2,0.039216)(0.2039,0.035294)(0.2078,0.031373)(0.2118,0.031373)(0.2157,0.027451)(0.2196,0.027451)(0.2235,0.023529)(0.2275,0.023529)(0.2314,0.019608)(0.2353,0.019608)(0.2392,0.019608)(0.2431,0.015686)(0.2471,0.015686)(0.251,0.015686)(0.2549,0.015686)(0.2588,0.019608)(0.2627,0.019608)(0.2667,0.019608)(0.2706,0.019608)(0.2745,0.023529)(0.2784,0.027451)(0.2824,0.027451)(0.2863,0.031373)(0.2902,0.035294)(0.2941,0.039216)(0.298,0.043137)(0.302,0.047059)(0.3059,0.054902)(0.3098,0.058824)(0.3137,0.066667)(0.3176,0.070588)(0.3216,0.078431)(0.3255,0.086275)(0.3294,0.094118)(0.3333,0.10196)(0.3373,0.1098)(0.3412,0.12157)(0.3451,0.12941)(0.349,0.14118)(0.3529,0.14902)(0.3569,0.16078)(0.3608,0.17255)(0.3647,0.18431)(0.3686,0.19608)(0.3725,0.20784)(0.3765,0.21961)(0.3804,0.23137)(0.3843,0.24314)(0.3882,0.25882)(0.3922,0.27059)(0.3961,0.28627)(0.4,0.29804)(0.4039,0.31373)(0.4078,0.32941)(0.4118,0.34118)(0.4157,0.35686)(0.4196,0.37255)(0.4235,0.38824)(0.4275,0.4)(0.4314,0.41569)(0.4353,0.43137)(0.4392,0.44706)(0.4431,0.46275)(0.4471,0.47843)(0.451,0.49412)(0.4549,0.5098)(0.4588,0.52549)(0.4627,0.54118)(0.4667,0.55294)(0.4706,0.56863)(0.4745,0.58431)(0.4784,0.6)(0.4824,0.61176)(0.4863,0.62745)(0.4902,0.64314)(0.4941,0.6549)(0.498,0.67059)(0.502,0.68235)(0.5059,0.69804)(0.5098,0.7098)(0.5137,0.72157)(0.5176,0.73333)(0.5216,0.7451)(0.5255,0.75686)(0.5294,0.76863)(0.5333,0.78039)(0.5373,0.78824)(0.5412,0.8)(0.5451,0.80784)(0.549,0.81961)(0.5529,0.82745)(0.5569,0.83529)(0.5608,0.84314)(0.5647,0.85098)(0.5686,0.85882)(0.5725,0.86667)(0.5765,0.87059)(0.5804,0.87843)(0.5843,0.88235)(0.5882,0.88627)(0.5922,0.8902)(0.5961,0.89412)(0.6,0.89804)(0.6039,0.90196)(0.6078,0.90588)(0.6118,0.90588)(0.6157,0.90588)(0.6196,0.9098)(0.6235,0.9098)(0.6275,0.9098)(0.6314,0.9098)(0.6353,0.9098)(0.6392,0.9098)(0.6431,0.90588)(0.6471,0.90588)(0.651,0.90588)(0.6549,0.90196)(0.6588,0.89804)(0.6627,0.89804)(0.6667,0.89412)(0.6706,0.8902)(0.6745,0.88627)(0.6784,0.88235)(0.6824,0.87843)(0.6863,0.87451)(0.6902,0.87059)(0.6941,0.86275)(0.698,0.85882)(0.702,0.8549)(0.7059,0.85098)(0.7098,0.84314)(0.7137,0.83922)(0.7176,0.83529)(0.7216,0.82745)(0.7255,0.82353)(0.7294,0.81569)(0.7333,0.81176)(0.7373,0.80784)(0.7412,0.8)(0.7451,0.79608)(0.749,0.79216)(0.7529,0.78431)(0.7569,0.78039)(0.7608,0.77647)(0.7647,0.77255)(0.7686,0.76863)(0.7725,0.76471)(0.7765,0.76078)(0.7804,0.75686)(0.7843,0.75294)(0.7882,0.74902)(0.7922,0.7451)(0.7961,0.74118)(0.8,0.74118)(0.8039,0.73725)(0.8078,0.73725)(0.8118,0.73333)(0.8157,0.73333)(0.8196,0.73333)(0.8235,0.73333)(0.8275,0.73333)(0.8314,0.73333)(0.8353,0.73333)(0.8392,0.73333)(0.8431,0.73333)(0.8471,0.73725)(0.851,0.73725)(0.8549,0.74118)(0.8588,0.74118)(0.8627,0.7451)(0.8667,0.74902)(0.8706,0.75294)(0.8745,0.75686)(0.8784,0.76078)(0.8824,0.76471)(0.8863,0.77255)(0.8902,0.77647)(0.8941,0.78431)(0.898,0.78824)(0.902,0.79608)(0.9059,0.8)(0.9098,0.80784)(0.9137,0.81569)(0.9176,0.82353)(0.9216,0.83137)(0.9255,0.83922)(0.9294,0.84706)(0.9333,0.8549)(0.9373,0.86275)(0.9412,0.87059)(0.9451,0.87843)(0.949,0.88627)(0.9529,0.89412)(0.9569,0.90588)(0.9608,0.91373)(0.9647,0.92157)(0.9686,0.92941)(0.9725,0.93725)(0.9765,0.94902)(0.9804,0.95686)(0.9843,0.96471)(0.9882,0.97255)(0.9922,0.98039)(0.9961,0.98824)(1,1) +GREEN: +(0,0)(0.0039,0)(0.0078,0)(0.0118,0.0039216)(0.0157,0.0039216)(0.0196,0.0039216)(0.0235,0.0078431)(0.0275,0.0078431)(0.0314,0.011765)(0.0353,0.015686)(0.0392,0.015686)(0.0431,0.019608)(0.0471,0.019608)(0.051,0.023529)(0.0549,0.027451)(0.0588,0.031373)(0.0627,0.035294)(0.0667,0.035294)(0.0706,0.039216)(0.0745,0.043137)(0.0784,0.047059)(0.0824,0.05098)(0.0863,0.058824)(0.0902,0.062745)(0.0941,0.066667)(0.098,0.070588)(0.102,0.07451)(0.1059,0.082353)(0.1098,0.086275)(0.1137,0.094118)(0.1176,0.098039)(0.1216,0.10588)(0.1255,0.1098)(0.1294,0.11765)(0.1333,0.12157)(0.1373,0.12941)(0.1412,0.13725)(0.1451,0.1451)(0.149,0.14902)(0.1529,0.15686)(0.1569,0.16471)(0.1608,0.17255)(0.1647,0.18039)(0.1686,0.18824)(0.1725,0.19608)(0.1765,0.20392)(0.1804,0.21176)(0.1843,0.21961)(0.1882,0.22745)(0.1922,0.23529)(0.1961,0.24314)(0.2,0.25098)(0.2039,0.25882)(0.2078,0.26667)(0.2118,0.27451)(0.2157,0.28235)(0.2196,0.29412)(0.2235,0.30196)(0.2275,0.3098)(0.2314,0.31765)(0.2353,0.32549)(0.2392,0.33333)(0.2431,0.34118)(0.2471,0.34902)(0.251,0.35686)(0.2549,0.36078)(0.2588,0.36863)(0.2627,0.37647)(0.2667,0.38431)(0.2706,0.39216)(0.2745,0.39608)(0.2784,0.40392)(0.2824,0.41176)(0.2863,0.41569)(0.2902,0.42353)(0.2941,0.42745)(0.298,0.43529)(0.302,0.43922)(0.3059,0.44706)(0.3098,0.45098)(0.3137,0.4549)(0.3176,0.45882)(0.3216,0.46275)(0.3255,0.46667)(0.3294,0.47059)(0.3333,0.47451)(0.3373,0.47843)(0.3412,0.48235)(0.3451,0.48627)(0.349,0.4902)(0.3529,0.4902)(0.3569,0.49412)(0.3608,0.49412)(0.3647,0.49804)(0.3686,0.49804)(0.3725,0.50196)(0.3765,0.50196)(0.3804,0.50196)(0.3843,0.50196)(0.3882,0.50588)(0.3922,0.50588)(0.3961,0.50588)(0.4,0.50588)(0.4039,0.50588)(0.4078,0.50588)(0.4118,0.50196)(0.4157,0.50196)(0.4196,0.50196)(0.4235,0.50196)(0.4275,0.49804)(0.4314,0.49804)(0.4353,0.49804)(0.4392,0.49412)(0.4431,0.49412)(0.4471,0.4902)(0.451,0.4902)(0.4549,0.48627)(0.4588,0.48627)(0.4627,0.48235)(0.4667,0.48235)(0.4706,0.47843)(0.4745,0.47843)(0.4784,0.47451)(0.4824,0.47451)(0.4863,0.47059)(0.4902,0.46667)(0.4941,0.46667)(0.498,0.46275)(0.502,0.46275)(0.5059,0.45882)(0.5098,0.45882)(0.5137,0.4549)(0.5176,0.4549)(0.5216,0.45098)(0.5255,0.45098)(0.5294,0.45098)(0.5333,0.44706)(0.5373,0.44706)(0.5412,0.44706)(0.5451,0.44314)(0.549,0.44314)(0.5529,0.44314)(0.5569,0.44314)(0.5608,0.44314)(0.5647,0.44314)(0.5686,0.44314)(0.5725,0.44314)(0.5765,0.44314)(0.5804,0.44314)(0.5843,0.44706)(0.5882,0.44706)(0.5922,0.44706)(0.5961,0.45098)(0.6,0.45098)(0.6039,0.4549)(0.6078,0.4549)(0.6118,0.45882)(0.6157,0.46275)(0.6196,0.46667)(0.6235,0.46667)(0.6275,0.47059)(0.6314,0.47451)(0.6353,0.47843)(0.6392,0.48235)(0.6431,0.48627)(0.6471,0.49412)(0.651,0.49804)(0.6549,0.50196)(0.6588,0.5098)(0.6627,0.51373)(0.6667,0.52157)(0.6706,0.52549)(0.6745,0.53333)(0.6784,0.53725)(0.6824,0.5451)(0.6863,0.55294)(0.6902,0.56078)(0.6941,0.56471)(0.698,0.57255)(0.702,0.58039)(0.7059,0.58824)(0.7098,0.59608)(0.7137,0.60392)(0.7176,0.61176)(0.7216,0.61961)(0.7255,0.62745)(0.7294,0.63529)(0.7333,0.64314)(0.7373,0.65098)(0.7412,0.66275)(0.7451,0.67059)(0.749,0.67843)(0.7529,0.68627)(0.7569,0.69412)(0.7608,0.70196)(0.7647,0.71373)(0.7686,0.72157)(0.7725,0.72941)(0.7765,0.73725)(0.7804,0.7451)(0.7843,0.75294)(0.7882,0.76078)(0.7922,0.77255)(0.7961,0.78039)(0.8,0.78824)(0.8039,0.79608)(0.8078,0.80392)(0.8118,0.81176)(0.8157,0.81961)(0.8196,0.82745)(0.8235,0.83137)(0.8275,0.83922)(0.8314,0.84706)(0.8353,0.8549)(0.8392,0.86275)(0.8431,0.86667)(0.8471,0.87451)(0.851,0.87843)(0.8549,0.88627)(0.8588,0.89412)(0.8627,0.89804)(0.8667,0.90196)(0.8706,0.9098)(0.8745,0.91373)(0.8784,0.91765)(0.8824,0.92549)(0.8863,0.92941)(0.8902,0.93333)(0.8941,0.93725)(0.898,0.94118)(0.902,0.9451)(0.9059,0.94902)(0.9098,0.95294)(0.9137,0.95686)(0.9176,0.95686)(0.9216,0.96078)(0.9255,0.96471)(0.9294,0.96863)(0.9333,0.96863)(0.9373,0.97255)(0.9412,0.97255)(0.9451,0.97647)(0.949,0.97647)(0.9529,0.98039)(0.9569,0.98039)(0.9608,0.98431)(0.9647,0.98431)(0.9686,0.98824)(0.9725,0.98824)(0.9765,0.98824)(0.9804,0.99216)(0.9843,0.99216)(0.9882,0.99216)(0.9922,0.99608)(0.9961,0.99608)(1,1) +BLUE: +(0,0)(0.0039,0.0039216)(0.0078,0.011765)(0.0118,0.019608)(0.0157,0.027451)(0.0196,0.035294)(0.0235,0.043137)(0.0275,0.05098)(0.0314,0.058824)(0.0353,0.070588)(0.0392,0.078431)(0.0431,0.086275)(0.0471,0.098039)(0.051,0.10588)(0.0549,0.11373)(0.0588,0.12549)(0.0627,0.13333)(0.0667,0.1451)(0.0706,0.15294)(0.0745,0.16078)(0.0784,0.17255)(0.0824,0.18039)(0.0863,0.19216)(0.0902,0.2)(0.0941,0.20784)(0.098,0.21569)(0.102,0.22745)(0.1059,0.23529)(0.1098,0.24314)(0.1137,0.25098)(0.1176,0.25882)(0.1216,0.26667)(0.1255,0.27451)(0.1294,0.28235)(0.1333,0.28627)(0.1373,0.29412)(0.1412,0.29804)(0.1451,0.30588)(0.149,0.3098)(0.1529,0.31765)(0.1569,0.32157)(0.1608,0.32549)(0.1647,0.32941)(0.1686,0.33333)(0.1725,0.33725)(0.1765,0.33725)(0.1804,0.34118)(0.1843,0.34118)(0.1882,0.3451)(0.1922,0.3451)(0.1961,0.3451)(0.2,0.3451)(0.2039,0.3451)(0.2078,0.3451)(0.2118,0.3451)(0.2157,0.34118)(0.2196,0.34118)(0.2235,0.33725)(0.2275,0.33725)(0.2314,0.33333)(0.2353,0.32941)(0.2392,0.32549)(0.2431,0.32157)(0.2471,0.31765)(0.251,0.31373)(0.2549,0.3098)(0.2588,0.30588)(0.2627,0.29804)(0.2667,0.29412)(0.2706,0.28627)(0.2745,0.28235)(0.2784,0.27451)(0.2824,0.26667)(0.2863,0.26275)(0.2902,0.2549)(0.2941,0.24706)(0.298,0.24314)(0.302,0.23529)(0.3059,0.22745)(0.3098,0.21961)(0.3137,0.21176)(0.3176,0.20392)(0.3216,0.2)(0.3255,0.19216)(0.3294,0.18431)(0.3333,0.17647)(0.3373,0.17255)(0.3412,0.16471)(0.3451,0.15686)(0.349,0.15294)(0.3529,0.1451)(0.3569,0.14118)(0.3608,0.13333)(0.3647,0.12941)(0.3686,0.12549)(0.3725,0.11765)(0.3765,0.11373)(0.3804,0.1098)(0.3843,0.10588)(0.3882,0.10196)(0.3922,0.10196)(0.3961,0.098039)(0.4,0.094118)(0.4039,0.094118)(0.4078,0.090196)(0.4118,0.090196)(0.4157,0.090196)(0.4196,0.090196)(0.4235,0.090196)(0.4275,0.090196)(0.4314,0.094118)(0.4353,0.094118)(0.4392,0.098039)(0.4431,0.10196)(0.4471,0.10196)(0.451,0.10588)(0.4549,0.11373)(0.4588,0.11765)(0.4627,0.12157)(0.4667,0.12941)(0.4706,0.13333)(0.4745,0.14118)(0.4784,0.14902)(0.4824,0.15686)(0.4863,0.16471)(0.4902,0.17647)(0.4941,0.18431)(0.498,0.19216)(0.502,0.20392)(0.5059,0.21569)(0.5098,0.22745)(0.5137,0.23922)(0.5176,0.25098)(0.5216,0.26275)(0.5255,0.27451)(0.5294,0.28627)(0.5333,0.30196)(0.5373,0.31373)(0.5412,0.32941)(0.5451,0.3451)(0.549,0.35686)(0.5529,0.37255)(0.5569,0.38824)(0.5608,0.40392)(0.5647,0.41961)(0.5686,0.43529)(0.5725,0.45098)(0.5765,0.46667)(0.5804,0.48235)(0.5843,0.49804)(0.5882,0.51373)(0.5922,0.52941)(0.5961,0.54902)(0.6,0.56471)(0.6039,0.58039)(0.6078,0.59608)(0.6118,0.61176)(0.6157,0.62745)(0.6196,0.64314)(0.6235,0.65882)(0.6275,0.67451)(0.6314,0.6902)(0.6353,0.70588)(0.6392,0.72157)(0.6431,0.73725)(0.6471,0.74902)(0.651,0.76471)(0.6549,0.77647)(0.6588,0.79216)(0.6627,0.80392)(0.6667,0.81961)(0.6706,0.83137)(0.6745,0.84314)(0.6784,0.8549)(0.6824,0.86667)(0.6863,0.87843)(0.6902,0.8902)(0.6941,0.89804)(0.698,0.9098)(0.702,0.91765)(0.7059,0.92549)(0.7098,0.93725)(0.7137,0.9451)(0.7176,0.95294)(0.7216,0.96078)(0.7255,0.96471)(0.7294,0.97255)(0.7333,0.97647)(0.7373,0.98431)(0.7412,0.98824)(0.7451,0.99216)(0.749,0.99608)(0.7529,1)(0.7569,1)(0.7608,1)(0.7647,1)(0.7686,1)(0.7725,1)(0.7765,1)(0.7804,1)(0.7843,1)(0.7882,1)(0.7922,1)(0.7961,1)(0.8,1)(0.8039,1)(0.8078,1)(0.8118,1)(0.8157,1)(0.8196,1)(0.8235,1)(0.8275,1)(0.8314,1)(0.8353,0.99608)(0.8392,0.99216)(0.8431,0.99216)(0.8471,0.98824)(0.851,0.98431)(0.8549,0.98039)(0.8588,0.97647)(0.8627,0.97647)(0.8667,0.97255)(0.8706,0.96863)(0.8745,0.96471)(0.8784,0.96078)(0.8824,0.96078)(0.8863,0.95686)(0.8902,0.95294)(0.8941,0.95294)(0.898,0.94902)(0.902,0.94902)(0.9059,0.9451)(0.9098,0.9451)(0.9137,0.94118)(0.9176,0.94118)(0.9216,0.94118)(0.9255,0.94118)(0.9294,0.94118)(0.9333,0.94118)(0.9373,0.94118)(0.9412,0.94118)(0.9451,0.94118)(0.949,0.9451)(0.9529,0.9451)(0.9569,0.94902)(0.9608,0.94902)(0.9647,0.95294)(0.9686,0.95686)(0.9725,0.96078)(0.9765,0.96471)(0.9804,0.96863)(0.9843,0.97647)(0.9882,0.98039)(0.9922,0.98431)(0.9961,0.99216)(1,1) diff --git a/ds9/cmaps/ch05p151010.sao b/ds9/cmaps/ch05p151010.sao new file mode 100644 index 0000000..788a916 --- /dev/null +++ b/ds9/cmaps/ch05p151010.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# ch05p151010 +# created by cptutils 1.46 +# Wed Aug 15 23:30:54 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0039,0.0039216)(0.0078,0.011765)(0.0118,0.019608)(0.0157,0.027451)(0.0196,0.035294)(0.0235,0.039216)(0.0275,0.047059)(0.0314,0.054902)(0.0353,0.062745)(0.0392,0.070588)(0.0431,0.078431)(0.0471,0.086275)(0.051,0.090196)(0.0549,0.098039)(0.0588,0.10588)(0.0627,0.11373)(0.0667,0.12157)(0.0706,0.12549)(0.0745,0.13333)(0.0784,0.14118)(0.0824,0.1451)(0.0863,0.15294)(0.0902,0.16078)(0.0941,0.16471)(0.098,0.17255)(0.102,0.17647)(0.1059,0.18039)(0.1098,0.18824)(0.1137,0.19216)(0.1176,0.19608)(0.1216,0.2)(0.1255,0.20392)(0.1294,0.21176)(0.1333,0.21176)(0.1373,0.21569)(0.1412,0.21961)(0.1451,0.22353)(0.149,0.22745)(0.1529,0.22745)(0.1569,0.23137)(0.1608,0.23137)(0.1647,0.23529)(0.1686,0.23529)(0.1725,0.23922)(0.1765,0.23922)(0.1804,0.23922)(0.1843,0.23922)(0.1882,0.23922)(0.1922,0.23922)(0.1961,0.23922)(0.2,0.23922)(0.2039,0.23922)(0.2078,0.23922)(0.2118,0.23529)(0.2157,0.23529)(0.2196,0.23529)(0.2235,0.23137)(0.2275,0.23137)(0.2314,0.22745)(0.2353,0.22745)(0.2392,0.22353)(0.2431,0.22353)(0.2471,0.21961)(0.251,0.21569)(0.2549,0.21569)(0.2588,0.21176)(0.2627,0.20784)(0.2667,0.20784)(0.2706,0.20392)(0.2745,0.2)(0.2784,0.2)(0.2824,0.19608)(0.2863,0.19216)(0.2902,0.19216)(0.2941,0.18824)(0.298,0.18431)(0.302,0.18431)(0.3059,0.18039)(0.3098,0.18039)(0.3137,0.17647)(0.3176,0.17255)(0.3216,0.17255)(0.3255,0.17255)(0.3294,0.16863)(0.3333,0.16863)(0.3373,0.16863)(0.3412,0.16471)(0.3451,0.16471)(0.349,0.16471)(0.3529,0.16471)(0.3569,0.16471)(0.3608,0.16471)(0.3647,0.16471)(0.3686,0.16471)(0.3725,0.16863)(0.3765,0.16863)(0.3804,0.16863)(0.3843,0.17255)(0.3882,0.17647)(0.3922,0.17647)(0.3961,0.18039)(0.4,0.18431)(0.4039,0.18824)(0.4078,0.19216)(0.4118,0.19608)(0.4157,0.2)(0.4196,0.20392)(0.4235,0.20784)(0.4275,0.21569)(0.4314,0.21961)(0.4353,0.22745)(0.4392,0.23529)(0.4431,0.23922)(0.4471,0.24706)(0.451,0.2549)(0.4549,0.26275)(0.4588,0.27059)(0.4627,0.27843)(0.4667,0.28627)(0.4706,0.29804)(0.4745,0.30588)(0.4784,0.31373)(0.4824,0.32549)(0.4863,0.33333)(0.4902,0.3451)(0.4941,0.35294)(0.498,0.36471)(0.502,0.37647)(0.5059,0.38824)(0.5098,0.39608)(0.5137,0.40784)(0.5176,0.41961)(0.5216,0.43137)(0.5255,0.44314)(0.5294,0.4549)(0.5333,0.46667)(0.5373,0.47843)(0.5412,0.4902)(0.5451,0.50196)(0.549,0.51373)(0.5529,0.52549)(0.5569,0.54118)(0.5608,0.55294)(0.5647,0.56471)(0.5686,0.57647)(0.5725,0.58824)(0.5765,0.6)(0.5804,0.61176)(0.5843,0.62353)(0.5882,0.63529)(0.5922,0.64706)(0.5961,0.65882)(0.6,0.67059)(0.6039,0.67843)(0.6078,0.6902)(0.6118,0.70196)(0.6157,0.71373)(0.6196,0.72157)(0.6235,0.73333)(0.6275,0.74118)(0.6314,0.75294)(0.6353,0.76078)(0.6392,0.77255)(0.6431,0.78039)(0.6471,0.78824)(0.651,0.79608)(0.6549,0.80392)(0.6588,0.81176)(0.6627,0.81961)(0.6667,0.82745)(0.6706,0.83529)(0.6745,0.84314)(0.6784,0.84706)(0.6824,0.8549)(0.6863,0.85882)(0.6902,0.86667)(0.6941,0.87059)(0.698,0.87451)(0.702,0.87843)(0.7059,0.88627)(0.7098,0.8902)(0.7137,0.8902)(0.7176,0.89412)(0.7216,0.89804)(0.7255,0.90196)(0.7294,0.90588)(0.7333,0.90588)(0.7373,0.9098)(0.7412,0.9098)(0.7451,0.9098)(0.749,0.91373)(0.7529,0.91373)(0.7569,0.91373)(0.7608,0.91373)(0.7647,0.91373)(0.7686,0.91765)(0.7725,0.91765)(0.7765,0.91765)(0.7804,0.91373)(0.7843,0.91373)(0.7882,0.91373)(0.7922,0.91373)(0.7961,0.91373)(0.8,0.91373)(0.8039,0.9098)(0.8078,0.9098)(0.8118,0.9098)(0.8157,0.90588)(0.8196,0.90588)(0.8235,0.90588)(0.8275,0.90588)(0.8314,0.90196)(0.8353,0.90196)(0.8392,0.90196)(0.8431,0.89804)(0.8471,0.89804)(0.851,0.89804)(0.8549,0.89804)(0.8588,0.89412)(0.8627,0.89412)(0.8667,0.89412)(0.8706,0.89412)(0.8745,0.89412)(0.8784,0.89412)(0.8824,0.89412)(0.8863,0.89412)(0.8902,0.89412)(0.8941,0.89412)(0.898,0.89412)(0.902,0.89804)(0.9059,0.89804)(0.9098,0.89804)(0.9137,0.90196)(0.9176,0.90196)(0.9216,0.90588)(0.9255,0.90588)(0.9294,0.9098)(0.9333,0.91373)(0.9373,0.91765)(0.9412,0.91765)(0.9451,0.92157)(0.949,0.92549)(0.9529,0.92941)(0.9569,0.93725)(0.9608,0.94118)(0.9647,0.9451)(0.9686,0.94902)(0.9725,0.95686)(0.9765,0.96078)(0.9804,0.96471)(0.9843,0.97255)(0.9882,0.98039)(0.9922,0.98431)(0.9961,0.99216)(1,1) +GREEN: +(0,0)(0.0039,0)(0.0078,0.0039216)(0.0118,0.0039216)(0.0157,0.0078431)(0.0196,0.0078431)(0.0235,0.011765)(0.0275,0.011765)(0.0314,0.015686)(0.0353,0.015686)(0.0392,0.019608)(0.0431,0.023529)(0.0471,0.023529)(0.051,0.027451)(0.0549,0.027451)(0.0588,0.031373)(0.0627,0.035294)(0.0667,0.039216)(0.0706,0.039216)(0.0745,0.043137)(0.0784,0.047059)(0.0824,0.05098)(0.0863,0.054902)(0.0902,0.054902)(0.0941,0.058824)(0.098,0.062745)(0.102,0.066667)(0.1059,0.070588)(0.1098,0.07451)(0.1137,0.082353)(0.1176,0.086275)(0.1216,0.090196)(0.1255,0.094118)(0.1294,0.098039)(0.1333,0.10196)(0.1373,0.1098)(0.1412,0.11373)(0.1451,0.11765)(0.149,0.12549)(0.1529,0.12941)(0.1569,0.13725)(0.1608,0.14118)(0.1647,0.14902)(0.1686,0.15294)(0.1725,0.16078)(0.1765,0.16471)(0.1804,0.17255)(0.1843,0.18039)(0.1882,0.18431)(0.1922,0.19216)(0.1961,0.2)(0.2,0.20392)(0.2039,0.21176)(0.2078,0.21961)(0.2118,0.22745)(0.2157,0.23529)(0.2196,0.23922)(0.2235,0.24706)(0.2275,0.2549)(0.2314,0.26275)(0.2353,0.27059)(0.2392,0.27843)(0.2431,0.28235)(0.2471,0.2902)(0.251,0.29804)(0.2549,0.30588)(0.2588,0.31373)(0.2627,0.32157)(0.2667,0.32549)(0.2706,0.33333)(0.2745,0.34118)(0.2784,0.34902)(0.2824,0.35294)(0.2863,0.36078)(0.2902,0.36863)(0.2941,0.37647)(0.298,0.38039)(0.302,0.38824)(0.3059,0.39216)(0.3098,0.4)(0.3137,0.40784)(0.3176,0.41176)(0.3216,0.41961)(0.3255,0.42353)(0.3294,0.43137)(0.3333,0.43529)(0.3373,0.43922)(0.3412,0.44706)(0.3451,0.45098)(0.349,0.4549)(0.3529,0.45882)(0.3569,0.46275)(0.3608,0.46667)(0.3647,0.47451)(0.3686,0.47843)(0.3725,0.48235)(0.3765,0.48235)(0.3804,0.48627)(0.3843,0.4902)(0.3882,0.49412)(0.3922,0.49804)(0.3961,0.49804)(0.4,0.50196)(0.4039,0.50588)(0.4078,0.50588)(0.4118,0.5098)(0.4157,0.5098)(0.4196,0.51373)(0.4235,0.51373)(0.4275,0.51765)(0.4314,0.51765)(0.4353,0.51765)(0.4392,0.52157)(0.4431,0.52157)(0.4471,0.52157)(0.451,0.52157)(0.4549,0.52157)(0.4588,0.52549)(0.4627,0.52549)(0.4667,0.52549)(0.4706,0.52549)(0.4745,0.52549)(0.4784,0.52549)(0.4824,0.52549)(0.4863,0.52549)(0.4902,0.52549)(0.4941,0.52549)(0.498,0.52157)(0.502,0.52157)(0.5059,0.52157)(0.5098,0.52157)(0.5137,0.52157)(0.5176,0.52157)(0.5216,0.52157)(0.5255,0.52157)(0.5294,0.52157)(0.5333,0.51765)(0.5373,0.51765)(0.5412,0.51765)(0.5451,0.51765)(0.549,0.51765)(0.5529,0.51765)(0.5569,0.51765)(0.5608,0.51765)(0.5647,0.51765)(0.5686,0.51765)(0.5725,0.51765)(0.5765,0.51765)(0.5804,0.51765)(0.5843,0.51765)(0.5882,0.51765)(0.5922,0.52157)(0.5961,0.52157)(0.6,0.52157)(0.6039,0.52157)(0.6078,0.52549)(0.6118,0.52549)(0.6157,0.52549)(0.6196,0.52941)(0.6235,0.52941)(0.6275,0.53333)(0.6314,0.53333)(0.6353,0.53725)(0.6392,0.54118)(0.6431,0.54118)(0.6471,0.5451)(0.651,0.54902)(0.6549,0.54902)(0.6588,0.55294)(0.6627,0.55686)(0.6667,0.56078)(0.6706,0.56471)(0.6745,0.56863)(0.6784,0.57255)(0.6824,0.57647)(0.6863,0.58039)(0.6902,0.58824)(0.6941,0.59216)(0.698,0.59608)(0.702,0.6)(0.7059,0.60784)(0.7098,0.61176)(0.7137,0.61569)(0.7176,0.62353)(0.7216,0.62745)(0.7255,0.63529)(0.7294,0.63922)(0.7333,0.64706)(0.7373,0.65098)(0.7412,0.65882)(0.7451,0.66667)(0.749,0.67059)(0.7529,0.67843)(0.7569,0.68627)(0.7608,0.6902)(0.7647,0.69804)(0.7686,0.70588)(0.7725,0.7098)(0.7765,0.71765)(0.7804,0.72549)(0.7843,0.73333)(0.7882,0.73725)(0.7922,0.7451)(0.7961,0.75294)(0.8,0.76078)(0.8039,0.76863)(0.8078,0.77255)(0.8118,0.78039)(0.8157,0.78824)(0.8196,0.79216)(0.8235,0.8)(0.8275,0.80784)(0.8314,0.81569)(0.8353,0.81961)(0.8392,0.82745)(0.8431,0.83529)(0.8471,0.83922)(0.851,0.84706)(0.8549,0.85098)(0.8588,0.85882)(0.8627,0.86275)(0.8667,0.87059)(0.8706,0.87451)(0.8745,0.88235)(0.8784,0.88627)(0.8824,0.89412)(0.8863,0.89804)(0.8902,0.90196)(0.8941,0.9098)(0.898,0.91373)(0.902,0.91765)(0.9059,0.92157)(0.9098,0.92549)(0.9137,0.92941)(0.9176,0.93725)(0.9216,0.94118)(0.9255,0.9451)(0.9294,0.94902)(0.9333,0.95294)(0.9373,0.95294)(0.9412,0.95686)(0.9451,0.96078)(0.949,0.96471)(0.9529,0.96863)(0.9569,0.97255)(0.9608,0.97255)(0.9647,0.97647)(0.9686,0.98039)(0.9725,0.98039)(0.9765,0.98431)(0.9804,0.98824)(0.9843,0.98824)(0.9882,0.99216)(0.9922,0.99216)(0.9961,0.99608)(1,1) +BLUE: +(0,0)(0.0039,0.0039216)(0.0078,0.0078431)(0.0118,0.015686)(0.0157,0.019608)(0.0196,0.023529)(0.0235,0.027451)(0.0275,0.031373)(0.0314,0.035294)(0.0353,0.039216)(0.0392,0.043137)(0.0431,0.047059)(0.0471,0.047059)(0.051,0.05098)(0.0549,0.054902)(0.0588,0.054902)(0.0627,0.054902)(0.0667,0.058824)(0.0706,0.058824)(0.0745,0.058824)(0.0784,0.062745)(0.0824,0.062745)(0.0863,0.062745)(0.0902,0.062745)(0.0941,0.062745)(0.098,0.062745)(0.102,0.062745)(0.1059,0.062745)(0.1098,0.058824)(0.1137,0.058824)(0.1176,0.058824)(0.1216,0.058824)(0.1255,0.058824)(0.1294,0.054902)(0.1333,0.054902)(0.1373,0.054902)(0.1412,0.05098)(0.1451,0.05098)(0.149,0.05098)(0.1529,0.05098)(0.1569,0.047059)(0.1608,0.047059)(0.1647,0.047059)(0.1686,0.047059)(0.1725,0.043137)(0.1765,0.043137)(0.1804,0.043137)(0.1843,0.043137)(0.1882,0.043137)(0.1922,0.043137)(0.1961,0.043137)(0.2,0.043137)(0.2039,0.043137)(0.2078,0.043137)(0.2118,0.047059)(0.2157,0.047059)(0.2196,0.047059)(0.2235,0.05098)(0.2275,0.05098)(0.2314,0.054902)(0.2353,0.058824)(0.2392,0.058824)(0.2431,0.062745)(0.2471,0.066667)(0.251,0.070588)(0.2549,0.07451)(0.2588,0.078431)(0.2627,0.082353)(0.2667,0.090196)(0.2706,0.094118)(0.2745,0.098039)(0.2784,0.10588)(0.2824,0.1098)(0.2863,0.11765)(0.2902,0.12549)(0.2941,0.13333)(0.298,0.14118)(0.302,0.14902)(0.3059,0.15686)(0.3098,0.16471)(0.3137,0.17255)(0.3176,0.18431)(0.3216,0.19216)(0.3255,0.2)(0.3294,0.21176)(0.3333,0.22353)(0.3373,0.23137)(0.3412,0.24314)(0.3451,0.2549)(0.349,0.26667)(0.3529,0.27451)(0.3569,0.28627)(0.3608,0.29804)(0.3647,0.3098)(0.3686,0.32157)(0.3725,0.33333)(0.3765,0.34902)(0.3804,0.36078)(0.3843,0.37255)(0.3882,0.38431)(0.3922,0.39608)(0.3961,0.41176)(0.4,0.42353)(0.4039,0.43529)(0.4078,0.44706)(0.4118,0.46275)(0.4157,0.47451)(0.4196,0.48627)(0.4235,0.49804)(0.4275,0.5098)(0.4314,0.52549)(0.4353,0.53725)(0.4392,0.54902)(0.4431,0.56078)(0.4471,0.57255)(0.451,0.58431)(0.4549,0.59608)(0.4588,0.60784)(0.4627,0.61961)(0.4667,0.62745)(0.4706,0.63922)(0.4745,0.65098)(0.4784,0.65882)(0.4824,0.67059)(0.4863,0.67843)(0.4902,0.6902)(0.4941,0.69804)(0.498,0.70588)(0.502,0.71765)(0.5059,0.72549)(0.5098,0.73333)(0.5137,0.74118)(0.5176,0.7451)(0.5216,0.75294)(0.5255,0.76078)(0.5294,0.76471)(0.5333,0.77255)(0.5373,0.77647)(0.5412,0.78039)(0.5451,0.78824)(0.549,0.79216)(0.5529,0.79608)(0.5569,0.8)(0.5608,0.8)(0.5647,0.80392)(0.5686,0.80784)(0.5725,0.80784)(0.5765,0.81176)(0.5804,0.81176)(0.5843,0.81176)(0.5882,0.81569)(0.5922,0.81569)(0.5961,0.81569)(0.6,0.81569)(0.6039,0.81569)(0.6078,0.81176)(0.6118,0.81176)(0.6157,0.81176)(0.6196,0.80784)(0.6235,0.80784)(0.6275,0.80392)(0.6314,0.80392)(0.6353,0.8)(0.6392,0.79608)(0.6431,0.79608)(0.6471,0.79216)(0.651,0.78824)(0.6549,0.78431)(0.6588,0.78039)(0.6627,0.77647)(0.6667,0.77255)(0.6706,0.76863)(0.6745,0.76863)(0.6784,0.76471)(0.6824,0.76078)(0.6863,0.75686)(0.6902,0.74902)(0.6941,0.7451)(0.698,0.74118)(0.702,0.73725)(0.7059,0.73725)(0.7098,0.73333)(0.7137,0.72941)(0.7176,0.72549)(0.7216,0.72157)(0.7255,0.71765)(0.7294,0.71373)(0.7333,0.7098)(0.7373,0.7098)(0.7412,0.70588)(0.7451,0.70196)(0.749,0.70196)(0.7529,0.69804)(0.7569,0.69804)(0.7608,0.69412)(0.7647,0.69412)(0.7686,0.69412)(0.7725,0.6902)(0.7765,0.6902)(0.7804,0.6902)(0.7843,0.6902)(0.7882,0.6902)(0.7922,0.6902)(0.7961,0.6902)(0.8,0.69412)(0.8039,0.69412)(0.8078,0.69412)(0.8118,0.69804)(0.8157,0.69804)(0.8196,0.70196)(0.8235,0.70588)(0.8275,0.70588)(0.8314,0.7098)(0.8353,0.71373)(0.8392,0.71765)(0.8431,0.72157)(0.8471,0.72549)(0.851,0.73333)(0.8549,0.73725)(0.8588,0.74118)(0.8627,0.74902)(0.8667,0.75294)(0.8706,0.76078)(0.8745,0.76471)(0.8784,0.77255)(0.8824,0.77647)(0.8863,0.78431)(0.8902,0.79216)(0.8941,0.8)(0.898,0.80784)(0.902,0.81176)(0.9059,0.81961)(0.9098,0.82745)(0.9137,0.83529)(0.9176,0.84314)(0.9216,0.85098)(0.9255,0.85882)(0.9294,0.86667)(0.9333,0.87451)(0.9373,0.88235)(0.9412,0.8902)(0.9451,0.89804)(0.949,0.90588)(0.9529,0.91373)(0.9569,0.92157)(0.9608,0.92941)(0.9647,0.93725)(0.9686,0.9451)(0.9725,0.95294)(0.9765,0.96078)(0.9804,0.96471)(0.9843,0.97255)(0.9882,0.98039)(0.9922,0.98431)(0.9961,0.99216)(1,1) diff --git a/ds9/cmaps/ch20m151010.sao b/ds9/cmaps/ch20m151010.sao new file mode 100644 index 0000000..8de5952 --- /dev/null +++ b/ds9/cmaps/ch20m151010.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# ch20m151010 +# created by cptutils 1.46 +# Wed Aug 15 23:30:53 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0039,0)(0.0078,0)(0.0118,0.0039216)(0.0157,0.0039216)(0.0196,0.0039216)(0.0235,0.0078431)(0.0275,0.011765)(0.0314,0.011765)(0.0353,0.015686)(0.0392,0.019608)(0.0431,0.023529)(0.0471,0.023529)(0.051,0.027451)(0.0549,0.031373)(0.0588,0.035294)(0.0627,0.043137)(0.0667,0.047059)(0.0706,0.05098)(0.0745,0.054902)(0.0784,0.062745)(0.0824,0.066667)(0.0863,0.07451)(0.0902,0.078431)(0.0941,0.086275)(0.098,0.094118)(0.102,0.098039)(0.1059,0.10588)(0.1098,0.11373)(0.1137,0.12157)(0.1176,0.12941)(0.1216,0.13725)(0.1255,0.1451)(0.1294,0.15294)(0.1333,0.16078)(0.1373,0.16863)(0.1412,0.17647)(0.1451,0.18824)(0.149,0.19608)(0.1529,0.20392)(0.1569,0.21176)(0.1608,0.22353)(0.1647,0.23137)(0.1686,0.23922)(0.1725,0.25098)(0.1765,0.25882)(0.1804,0.26667)(0.1843,0.27451)(0.1882,0.28627)(0.1922,0.29412)(0.1961,0.30196)(0.2,0.31373)(0.2039,0.32157)(0.2078,0.32941)(0.2118,0.33725)(0.2157,0.3451)(0.2196,0.35294)(0.2235,0.36471)(0.2275,0.37255)(0.2314,0.38039)(0.2353,0.38431)(0.2392,0.39216)(0.2431,0.4)(0.2471,0.40784)(0.251,0.41569)(0.2549,0.41961)(0.2588,0.42745)(0.2627,0.43529)(0.2667,0.43922)(0.2706,0.44706)(0.2745,0.45098)(0.2784,0.4549)(0.2824,0.45882)(0.2863,0.46275)(0.2902,0.47059)(0.2941,0.47451)(0.298,0.47451)(0.302,0.47843)(0.3059,0.48235)(0.3098,0.48627)(0.3137,0.48627)(0.3176,0.4902)(0.3216,0.4902)(0.3255,0.49412)(0.3294,0.49412)(0.3333,0.49412)(0.3373,0.49412)(0.3412,0.49412)(0.3451,0.49412)(0.349,0.49412)(0.3529,0.49412)(0.3569,0.49412)(0.3608,0.49412)(0.3647,0.4902)(0.3686,0.4902)(0.3725,0.48627)(0.3765,0.48627)(0.3804,0.48235)(0.3843,0.48235)(0.3882,0.47843)(0.3922,0.47451)(0.3961,0.47059)(0.4,0.47059)(0.4039,0.46667)(0.4078,0.46275)(0.4118,0.45882)(0.4157,0.4549)(0.4196,0.45098)(0.4235,0.44706)(0.4275,0.44314)(0.4314,0.43922)(0.4353,0.43529)(0.4392,0.43137)(0.4431,0.42745)(0.4471,0.41961)(0.451,0.41569)(0.4549,0.41176)(0.4588,0.40784)(0.4627,0.40392)(0.4667,0.4)(0.4706,0.39608)(0.4745,0.39216)(0.4784,0.38824)(0.4824,0.38431)(0.4863,0.38039)(0.4902,0.37647)(0.4941,0.37647)(0.498,0.37255)(0.502,0.36863)(0.5059,0.36471)(0.5098,0.36471)(0.5137,0.36078)(0.5176,0.36078)(0.5216,0.35686)(0.5255,0.35686)(0.5294,0.35686)(0.5333,0.35294)(0.5373,0.35294)(0.5412,0.35294)(0.5451,0.35294)(0.549,0.35294)(0.5529,0.35294)(0.5569,0.35294)(0.5608,0.35686)(0.5647,0.35686)(0.5686,0.35686)(0.5725,0.36078)(0.5765,0.36078)(0.5804,0.36471)(0.5843,0.36863)(0.5882,0.37255)(0.5922,0.37647)(0.5961,0.38039)(0.6,0.38431)(0.6039,0.38824)(0.6078,0.39216)(0.6118,0.4)(0.6157,0.40392)(0.6196,0.40784)(0.6235,0.41569)(0.6275,0.42353)(0.6314,0.42745)(0.6353,0.43529)(0.6392,0.44314)(0.6431,0.45098)(0.6471,0.45882)(0.651,0.46667)(0.6549,0.47451)(0.6588,0.48235)(0.6627,0.49412)(0.6667,0.50196)(0.6706,0.5098)(0.6745,0.52157)(0.6784,0.52941)(0.6824,0.53725)(0.6863,0.54902)(0.6902,0.56078)(0.6941,0.56863)(0.698,0.58039)(0.702,0.58824)(0.7059,0.6)(0.7098,0.61176)(0.7137,0.61961)(0.7176,0.63137)(0.7216,0.64314)(0.7255,0.65098)(0.7294,0.66275)(0.7333,0.67451)(0.7373,0.68235)(0.7412,0.69412)(0.7451,0.70588)(0.749,0.71373)(0.7529,0.72549)(0.7569,0.73725)(0.7608,0.7451)(0.7647,0.75686)(0.7686,0.76471)(0.7725,0.77647)(0.7765,0.78431)(0.7804,0.79608)(0.7843,0.80392)(0.7882,0.81176)(0.7922,0.82353)(0.7961,0.83137)(0.8,0.83922)(0.8039,0.84706)(0.8078,0.8549)(0.8118,0.86275)(0.8157,0.87059)(0.8196,0.87843)(0.8235,0.88627)(0.8275,0.89412)(0.8314,0.89804)(0.8353,0.90588)(0.8392,0.9098)(0.8431,0.91765)(0.8471,0.92157)(0.851,0.92941)(0.8549,0.93333)(0.8588,0.93725)(0.8627,0.94118)(0.8667,0.9451)(0.8706,0.95294)(0.8745,0.95294)(0.8784,0.95686)(0.8824,0.96078)(0.8863,0.96471)(0.8902,0.96863)(0.8941,0.96863)(0.898,0.97255)(0.902,0.97647)(0.9059,0.97647)(0.9098,0.98039)(0.9137,0.98039)(0.9176,0.98039)(0.9216,0.98431)(0.9255,0.98431)(0.9294,0.98431)(0.9333,0.98824)(0.9373,0.98824)(0.9412,0.98824)(0.9451,0.98824)(0.949,0.98824)(0.9529,0.99216)(0.9569,0.99216)(0.9608,0.99216)(0.9647,0.99216)(0.9686,0.99216)(0.9725,0.99216)(0.9765,0.99216)(0.9804,0.99608)(0.9843,0.99608)(0.9882,0.99608)(0.9922,0.99608)(0.9961,0.99608)(1,1) +GREEN: +(0,0)(0.0039,0.0039216)(0.0078,0.0078431)(0.0118,0.015686)(0.0157,0.019608)(0.0196,0.027451)(0.0235,0.031373)(0.0275,0.035294)(0.0314,0.043137)(0.0353,0.047059)(0.0392,0.05098)(0.0431,0.058824)(0.0471,0.062745)(0.051,0.066667)(0.0549,0.070588)(0.0588,0.07451)(0.0627,0.078431)(0.0667,0.086275)(0.0706,0.090196)(0.0745,0.094118)(0.0784,0.098039)(0.0824,0.10196)(0.0863,0.10196)(0.0902,0.10588)(0.0941,0.1098)(0.098,0.11373)(0.102,0.11765)(0.1059,0.12157)(0.1098,0.12157)(0.1137,0.12549)(0.1176,0.12941)(0.1216,0.12941)(0.1255,0.13333)(0.1294,0.13333)(0.1333,0.13725)(0.1373,0.13725)(0.1412,0.14118)(0.1451,0.14118)(0.149,0.1451)(0.1529,0.1451)(0.1569,0.14902)(0.1608,0.14902)(0.1647,0.14902)(0.1686,0.15294)(0.1725,0.15294)(0.1765,0.15294)(0.1804,0.15294)(0.1843,0.15686)(0.1882,0.15686)(0.1922,0.15686)(0.1961,0.16078)(0.2,0.16078)(0.2039,0.16078)(0.2078,0.16078)(0.2118,0.16078)(0.2157,0.16471)(0.2196,0.16471)(0.2235,0.16471)(0.2275,0.16471)(0.2314,0.16863)(0.2353,0.16863)(0.2392,0.16863)(0.2431,0.17255)(0.2471,0.17255)(0.251,0.17255)(0.2549,0.17647)(0.2588,0.17647)(0.2627,0.17647)(0.2667,0.18039)(0.2706,0.18039)(0.2745,0.18431)(0.2784,0.18431)(0.2824,0.18824)(0.2863,0.18824)(0.2902,0.19216)(0.2941,0.19608)(0.298,0.19608)(0.302,0.2)(0.3059,0.20392)(0.3098,0.20784)(0.3137,0.20784)(0.3176,0.21176)(0.3216,0.21569)(0.3255,0.21961)(0.3294,0.22353)(0.3333,0.22745)(0.3373,0.23137)(0.3412,0.23529)(0.3451,0.23922)(0.349,0.24706)(0.3529,0.25098)(0.3569,0.2549)(0.3608,0.26275)(0.3647,0.26667)(0.3686,0.27059)(0.3725,0.27843)(0.3765,0.28235)(0.3804,0.2902)(0.3843,0.29412)(0.3882,0.30196)(0.3922,0.3098)(0.3961,0.31373)(0.4,0.32157)(0.4039,0.32941)(0.4078,0.33725)(0.4118,0.34118)(0.4157,0.34902)(0.4196,0.35686)(0.4235,0.36471)(0.4275,0.37255)(0.4314,0.38039)(0.4353,0.38824)(0.4392,0.39608)(0.4431,0.40392)(0.4471,0.41176)(0.451,0.41961)(0.4549,0.42745)(0.4588,0.43529)(0.4627,0.44314)(0.4667,0.45098)(0.4706,0.46275)(0.4745,0.47059)(0.4784,0.47843)(0.4824,0.48627)(0.4863,0.49412)(0.4902,0.50196)(0.4941,0.5098)(0.498,0.51765)(0.502,0.52549)(0.5059,0.53725)(0.5098,0.5451)(0.5137,0.55294)(0.5176,0.56078)(0.5216,0.56863)(0.5255,0.57647)(0.5294,0.58431)(0.5333,0.59216)(0.5373,0.6)(0.5412,0.60784)(0.5451,0.61176)(0.549,0.61961)(0.5529,0.62745)(0.5569,0.63529)(0.5608,0.64314)(0.5647,0.64706)(0.5686,0.6549)(0.5725,0.66275)(0.5765,0.66667)(0.5804,0.67451)(0.5843,0.67843)(0.5882,0.68627)(0.5922,0.6902)(0.5961,0.69804)(0.6,0.70196)(0.6039,0.70588)(0.6078,0.71373)(0.6118,0.71765)(0.6157,0.72157)(0.6196,0.72549)(0.6235,0.72941)(0.6275,0.73725)(0.6314,0.74118)(0.6353,0.7451)(0.6392,0.7451)(0.6431,0.74902)(0.6471,0.75294)(0.651,0.75686)(0.6549,0.76078)(0.6588,0.76471)(0.6627,0.76471)(0.6667,0.76863)(0.6706,0.77255)(0.6745,0.77255)(0.6784,0.77647)(0.6824,0.77647)(0.6863,0.78039)(0.6902,0.78039)(0.6941,0.78039)(0.698,0.78431)(0.702,0.78431)(0.7059,0.78824)(0.7098,0.78824)(0.7137,0.78824)(0.7176,0.78824)(0.7216,0.79216)(0.7255,0.79216)(0.7294,0.79216)(0.7333,0.79216)(0.7373,0.79608)(0.7412,0.79608)(0.7451,0.79608)(0.749,0.79608)(0.7529,0.79608)(0.7569,0.79608)(0.7608,0.8)(0.7647,0.8)(0.7686,0.8)(0.7725,0.8)(0.7765,0.8)(0.7804,0.8)(0.7843,0.80392)(0.7882,0.80392)(0.7922,0.80392)(0.7961,0.80392)(0.8,0.80392)(0.8039,0.80784)(0.8078,0.80784)(0.8118,0.80784)(0.8157,0.81176)(0.8196,0.81176)(0.8235,0.81176)(0.8275,0.81569)(0.8314,0.81569)(0.8353,0.81961)(0.8392,0.81961)(0.8431,0.82353)(0.8471,0.82353)(0.851,0.82745)(0.8549,0.82745)(0.8588,0.83137)(0.8627,0.83529)(0.8667,0.83529)(0.8706,0.83922)(0.8745,0.84314)(0.8784,0.84706)(0.8824,0.85098)(0.8863,0.8549)(0.8902,0.8549)(0.8941,0.85882)(0.898,0.86275)(0.902,0.86667)(0.9059,0.87059)(0.9098,0.87451)(0.9137,0.88235)(0.9176,0.88627)(0.9216,0.8902)(0.9255,0.89412)(0.9294,0.89804)(0.9333,0.90588)(0.9373,0.9098)(0.9412,0.91373)(0.9451,0.91765)(0.949,0.92549)(0.9529,0.92941)(0.9569,0.93725)(0.9608,0.94118)(0.9647,0.9451)(0.9686,0.95294)(0.9725,0.95686)(0.9765,0.96471)(0.9804,0.96863)(0.9843,0.97647)(0.9882,0.98039)(0.9922,0.98824)(0.9961,0.99216)(1,1) +BLUE: +(0,0)(0.0039,0)(0.0078,0)(0.0118,0.0039216)(0.0157,0.0039216)(0.0196,0.0039216)(0.0235,0.0078431)(0.0275,0.0078431)(0.0314,0.0078431)(0.0353,0.0078431)(0.0392,0.0078431)(0.0431,0.0078431)(0.0471,0.0078431)(0.051,0.0078431)(0.0549,0.0078431)(0.0588,0.0078431)(0.0627,0.0078431)(0.0667,0.0078431)(0.0706,0.0078431)(0.0745,0.0078431)(0.0784,0.0078431)(0.0824,0.0078431)(0.0863,0.0078431)(0.0902,0.0078431)(0.0941,0.0078431)(0.098,0.0078431)(0.102,0.011765)(0.1059,0.011765)(0.1098,0.011765)(0.1137,0.011765)(0.1176,0.011765)(0.1216,0.015686)(0.1255,0.015686)(0.1294,0.019608)(0.1333,0.019608)(0.1373,0.023529)(0.1412,0.023529)(0.1451,0.027451)(0.149,0.031373)(0.1529,0.031373)(0.1569,0.035294)(0.1608,0.039216)(0.1647,0.043137)(0.1686,0.047059)(0.1725,0.05098)(0.1765,0.058824)(0.1804,0.062745)(0.1843,0.066667)(0.1882,0.07451)(0.1922,0.078431)(0.1961,0.086275)(0.2,0.094118)(0.2039,0.098039)(0.2078,0.10588)(0.2118,0.11373)(0.2157,0.12157)(0.2196,0.12941)(0.2235,0.13725)(0.2275,0.1451)(0.2314,0.15686)(0.2353,0.16471)(0.2392,0.17255)(0.2431,0.18431)(0.2471,0.19216)(0.251,0.20392)(0.2549,0.21176)(0.2588,0.22353)(0.2627,0.23529)(0.2667,0.24314)(0.2706,0.2549)(0.2745,0.26667)(0.2784,0.27843)(0.2824,0.2902)(0.2863,0.30196)(0.2902,0.31373)(0.2941,0.32549)(0.298,0.33333)(0.302,0.3451)(0.3059,0.35686)(0.3098,0.36863)(0.3137,0.38431)(0.3176,0.39608)(0.3216,0.40784)(0.3255,0.41961)(0.3294,0.42745)(0.3333,0.43922)(0.3373,0.45098)(0.3412,0.46275)(0.3451,0.47451)(0.349,0.48627)(0.3529,0.49804)(0.3569,0.5098)(0.3608,0.51765)(0.3647,0.52941)(0.3686,0.54118)(0.3725,0.54902)(0.3765,0.56078)(0.3804,0.56863)(0.3843,0.58039)(0.3882,0.58824)(0.3922,0.59608)(0.3961,0.60784)(0.4,0.61569)(0.4039,0.62353)(0.4078,0.63137)(0.4118,0.63922)(0.4157,0.64314)(0.4196,0.65098)(0.4235,0.65882)(0.4275,0.66275)(0.4314,0.67059)(0.4353,0.67451)(0.4392,0.67843)(0.4431,0.68627)(0.4471,0.6902)(0.451,0.69412)(0.4549,0.69804)(0.4588,0.69804)(0.4627,0.70196)(0.4667,0.70588)(0.4706,0.70588)(0.4745,0.7098)(0.4784,0.7098)(0.4824,0.7098)(0.4863,0.71373)(0.4902,0.71373)(0.4941,0.71373)(0.498,0.71373)(0.502,0.7098)(0.5059,0.7098)(0.5098,0.7098)(0.5137,0.70588)(0.5176,0.70588)(0.5216,0.70196)(0.5255,0.70196)(0.5294,0.69804)(0.5333,0.69412)(0.5373,0.69412)(0.5412,0.6902)(0.5451,0.68627)(0.549,0.68235)(0.5529,0.67843)(0.5569,0.67451)(0.5608,0.67059)(0.5647,0.66667)(0.5686,0.66275)(0.5725,0.6549)(0.5765,0.65098)(0.5804,0.64706)(0.5843,0.64314)(0.5882,0.63922)(0.5922,0.63137)(0.5961,0.62745)(0.6,0.62353)(0.6039,0.61961)(0.6078,0.61176)(0.6118,0.60784)(0.6157,0.60392)(0.6196,0.6)(0.6235,0.59608)(0.6275,0.58824)(0.6314,0.58431)(0.6353,0.58039)(0.6392,0.57647)(0.6431,0.57255)(0.6471,0.56863)(0.651,0.56863)(0.6549,0.56471)(0.6588,0.56078)(0.6627,0.55686)(0.6667,0.55686)(0.6706,0.55294)(0.6745,0.54902)(0.6784,0.54902)(0.6824,0.54902)(0.6863,0.5451)(0.6902,0.5451)(0.6941,0.5451)(0.698,0.5451)(0.702,0.5451)(0.7059,0.5451)(0.7098,0.5451)(0.7137,0.5451)(0.7176,0.5451)(0.7216,0.54902)(0.7255,0.54902)(0.7294,0.55294)(0.7333,0.55686)(0.7373,0.55686)(0.7412,0.56078)(0.7451,0.56471)(0.749,0.56863)(0.7529,0.57255)(0.7569,0.57647)(0.7608,0.58039)(0.7647,0.58824)(0.7686,0.59216)(0.7725,0.59608)(0.7765,0.60392)(0.7804,0.60784)(0.7843,0.61569)(0.7882,0.62353)(0.7922,0.62745)(0.7961,0.63529)(0.8,0.64314)(0.8039,0.65098)(0.8078,0.65882)(0.8118,0.66667)(0.8157,0.67451)(0.8196,0.68235)(0.8235,0.6902)(0.8275,0.69804)(0.8314,0.7098)(0.8353,0.71765)(0.8392,0.72549)(0.8431,0.73333)(0.8471,0.7451)(0.851,0.75294)(0.8549,0.76078)(0.8588,0.76863)(0.8627,0.78039)(0.8667,0.78824)(0.8706,0.79608)(0.8745,0.80784)(0.8784,0.81569)(0.8824,0.82353)(0.8863,0.83137)(0.8902,0.83922)(0.8941,0.85098)(0.898,0.85882)(0.902,0.86667)(0.9059,0.87451)(0.9098,0.88235)(0.9137,0.8902)(0.9176,0.89804)(0.9216,0.90588)(0.9255,0.9098)(0.9294,0.91765)(0.9333,0.92549)(0.9373,0.92941)(0.9412,0.93725)(0.9451,0.9451)(0.949,0.94902)(0.9529,0.95294)(0.9569,0.96078)(0.9608,0.96471)(0.9647,0.96863)(0.9686,0.97255)(0.9725,0.97647)(0.9765,0.98039)(0.9804,0.98431)(0.9843,0.98824)(0.9882,0.99216)(0.9922,0.99216)(0.9961,0.99608)(1,1) diff --git a/ds9/cmaps/cubehelix0.sao b/ds9/cmaps/cubehelix0.sao new file mode 100644 index 0000000..f0e73a2 --- /dev/null +++ b/ds9/cmaps/cubehelix0.sao @@ -0,0 +1,319 @@ +#----------------------------------------- +#cubehelixcolourschemeforsaoimage/DS9 +# +#start....:0.5 +#rotations:-1.5 +#hue......:1.0 +#gamma....:1.0 +# +#see:Green(2011),BASI,39,289. +#----------------------------------------- +#DaveGreen:dag@mrao.cam.ac.uk +#----------------------------------------- +PSEUDOCOLOR +RED: +(0.00,0.00) +(0.01,0.02) +(0.02,0.03) +(0.03,0.05) +(0.04,0.06) +(0.05,0.07) +(0.06,0.08) +(0.07,0.09) +(0.08,0.09) +(0.09,0.10) +(0.10,0.10) +(0.11,0.10) +(0.12,0.10) +(0.13,0.10) +(0.14,0.10) +(0.15,0.10) +(0.16,0.10) +(0.17,0.09) +(0.18,0.09) +(0.19,0.09) +(0.20,0.09) +(0.21,0.08) +(0.22,0.08) +(0.23,0.08) +(0.24,0.08) +(0.25,0.08) +(0.26,0.09) +(0.27,0.09) +(0.28,0.10) +(0.29,0.11) +(0.30,0.12) +(0.31,0.13) +(0.32,0.15) +(0.33,0.16) +(0.34,0.18) +(0.35,0.20) +(0.36,0.23) +(0.37,0.25) +(0.38,0.27) +(0.39,0.30) +(0.40,0.33) +(0.41,0.36) +(0.42,0.39) +(0.43,0.42) +(0.44,0.45) +(0.45,0.48) +(0.46,0.51) +(0.47,0.54) +(0.48,0.57) +(0.49,0.60) +(0.50,0.63) +(0.51,0.65) +(0.52,0.68) +(0.53,0.70) +(0.54,0.72) +(0.55,0.75) +(0.56,0.76) +(0.57,0.78) +(0.58,0.79) +(0.59,0.80) +(0.60,0.81) +(0.61,0.82) +(0.62,0.83) +(0.63,0.83) +(0.64,0.83) +(0.65,0.83) +(0.66,0.83) +(0.67,0.83) +(0.68,0.82) +(0.69,0.82) +(0.70,0.81) +(0.71,0.81) +(0.72,0.80) +(0.73,0.79) +(0.74,0.79) +(0.75,0.78) +(0.76,0.77) +(0.77,0.77) +(0.78,0.76) +(0.79,0.76) +(0.80,0.76) +(0.81,0.76) +(0.82,0.76) +(0.83,0.76) +(0.84,0.77) +(0.85,0.77) +(0.86,0.78) +(0.87,0.79) +(0.88,0.80) +(0.89,0.81) +(0.90,0.82) +(0.91,0.84) +(0.92,0.85) +(0.93,0.87) +(0.94,0.89) +(0.95,0.91) +(0.96,0.93) +(0.97,0.95) +(0.98,0.96) +(0.99,0.98) +(1.00,1.00) +GREEN: +(0.00,0.00) +(0.01,0.01) +(0.02,0.01) +(0.03,0.02) +(0.04,0.02) +(0.05,0.03) +(0.06,0.04) +(0.07,0.05) +(0.08,0.06) +(0.09,0.07) +(0.10,0.08) +(0.11,0.10) +(0.12,0.11) +(0.13,0.12) +(0.14,0.14) +(0.15,0.15) +(0.16,0.17) +(0.17,0.19) +(0.18,0.20) +(0.19,0.22) +(0.20,0.24) +(0.21,0.26) +(0.22,0.27) +(0.23,0.29) +(0.24,0.31) +(0.25,0.32) +(0.26,0.34) +(0.27,0.36) +(0.28,0.37) +(0.29,0.39) +(0.30,0.40) +(0.31,0.41) +(0.32,0.42) +(0.33,0.43) +(0.34,0.44) +(0.35,0.45) +(0.36,0.46) +(0.37,0.46) +(0.38,0.47) +(0.39,0.47) +(0.40,0.48) +(0.41,0.48) +(0.42,0.48) +(0.43,0.48) +(0.44,0.48) +(0.45,0.48) +(0.46,0.48) +(0.47,0.48) +(0.48,0.48) +(0.49,0.48) +(0.50,0.47) +(0.51,0.47) +(0.52,0.47) +(0.53,0.47) +(0.54,0.47) +(0.55,0.48) +(0.56,0.48) +(0.57,0.48) +(0.58,0.48) +(0.59,0.49) +(0.60,0.50) +(0.61,0.50) +(0.62,0.51) +(0.63,0.52) +(0.64,0.53) +(0.65,0.54) +(0.66,0.55) +(0.67,0.57) +(0.68,0.58) +(0.69,0.60) +(0.70,0.61) +(0.71,0.63) +(0.72,0.65) +(0.73,0.67) +(0.74,0.68) +(0.75,0.70) +(0.76,0.72) +(0.77,0.74) +(0.78,0.76) +(0.79,0.77) +(0.80,0.79) +(0.81,0.81) +(0.82,0.83) +(0.83,0.84) +(0.84,0.86) +(0.85,0.87) +(0.86,0.89) +(0.87,0.90) +(0.88,0.91) +(0.89,0.92) +(0.90,0.93) +(0.91,0.94) +(0.92,0.95) +(0.93,0.96) +(0.94,0.97) +(0.95,0.97) +(0.96,0.98) +(0.97,0.98) +(0.98,0.99) +(0.99,0.99) +(1.00,1.00) +BLUE: +(0.00,0.00) +(0.01,0.02) +(0.02,0.03) +(0.03,0.05) +(0.04,0.07) +(0.05,0.09) +(0.06,0.11) +(0.07,0.13) +(0.08,0.15) +(0.09,0.17) +(0.10,0.19) +(0.11,0.21) +(0.12,0.22) +(0.13,0.24) +(0.14,0.25) +(0.15,0.27) +(0.16,0.28) +(0.17,0.29) +(0.18,0.30) +(0.19,0.30) +(0.20,0.31) +(0.21,0.31) +(0.22,0.31) +(0.23,0.31) +(0.24,0.30) +(0.25,0.30) +(0.26,0.29) +(0.27,0.28) +(0.28,0.28) +(0.29,0.27) +(0.30,0.26) +(0.31,0.25) +(0.32,0.24) +(0.33,0.23) +(0.34,0.22) +(0.35,0.21) +(0.36,0.20) +(0.37,0.19) +(0.38,0.19) +(0.39,0.19) +(0.40,0.18) +(0.41,0.18) +(0.42,0.19) +(0.43,0.19) +(0.44,0.20) +(0.45,0.21) +(0.46,0.22) +(0.47,0.23) +(0.48,0.25) +(0.49,0.27) +(0.50,0.29) +(0.51,0.31) +(0.52,0.33) +(0.53,0.36) +(0.54,0.39) +(0.55,0.42) +(0.56,0.45) +(0.57,0.48) +(0.58,0.51) +(0.59,0.54) +(0.60,0.58) +(0.61,0.61) +(0.62,0.64) +(0.63,0.67) +(0.64,0.70) +(0.65,0.73) +(0.66,0.76) +(0.67,0.78) +(0.68,0.81) +(0.69,0.83) +(0.70,0.85) +(0.71,0.87) +(0.72,0.89) +(0.73,0.91) +(0.74,0.92) +(0.75,0.93) +(0.76,0.94) +(0.77,0.94) +(0.78,0.95) +(0.79,0.95) +(0.80,0.95) +(0.81,0.95) +(0.82,0.95) +(0.83,0.95) +(0.84,0.95) +(0.85,0.95) +(0.86,0.94) +(0.87,0.94) +(0.88,0.94) +(0.89,0.94) +(0.90,0.94) +(0.91,0.94) +(0.92,0.94) +(0.93,0.94) +(0.94,0.94) +(0.95,0.95) +(0.96,0.95) +(0.97,0.96) +(0.98,0.97) +(0.99,0.99) +(1.00,1.00) diff --git a/ds9/cmaps/cubehelix1.sao b/ds9/cmaps/cubehelix1.sao new file mode 100644 index 0000000..3494f37 --- /dev/null +++ b/ds9/cmaps/cubehelix1.sao @@ -0,0 +1,319 @@ +#----------------------------------------- +# cubehelix colour scheme for saoimage/DS9 +# +# start....: 0.5 +# rotations: -1.5 +# hue......: 2.0 +# gamma....: 1.0 +# +# see: Green (2011), BASI, 39, 289. +#----------------------------------------- +# Dave Green: dag@mrao.cam.ac.uk +#----------------------------------------- +PSEUDOCOLOR +RED: +(0.00,0.00) +(0.01,0.02) +(0.02,0.04) +(0.03,0.06) +(0.04,0.08) +(0.05,0.09) +(0.06,0.10) +(0.07,0.10) +(0.08,0.11) +(0.09,0.11) +(0.10,0.10) +(0.11,0.10) +(0.12,0.09) +(0.13,0.08) +(0.14,0.07) +(0.15,0.05) +(0.16,0.04) +(0.17,0.02) +(0.18,0.00) +(0.19,0.00) +(0.20,0.00) +(0.21,0.00) +(0.22,0.00) +(0.23,0.00) +(0.24,0.00) +(0.25,0.00) +(0.26,0.00) +(0.27,0.00) +(0.28,0.00) +(0.29,0.00) +(0.30,0.00) +(0.31,0.00) +(0.32,0.00) +(0.33,0.00) +(0.34,0.03) +(0.35,0.06) +(0.36,0.09) +(0.37,0.13) +(0.38,0.17) +(0.39,0.21) +(0.40,0.26) +(0.41,0.31) +(0.42,0.36) +(0.43,0.41) +(0.44,0.46) +(0.45,0.51) +(0.46,0.56) +(0.47,0.61) +(0.48,0.66) +(0.49,0.71) +(0.50,0.76) +(0.51,0.80) +(0.52,0.84) +(0.53,0.88) +(0.54,0.91) +(0.55,0.94) +(0.56,0.97) +(0.57,0.99) +(0.58,1.00) +(0.59,1.00) +(0.60,1.00) +(0.61,1.00) +(0.62,1.00) +(0.63,1.00) +(0.64,1.00) +(0.65,1.00) +(0.66,1.00) +(0.67,0.99) +(0.68,0.97) +(0.69,0.95) +(0.70,0.93) +(0.71,0.90) +(0.72,0.88) +(0.73,0.86) +(0.74,0.83) +(0.75,0.81) +(0.76,0.79) +(0.77,0.77) +(0.78,0.75) +(0.79,0.73) +(0.80,0.72) +(0.81,0.71) +(0.82,0.70) +(0.83,0.69) +(0.84,0.69) +(0.85,0.69) +(0.86,0.70) +(0.87,0.71) +(0.88,0.72) +(0.89,0.73) +(0.90,0.75) +(0.91,0.77) +(0.92,0.79) +(0.93,0.81) +(0.94,0.84) +(0.95,0.87) +(0.96,0.89) +(0.97,0.92) +(0.98,0.95) +(0.99,0.97) +(1.00,1.00) +GREEN: +(0.00,0.00) +(0.01,0.00) +(0.02,0.00) +(0.03,0.01) +(0.04,0.01) +(0.05,0.01) +(0.06,0.02) +(0.07,0.03) +(0.08,0.04) +(0.09,0.05) +(0.10,0.07) +(0.11,0.08) +(0.12,0.10) +(0.13,0.12) +(0.14,0.14) +(0.15,0.16) +(0.16,0.18) +(0.17,0.20) +(0.18,0.23) +(0.19,0.25) +(0.20,0.28) +(0.21,0.30) +(0.22,0.33) +(0.23,0.35) +(0.24,0.38) +(0.25,0.40) +(0.26,0.42) +(0.27,0.44) +(0.28,0.46) +(0.29,0.48) +(0.30,0.50) +(0.31,0.51) +(0.32,0.53) +(0.33,0.54) +(0.34,0.55) +(0.35,0.55) +(0.36,0.56) +(0.37,0.56) +(0.38,0.56) +(0.39,0.56) +(0.40,0.55) +(0.41,0.55) +(0.42,0.54) +(0.43,0.53) +(0.44,0.52) +(0.45,0.51) +(0.46,0.50) +(0.47,0.49) +(0.48,0.47) +(0.49,0.46) +(0.50,0.45) +(0.51,0.44) +(0.52,0.43) +(0.53,0.42) +(0.54,0.41) +(0.55,0.40) +(0.56,0.40) +(0.57,0.39) +(0.58,0.39) +(0.59,0.39) +(0.60,0.39) +(0.61,0.40) +(0.62,0.40) +(0.63,0.41) +(0.64,0.42) +(0.65,0.43) +(0.66,0.45) +(0.67,0.47) +(0.68,0.48) +(0.69,0.50) +(0.70,0.53) +(0.71,0.55) +(0.72,0.57) +(0.73,0.60) +(0.74,0.63) +(0.75,0.65) +(0.76,0.68) +(0.77,0.71) +(0.78,0.73) +(0.79,0.76) +(0.80,0.78) +(0.81,0.81) +(0.82,0.83) +(0.83,0.85) +(0.84,0.87) +(0.85,0.89) +(0.86,0.91) +(0.87,0.93) +(0.88,0.94) +(0.89,0.95) +(0.90,0.96) +(0.91,0.97) +(0.92,0.98) +(0.93,0.99) +(0.94,0.99) +(0.95,0.99) +(0.96,1.00) +(0.97,1.00) +(0.98,1.00) +(0.99,1.00) +(1.00,1.00) +BLUE: +(0.00,0.00) +(0.01,0.02) +(0.02,0.05) +(0.03,0.07) +(0.04,0.10) +(0.05,0.13) +(0.06,0.16) +(0.07,0.19) +(0.08,0.22) +(0.09,0.25) +(0.10,0.28) +(0.11,0.30) +(0.12,0.33) +(0.13,0.35) +(0.14,0.37) +(0.15,0.38) +(0.16,0.40) +(0.17,0.41) +(0.18,0.41) +(0.19,0.41) +(0.20,0.41) +(0.21,0.41) +(0.22,0.40) +(0.23,0.38) +(0.24,0.37) +(0.25,0.35) +(0.26,0.32) +(0.27,0.30) +(0.28,0.27) +(0.29,0.24) +(0.30,0.21) +(0.31,0.18) +(0.32,0.15) +(0.33,0.12) +(0.34,0.09) +(0.35,0.07) +(0.36,0.04) +(0.37,0.02) +(0.38,0.00) +(0.39,0.00) +(0.40,0.00) +(0.41,0.00) +(0.42,0.00) +(0.43,0.00) +(0.44,0.00) +(0.45,0.00) +(0.46,0.00) +(0.47,0.00) +(0.48,0.01) +(0.49,0.04) +(0.50,0.07) +(0.51,0.11) +(0.52,0.15) +(0.53,0.19) +(0.54,0.24) +(0.55,0.28) +(0.56,0.33) +(0.57,0.39) +(0.58,0.44) +(0.59,0.50) +(0.60,0.55) +(0.61,0.61) +(0.62,0.66) +(0.63,0.71) +(0.64,0.76) +(0.65,0.81) +(0.66,0.86) +(0.67,0.90) +(0.68,0.94) +(0.69,0.98) +(0.70,1.00) +(0.71,1.00) +(0.72,1.00) +(0.73,1.00) +(0.74,1.00) +(0.75,1.00) +(0.76,1.00) +(0.77,1.00) +(0.78,1.00) +(0.79,1.00) +(0.80,1.00) +(0.81,1.00) +(0.82,1.00) +(0.83,1.00) +(0.84,1.00) +(0.85,1.00) +(0.86,1.00) +(0.87,1.00) +(0.88,1.00) +(0.89,0.98) +(0.90,0.97) +(0.91,0.96) +(0.92,0.95) +(0.93,0.95) +(0.94,0.94) +(0.95,0.95) +(0.96,0.95) +(0.97,0.96) +(0.98,0.97) +(0.99,0.98) +(1.00,1.00) diff --git a/ds9/cmaps/gist_earth.sao b/ds9/cmaps/gist_earth.sao new file mode 100644 index 0000000..aaf78b9 --- /dev/null +++ b/ds9/cmaps/gist_earth.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# earth +# created by cptutils 1.46 +# Wed Aug 15 23:30:59 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0042,0)(0.0084,0)(0.0126,0)(0.0167,0)(0.0209,0)(0.0251,0)(0.0293,0)(0.0335,0)(0.0377,0.0039216)(0.0418,0.0078431)(0.046,0.0078431)(0.0502,0.011765)(0.0544,0.015686)(0.0586,0.019608)(0.0628,0.019608)(0.0669,0.023529)(0.0711,0.027451)(0.0753,0.031373)(0.0795,0.031373)(0.0837,0.035294)(0.0879,0.039216)(0.0921,0.043137)(0.0962,0.043137)(0.1004,0.047059)(0.1046,0.05098)(0.1088,0.054902)(0.113,0.058824)(0.1172,0.058824)(0.1213,0.062745)(0.1255,0.066667)(0.1297,0.070588)(0.1339,0.070588)(0.1381,0.07451)(0.1423,0.078431)(0.1464,0.082353)(0.1506,0.086275)(0.1548,0.086275)(0.159,0.090196)(0.1632,0.094118)(0.1674,0.098039)(0.1715,0.10196)(0.1757,0.10196)(0.1799,0.10588)(0.1841,0.1098)(0.1883,0.11373)(0.1925,0.11765)(0.1967,0.12157)(0.2008,0.12157)(0.205,0.12549)(0.2092,0.12941)(0.2134,0.13333)(0.2176,0.13725)(0.2218,0.14118)(0.2259,0.14118)(0.2301,0.1451)(0.2343,0.14902)(0.2385,0.15294)(0.2427,0.15686)(0.2469,0.16078)(0.251,0.16078)(0.2552,0.16471)(0.2594,0.16863)(0.2636,0.17255)(0.2678,0.17647)(0.272,0.18039)(0.2762,0.18431)(0.2803,0.18824)(0.2845,0.18824)(0.2887,0.18824)(0.2929,0.19216)(0.2971,0.19216)(0.3013,0.19608)(0.3054,0.19608)(0.3096,0.2)(0.3138,0.2)(0.318,0.20392)(0.3222,0.20392)(0.3264,0.20784)(0.3305,0.20784)(0.3347,0.21176)(0.3389,0.21176)(0.3431,0.21569)(0.3473,0.21569)(0.3515,0.21961)(0.3556,0.21961)(0.3598,0.22353)(0.364,0.22353)(0.3682,0.22745)(0.3724,0.22745)(0.3766,0.23137)(0.3808,0.23137)(0.3849,0.23529)(0.3891,0.23922)(0.3933,0.23922)(0.3975,0.24314)(0.4017,0.24314)(0.4059,0.24706)(0.41,0.24706)(0.4142,0.25098)(0.4184,0.25098)(0.4226,0.2549)(0.4268,0.2549)(0.431,0.25882)(0.4351,0.26275)(0.4393,0.26275)(0.4435,0.26667)(0.4477,0.26667)(0.4519,0.27059)(0.4561,0.27059)(0.4603,0.27451)(0.4644,0.27843)(0.4686,0.28627)(0.4728,0.29804)(0.477,0.30588)(0.4812,0.31765)(0.4854,0.32549)(0.4895,0.33725)(0.4937,0.3451)(0.4979,0.35686)(0.5021,0.36863)(0.5063,0.37647)(0.5105,0.38824)(0.5146,0.39608)(0.5188,0.40784)(0.523,0.41569)(0.5272,0.42745)(0.5314,0.43529)(0.5356,0.44706)(0.5397,0.45882)(0.5439,0.46667)(0.5481,0.47451)(0.5523,0.47843)(0.5565,0.48627)(0.5607,0.49412)(0.5649,0.50196)(0.569,0.50588)(0.5732,0.51373)(0.5774,0.52157)(0.5816,0.52941)(0.5858,0.53333)(0.59,0.54118)(0.5941,0.54902)(0.5983,0.55294)(0.6025,0.56078)(0.6067,0.56863)(0.6109,0.57647)(0.6151,0.58431)(0.6192,0.58824)(0.6234,0.59608)(0.6276,0.60392)(0.6318,0.61176)(0.636,0.61569)(0.6402,0.62353)(0.6444,0.63137)(0.6485,0.63922)(0.6527,0.64706)(0.6569,0.65098)(0.6611,0.65882)(0.6653,0.66667)(0.6695,0.67451)(0.6736,0.68235)(0.6778,0.68627)(0.682,0.69412)(0.6862,0.70196)(0.6904,0.7098)(0.6946,0.71765)(0.6987,0.71765)(0.7029,0.72157)(0.7071,0.72157)(0.7113,0.72549)(0.7155,0.72549)(0.7197,0.72941)(0.7238,0.72941)(0.728,0.73333)(0.7322,0.73333)(0.7364,0.73333)(0.7406,0.73725)(0.7448,0.73725)(0.749,0.74118)(0.7531,0.74118)(0.7573,0.7451)(0.7615,0.7451)(0.7657,0.7451)(0.7699,0.74902)(0.7741,0.74902)(0.7782,0.75294)(0.7824,0.75294)(0.7866,0.75686)(0.7908,0.76471)(0.795,0.76863)(0.7992,0.77255)(0.8033,0.77647)(0.8075,0.78039)(0.8117,0.78824)(0.8159,0.79216)(0.8201,0.79608)(0.8243,0.8)(0.8285,0.80392)(0.8326,0.81176)(0.8368,0.81569)(0.841,0.81961)(0.8452,0.82353)(0.8494,0.82745)(0.8536,0.83529)(0.8577,0.83922)(0.8619,0.84314)(0.8661,0.84706)(0.8703,0.85098)(0.8745,0.85882)(0.8787,0.86275)(0.8828,0.86667)(0.887,0.87059)(0.8912,0.87451)(0.8954,0.88235)(0.8996,0.88627)(0.9038,0.8902)(0.9079,0.89412)(0.9121,0.89804)(0.9163,0.90588)(0.9205,0.9098)(0.9247,0.91373)(0.9289,0.91765)(0.9331,0.92157)(0.9372,0.92941)(0.9414,0.93333)(0.9456,0.93725)(0.9498,0.94118)(0.954,0.9451)(0.9582,0.95294)(0.9623,0.95686)(0.9665,0.96078)(0.9707,0.96471)(0.9749,0.96863)(0.9791,0.97647)(0.9833,0.98039)(0.9874,0.98431)(0.9916,0.98824)(0.9958,0.99216)(1,1) +GREEN: +(0,0)(0.0042,0)(0.0084,0)(0.0126,0)(0.0167,0)(0.0209,0)(0.0251,0)(0.0293,0)(0.0335,0.011765)(0.0377,0.023529)(0.0418,0.031373)(0.046,0.043137)(0.0502,0.05098)(0.0544,0.062745)(0.0586,0.070588)(0.0628,0.082353)(0.0669,0.090196)(0.0711,0.10196)(0.0753,0.1098)(0.0795,0.12157)(0.0837,0.12941)(0.0879,0.14118)(0.0921,0.14902)(0.0962,0.16078)(0.1004,0.16863)(0.1046,0.17647)(0.1088,0.18824)(0.113,0.19608)(0.1172,0.20392)(0.1213,0.21569)(0.1255,0.22353)(0.1297,0.23137)(0.1339,0.23922)(0.1381,0.25098)(0.1423,0.25882)(0.1464,0.26667)(0.1506,0.27451)(0.1548,0.28235)(0.159,0.2902)(0.1632,0.30196)(0.1674,0.3098)(0.1715,0.31765)(0.1757,0.32549)(0.1799,0.33333)(0.1841,0.34118)(0.1883,0.34902)(0.1925,0.35686)(0.1967,0.36471)(0.2008,0.37255)(0.205,0.38039)(0.2092,0.38824)(0.2134,0.39216)(0.2176,0.4)(0.2218,0.40784)(0.2259,0.41569)(0.2301,0.42353)(0.2343,0.42745)(0.2385,0.43529)(0.2427,0.44314)(0.2469,0.45098)(0.251,0.4549)(0.2552,0.46275)(0.2594,0.47059)(0.2636,0.47451)(0.2678,0.48235)(0.272,0.4902)(0.2762,0.49412)(0.2803,0.50196)(0.2845,0.50196)(0.2887,0.50588)(0.2929,0.50588)(0.2971,0.5098)(0.3013,0.51373)(0.3054,0.51373)(0.3096,0.51765)(0.3138,0.52157)(0.318,0.52157)(0.3222,0.52549)(0.3264,0.52549)(0.3305,0.52941)(0.3347,0.53333)(0.3389,0.53333)(0.3431,0.53725)(0.3473,0.54118)(0.3515,0.54118)(0.3556,0.5451)(0.3598,0.54902)(0.364,0.54902)(0.3682,0.55294)(0.3724,0.55294)(0.3766,0.55686)(0.3808,0.56078)(0.3849,0.56078)(0.3891,0.56471)(0.3933,0.56863)(0.3975,0.56863)(0.4017,0.57255)(0.4059,0.57255)(0.41,0.57647)(0.4142,0.58039)(0.4184,0.58039)(0.4226,0.58431)(0.4268,0.58824)(0.431,0.58824)(0.4351,0.59216)(0.4393,0.59216)(0.4435,0.59608)(0.4477,0.6)(0.4519,0.6)(0.4561,0.60392)(0.4603,0.60784)(0.4644,0.60784)(0.4686,0.61176)(0.4728,0.61176)(0.477,0.61569)(0.4812,0.61961)(0.4854,0.61961)(0.4895,0.62353)(0.4937,0.62745)(0.4979,0.62745)(0.5021,0.63137)(0.5063,0.63137)(0.5105,0.63529)(0.5146,0.63922)(0.5188,0.63922)(0.523,0.64314)(0.5272,0.64706)(0.5314,0.64706)(0.5356,0.65098)(0.5397,0.65098)(0.5439,0.6549)(0.5481,0.65882)(0.5523,0.65882)(0.5565,0.65882)(0.5607,0.66275)(0.5649,0.66275)(0.569,0.66667)(0.5732,0.66667)(0.5774,0.67059)(0.5816,0.67059)(0.5858,0.67451)(0.59,0.67451)(0.5941,0.67451)(0.5983,0.67843)(0.6025,0.67843)(0.6067,0.68235)(0.6109,0.68235)(0.6151,0.68627)(0.6192,0.68627)(0.6234,0.68627)(0.6276,0.6902)(0.6318,0.6902)(0.636,0.69412)(0.6402,0.69412)(0.6444,0.69804)(0.6485,0.69804)(0.6527,0.70196)(0.6569,0.70196)(0.6611,0.70196)(0.6653,0.70588)(0.6695,0.70588)(0.6736,0.7098)(0.6778,0.7098)(0.682,0.71373)(0.6862,0.71373)(0.6904,0.71765)(0.6946,0.71765)(0.6987,0.71373)(0.7029,0.7098)(0.7071,0.7098)(0.7113,0.70588)(0.7155,0.70196)(0.7197,0.69804)(0.7238,0.69412)(0.728,0.6902)(0.7322,0.68627)(0.7364,0.68235)(0.7406,0.67843)(0.7448,0.67451)(0.749,0.67059)(0.7531,0.66667)(0.7573,0.66275)(0.7615,0.65882)(0.7657,0.6549)(0.7699,0.65098)(0.7741,0.64706)(0.7782,0.64314)(0.7824,0.63922)(0.7866,0.63922)(0.7908,0.64314)(0.795,0.64314)(0.7992,0.64706)(0.8033,0.64706)(0.8075,0.65098)(0.8117,0.6549)(0.8159,0.6549)(0.8201,0.65882)(0.8243,0.66275)(0.8285,0.66667)(0.8326,0.67059)(0.8368,0.67451)(0.841,0.67843)(0.8452,0.68235)(0.8494,0.68627)(0.8536,0.6902)(0.8577,0.69412)(0.8619,0.69804)(0.8661,0.70196)(0.8703,0.7098)(0.8745,0.71373)(0.8787,0.72157)(0.8828,0.72549)(0.887,0.73333)(0.8912,0.73725)(0.8954,0.7451)(0.8996,0.75294)(0.9038,0.76078)(0.9079,0.76863)(0.9121,0.77647)(0.9163,0.78431)(0.9205,0.79216)(0.9247,0.8)(0.9289,0.80784)(0.9331,0.81569)(0.9372,0.82745)(0.9414,0.83529)(0.9456,0.84314)(0.9498,0.8549)(0.954,0.86667)(0.9582,0.87451)(0.9623,0.88627)(0.9665,0.89804)(0.9707,0.9098)(0.9749,0.92157)(0.9791,0.93333)(0.9833,0.9451)(0.9874,0.95686)(0.9916,0.97255)(0.9958,0.98431)(1,1) +BLUE: +(0,0)(0.0042,0.18039)(0.0084,0.22745)(0.0126,0.27059)(0.0167,0.31765)(0.0209,0.36078)(0.0251,0.40784)(0.0293,0.4549)(0.0335,0.4549)(0.0377,0.4549)(0.0418,0.4549)(0.046,0.4549)(0.0502,0.45882)(0.0544,0.45882)(0.0586,0.45882)(0.0628,0.45882)(0.0669,0.45882)(0.0711,0.46275)(0.0753,0.46275)(0.0795,0.46275)(0.0837,0.46275)(0.0879,0.46275)(0.0921,0.46667)(0.0962,0.46667)(0.1004,0.46667)(0.1046,0.46667)(0.1088,0.46667)(0.113,0.47059)(0.1172,0.47059)(0.1213,0.47059)(0.1255,0.47059)(0.1297,0.47059)(0.1339,0.47451)(0.1381,0.47451)(0.1423,0.47451)(0.1464,0.47451)(0.1506,0.47451)(0.1548,0.47843)(0.159,0.47843)(0.1632,0.47843)(0.1674,0.47843)(0.1715,0.47843)(0.1757,0.48235)(0.1799,0.48235)(0.1841,0.48235)(0.1883,0.48235)(0.1925,0.48235)(0.1967,0.48627)(0.2008,0.48627)(0.205,0.48627)(0.2092,0.48627)(0.2134,0.48627)(0.2176,0.4902)(0.2218,0.4902)(0.2259,0.4902)(0.2301,0.4902)(0.2343,0.4902)(0.2385,0.49412)(0.2427,0.49412)(0.2469,0.49412)(0.251,0.49412)(0.2552,0.49412)(0.2594,0.49804)(0.2636,0.49804)(0.2678,0.49804)(0.272,0.49804)(0.2762,0.49804)(0.2803,0.50196)(0.2845,0.49412)(0.2887,0.4902)(0.2929,0.48627)(0.2971,0.48235)(0.3013,0.47843)(0.3054,0.47059)(0.3096,0.46667)(0.3138,0.46275)(0.318,0.45882)(0.3222,0.45098)(0.3264,0.44706)(0.3305,0.44314)(0.3347,0.43529)(0.3389,0.43137)(0.3431,0.42745)(0.3473,0.42353)(0.3515,0.41569)(0.3556,0.41176)(0.3598,0.40784)(0.364,0.4)(0.3682,0.39608)(0.3724,0.39216)(0.3766,0.38431)(0.3808,0.38039)(0.3849,0.37647)(0.3891,0.36863)(0.3933,0.36471)(0.3975,0.36078)(0.4017,0.35294)(0.4059,0.34902)(0.41,0.3451)(0.4142,0.33725)(0.4184,0.33333)(0.4226,0.32941)(0.4268,0.32157)(0.431,0.31765)(0.4351,0.31373)(0.4393,0.30588)(0.4435,0.30196)(0.4477,0.29804)(0.4519,0.2902)(0.4561,0.28627)(0.4603,0.27843)(0.4644,0.27451)(0.4686,0.27843)(0.4728,0.28235)(0.477,0.28235)(0.4812,0.28627)(0.4854,0.28627)(0.4895,0.2902)(0.4937,0.29412)(0.4979,0.29412)(0.5021,0.29804)(0.5063,0.29804)(0.5105,0.30196)(0.5146,0.30196)(0.5188,0.30588)(0.523,0.3098)(0.5272,0.3098)(0.5314,0.31373)(0.5356,0.31373)(0.5397,0.31765)(0.5439,0.32157)(0.5481,0.32157)(0.5523,0.32157)(0.5565,0.32549)(0.5607,0.32549)(0.5649,0.32549)(0.569,0.32941)(0.5732,0.32941)(0.5774,0.32941)(0.5816,0.33333)(0.5858,0.33333)(0.59,0.33333)(0.5941,0.33725)(0.5983,0.33725)(0.6025,0.33725)(0.6067,0.34118)(0.6109,0.34118)(0.6151,0.34118)(0.6192,0.3451)(0.6234,0.3451)(0.6276,0.3451)(0.6318,0.34902)(0.636,0.34902)(0.6402,0.34902)(0.6444,0.35294)(0.6485,0.35294)(0.6527,0.35294)(0.6569,0.35686)(0.6611,0.35686)(0.6653,0.35686)(0.6695,0.36078)(0.6736,0.36078)(0.6778,0.36078)(0.682,0.36471)(0.6862,0.36471)(0.6904,0.36471)(0.6946,0.36863)(0.6987,0.36863)(0.7029,0.36863)(0.7071,0.37255)(0.7113,0.37255)(0.7155,0.37255)(0.7197,0.37647)(0.7238,0.37647)(0.728,0.38039)(0.7322,0.38039)(0.7364,0.38039)(0.7406,0.38431)(0.7448,0.38431)(0.749,0.38431)(0.7531,0.38824)(0.7573,0.38824)(0.7615,0.38824)(0.7657,0.39216)(0.7699,0.39216)(0.7741,0.39216)(0.7782,0.39608)(0.7824,0.39608)(0.7866,0.40784)(0.7908,0.41569)(0.795,0.42353)(0.7992,0.43529)(0.8033,0.44314)(0.8075,0.4549)(0.8117,0.46275)(0.8159,0.47451)(0.8201,0.48235)(0.8243,0.49412)(0.8285,0.50588)(0.8326,0.51373)(0.8368,0.52549)(0.841,0.53725)(0.8452,0.5451)(0.8494,0.55686)(0.8536,0.56863)(0.8577,0.58039)(0.8619,0.58824)(0.8661,0.6)(0.8703,0.61176)(0.8745,0.62353)(0.8787,0.63529)(0.8828,0.64706)(0.887,0.65882)(0.8912,0.66667)(0.8954,0.67843)(0.8996,0.6902)(0.9038,0.70196)(0.9079,0.71373)(0.9121,0.72549)(0.9163,0.74118)(0.9205,0.75294)(0.9247,0.76471)(0.9289,0.77647)(0.9331,0.78824)(0.9372,0.8)(0.9414,0.81176)(0.9456,0.82745)(0.9498,0.83922)(0.954,0.85098)(0.9582,0.86275)(0.9623,0.87843)(0.9665,0.8902)(0.9707,0.90196)(0.9749,0.91765)(0.9791,0.92941)(0.9833,0.9451)(0.9874,0.95686)(0.9916,0.97255)(0.9958,0.98431)(1,1) diff --git a/ds9/cmaps/gist_gray.sao b/ds9/cmaps/gist_gray.sao new file mode 100644 index 0000000..4dc2f50 --- /dev/null +++ b/ds9/cmaps/gist_gray.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# gray +# created by cptutils 1.46 +# Wed Aug 15 23:30:59 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0042,0.0039216)(0.0084,0.0078431)(0.0126,0.011765)(0.0167,0.015686)(0.0209,0.019608)(0.0251,0.023529)(0.0293,0.027451)(0.0335,0.035294)(0.0377,0.039216)(0.0418,0.043137)(0.046,0.047059)(0.0502,0.05098)(0.0544,0.054902)(0.0586,0.058824)(0.0628,0.062745)(0.0669,0.066667)(0.0711,0.070588)(0.0753,0.07451)(0.0795,0.078431)(0.0837,0.082353)(0.0879,0.086275)(0.0921,0.090196)(0.0962,0.098039)(0.1004,0.10196)(0.1046,0.10588)(0.1088,0.1098)(0.113,0.11373)(0.1172,0.11765)(0.1213,0.12157)(0.1255,0.12549)(0.1297,0.12941)(0.1339,0.13333)(0.1381,0.13725)(0.1423,0.14118)(0.1464,0.1451)(0.1506,0.14902)(0.1548,0.15294)(0.159,0.16078)(0.1632,0.16471)(0.1674,0.16863)(0.1715,0.17255)(0.1757,0.17647)(0.1799,0.18039)(0.1841,0.18431)(0.1883,0.18824)(0.1925,0.19216)(0.1967,0.19608)(0.2008,0.2)(0.205,0.20392)(0.2092,0.20784)(0.2134,0.21176)(0.2176,0.21569)(0.2218,0.22353)(0.2259,0.22745)(0.2301,0.23137)(0.2343,0.23529)(0.2385,0.23922)(0.2427,0.24314)(0.2469,0.24706)(0.251,0.25098)(0.2552,0.2549)(0.2594,0.25882)(0.2636,0.26275)(0.2678,0.26667)(0.272,0.27059)(0.2762,0.27451)(0.2803,0.27843)(0.2845,0.28627)(0.2887,0.2902)(0.2929,0.29412)(0.2971,0.29804)(0.3013,0.30196)(0.3054,0.30588)(0.3096,0.3098)(0.3138,0.31373)(0.318,0.31765)(0.3222,0.32157)(0.3264,0.32549)(0.3305,0.32941)(0.3347,0.33333)(0.3389,0.33725)(0.3431,0.34118)(0.3473,0.34902)(0.3515,0.35294)(0.3556,0.35686)(0.3598,0.36078)(0.364,0.36471)(0.3682,0.36863)(0.3724,0.37255)(0.3766,0.37647)(0.3808,0.38039)(0.3849,0.38431)(0.3891,0.38824)(0.3933,0.39216)(0.3975,0.39608)(0.4017,0.4)(0.4059,0.40392)(0.41,0.41176)(0.4142,0.41569)(0.4184,0.41961)(0.4226,0.42353)(0.4268,0.42745)(0.431,0.43137)(0.4351,0.43529)(0.4393,0.43922)(0.4435,0.44314)(0.4477,0.44706)(0.4519,0.45098)(0.4561,0.4549)(0.4603,0.45882)(0.4644,0.46275)(0.4686,0.46667)(0.4728,0.47451)(0.477,0.47843)(0.4812,0.48235)(0.4854,0.48627)(0.4895,0.4902)(0.4937,0.49412)(0.4979,0.49804)(0.5021,0.50196)(0.5063,0.50588)(0.5105,0.5098)(0.5146,0.51373)(0.5188,0.51765)(0.523,0.52157)(0.5272,0.52549)(0.5314,0.52941)(0.5356,0.53725)(0.5397,0.54118)(0.5439,0.5451)(0.5481,0.54902)(0.5523,0.55294)(0.5565,0.55686)(0.5607,0.56078)(0.5649,0.56471)(0.569,0.56863)(0.5732,0.57255)(0.5774,0.57647)(0.5816,0.58039)(0.5858,0.58431)(0.59,0.58824)(0.5941,0.59216)(0.5983,0.6)(0.6025,0.60392)(0.6067,0.60784)(0.6109,0.61176)(0.6151,0.61569)(0.6192,0.61961)(0.6234,0.62353)(0.6276,0.62745)(0.6318,0.63137)(0.636,0.63529)(0.6402,0.63922)(0.6444,0.64314)(0.6485,0.64706)(0.6527,0.65098)(0.6569,0.6549)(0.6611,0.66275)(0.6653,0.66667)(0.6695,0.67059)(0.6736,0.67451)(0.6778,0.67843)(0.682,0.68235)(0.6862,0.68627)(0.6904,0.6902)(0.6946,0.69412)(0.6987,0.69804)(0.7029,0.70196)(0.7071,0.70588)(0.7113,0.7098)(0.7155,0.71373)(0.7197,0.71765)(0.7238,0.72549)(0.728,0.72941)(0.7322,0.73333)(0.7364,0.73725)(0.7406,0.74118)(0.7448,0.7451)(0.749,0.74902)(0.7531,0.75294)(0.7573,0.75686)(0.7615,0.76078)(0.7657,0.76471)(0.7699,0.76863)(0.7741,0.77255)(0.7782,0.77647)(0.7824,0.78039)(0.7866,0.78824)(0.7908,0.79216)(0.795,0.79608)(0.7992,0.8)(0.8033,0.80392)(0.8075,0.80784)(0.8117,0.81176)(0.8159,0.81569)(0.8201,0.81961)(0.8243,0.82353)(0.8285,0.82745)(0.8326,0.83137)(0.8368,0.83529)(0.841,0.83922)(0.8452,0.84314)(0.8494,0.85098)(0.8536,0.8549)(0.8577,0.85882)(0.8619,0.86275)(0.8661,0.86667)(0.8703,0.87059)(0.8745,0.87451)(0.8787,0.87843)(0.8828,0.88235)(0.887,0.88627)(0.8912,0.8902)(0.8954,0.89412)(0.8996,0.89804)(0.9038,0.90196)(0.9079,0.90588)(0.9121,0.91373)(0.9163,0.91765)(0.9205,0.92157)(0.9247,0.92549)(0.9289,0.92941)(0.9331,0.93333)(0.9372,0.93725)(0.9414,0.94118)(0.9456,0.9451)(0.9498,0.94902)(0.954,0.95294)(0.9582,0.95686)(0.9623,0.96078)(0.9665,0.96471)(0.9707,0.96863)(0.9749,0.97647)(0.9791,0.98039)(0.9833,0.98431)(0.9874,0.98824)(0.9916,0.99216)(0.9958,0.99608)(1,1) +GREEN: +(0,0)(0.0042,0.0039216)(0.0084,0.0078431)(0.0126,0.011765)(0.0167,0.015686)(0.0209,0.019608)(0.0251,0.023529)(0.0293,0.027451)(0.0335,0.035294)(0.0377,0.039216)(0.0418,0.043137)(0.046,0.047059)(0.0502,0.05098)(0.0544,0.054902)(0.0586,0.058824)(0.0628,0.062745)(0.0669,0.066667)(0.0711,0.070588)(0.0753,0.07451)(0.0795,0.078431)(0.0837,0.082353)(0.0879,0.086275)(0.0921,0.090196)(0.0962,0.098039)(0.1004,0.10196)(0.1046,0.10588)(0.1088,0.1098)(0.113,0.11373)(0.1172,0.11765)(0.1213,0.12157)(0.1255,0.12549)(0.1297,0.12941)(0.1339,0.13333)(0.1381,0.13725)(0.1423,0.14118)(0.1464,0.1451)(0.1506,0.14902)(0.1548,0.15294)(0.159,0.16078)(0.1632,0.16471)(0.1674,0.16863)(0.1715,0.17255)(0.1757,0.17647)(0.1799,0.18039)(0.1841,0.18431)(0.1883,0.18824)(0.1925,0.19216)(0.1967,0.19608)(0.2008,0.2)(0.205,0.20392)(0.2092,0.20784)(0.2134,0.21176)(0.2176,0.21569)(0.2218,0.22353)(0.2259,0.22745)(0.2301,0.23137)(0.2343,0.23529)(0.2385,0.23922)(0.2427,0.24314)(0.2469,0.24706)(0.251,0.25098)(0.2552,0.2549)(0.2594,0.25882)(0.2636,0.26275)(0.2678,0.26667)(0.272,0.27059)(0.2762,0.27451)(0.2803,0.27843)(0.2845,0.28627)(0.2887,0.2902)(0.2929,0.29412)(0.2971,0.29804)(0.3013,0.30196)(0.3054,0.30588)(0.3096,0.3098)(0.3138,0.31373)(0.318,0.31765)(0.3222,0.32157)(0.3264,0.32549)(0.3305,0.32941)(0.3347,0.33333)(0.3389,0.33725)(0.3431,0.34118)(0.3473,0.34902)(0.3515,0.35294)(0.3556,0.35686)(0.3598,0.36078)(0.364,0.36471)(0.3682,0.36863)(0.3724,0.37255)(0.3766,0.37647)(0.3808,0.38039)(0.3849,0.38431)(0.3891,0.38824)(0.3933,0.39216)(0.3975,0.39608)(0.4017,0.4)(0.4059,0.40392)(0.41,0.41176)(0.4142,0.41569)(0.4184,0.41961)(0.4226,0.42353)(0.4268,0.42745)(0.431,0.43137)(0.4351,0.43529)(0.4393,0.43922)(0.4435,0.44314)(0.4477,0.44706)(0.4519,0.45098)(0.4561,0.4549)(0.4603,0.45882)(0.4644,0.46275)(0.4686,0.46667)(0.4728,0.47451)(0.477,0.47843)(0.4812,0.48235)(0.4854,0.48627)(0.4895,0.4902)(0.4937,0.49412)(0.4979,0.49804)(0.5021,0.50196)(0.5063,0.50588)(0.5105,0.5098)(0.5146,0.51373)(0.5188,0.51765)(0.523,0.52157)(0.5272,0.52549)(0.5314,0.52941)(0.5356,0.53725)(0.5397,0.54118)(0.5439,0.5451)(0.5481,0.54902)(0.5523,0.55294)(0.5565,0.55686)(0.5607,0.56078)(0.5649,0.56471)(0.569,0.56863)(0.5732,0.57255)(0.5774,0.57647)(0.5816,0.58039)(0.5858,0.58431)(0.59,0.58824)(0.5941,0.59216)(0.5983,0.6)(0.6025,0.60392)(0.6067,0.60784)(0.6109,0.61176)(0.6151,0.61569)(0.6192,0.61961)(0.6234,0.62353)(0.6276,0.62745)(0.6318,0.63137)(0.636,0.63529)(0.6402,0.63922)(0.6444,0.64314)(0.6485,0.64706)(0.6527,0.65098)(0.6569,0.6549)(0.6611,0.66275)(0.6653,0.66667)(0.6695,0.67059)(0.6736,0.67451)(0.6778,0.67843)(0.682,0.68235)(0.6862,0.68627)(0.6904,0.6902)(0.6946,0.69412)(0.6987,0.69804)(0.7029,0.70196)(0.7071,0.70588)(0.7113,0.7098)(0.7155,0.71373)(0.7197,0.71765)(0.7238,0.72549)(0.728,0.72941)(0.7322,0.73333)(0.7364,0.73725)(0.7406,0.74118)(0.7448,0.7451)(0.749,0.74902)(0.7531,0.75294)(0.7573,0.75686)(0.7615,0.76078)(0.7657,0.76471)(0.7699,0.76863)(0.7741,0.77255)(0.7782,0.77647)(0.7824,0.78039)(0.7866,0.78824)(0.7908,0.79216)(0.795,0.79608)(0.7992,0.8)(0.8033,0.80392)(0.8075,0.80784)(0.8117,0.81176)(0.8159,0.81569)(0.8201,0.81961)(0.8243,0.82353)(0.8285,0.82745)(0.8326,0.83137)(0.8368,0.83529)(0.841,0.83922)(0.8452,0.84314)(0.8494,0.85098)(0.8536,0.8549)(0.8577,0.85882)(0.8619,0.86275)(0.8661,0.86667)(0.8703,0.87059)(0.8745,0.87451)(0.8787,0.87843)(0.8828,0.88235)(0.887,0.88627)(0.8912,0.8902)(0.8954,0.89412)(0.8996,0.89804)(0.9038,0.90196)(0.9079,0.90588)(0.9121,0.91373)(0.9163,0.91765)(0.9205,0.92157)(0.9247,0.92549)(0.9289,0.92941)(0.9331,0.93333)(0.9372,0.93725)(0.9414,0.94118)(0.9456,0.9451)(0.9498,0.94902)(0.954,0.95294)(0.9582,0.95686)(0.9623,0.96078)(0.9665,0.96471)(0.9707,0.96863)(0.9749,0.97647)(0.9791,0.98039)(0.9833,0.98431)(0.9874,0.98824)(0.9916,0.99216)(0.9958,0.99608)(1,1) +BLUE: +(0,0)(0.0042,0.0039216)(0.0084,0.0078431)(0.0126,0.011765)(0.0167,0.015686)(0.0209,0.019608)(0.0251,0.023529)(0.0293,0.027451)(0.0335,0.035294)(0.0377,0.039216)(0.0418,0.043137)(0.046,0.047059)(0.0502,0.05098)(0.0544,0.054902)(0.0586,0.058824)(0.0628,0.062745)(0.0669,0.066667)(0.0711,0.070588)(0.0753,0.07451)(0.0795,0.078431)(0.0837,0.082353)(0.0879,0.086275)(0.0921,0.090196)(0.0962,0.098039)(0.1004,0.10196)(0.1046,0.10588)(0.1088,0.1098)(0.113,0.11373)(0.1172,0.11765)(0.1213,0.12157)(0.1255,0.12549)(0.1297,0.12941)(0.1339,0.13333)(0.1381,0.13725)(0.1423,0.14118)(0.1464,0.1451)(0.1506,0.14902)(0.1548,0.15294)(0.159,0.16078)(0.1632,0.16471)(0.1674,0.16863)(0.1715,0.17255)(0.1757,0.17647)(0.1799,0.18039)(0.1841,0.18431)(0.1883,0.18824)(0.1925,0.19216)(0.1967,0.19608)(0.2008,0.2)(0.205,0.20392)(0.2092,0.20784)(0.2134,0.21176)(0.2176,0.21569)(0.2218,0.22353)(0.2259,0.22745)(0.2301,0.23137)(0.2343,0.23529)(0.2385,0.23922)(0.2427,0.24314)(0.2469,0.24706)(0.251,0.25098)(0.2552,0.2549)(0.2594,0.25882)(0.2636,0.26275)(0.2678,0.26667)(0.272,0.27059)(0.2762,0.27451)(0.2803,0.27843)(0.2845,0.28627)(0.2887,0.2902)(0.2929,0.29412)(0.2971,0.29804)(0.3013,0.30196)(0.3054,0.30588)(0.3096,0.3098)(0.3138,0.31373)(0.318,0.31765)(0.3222,0.32157)(0.3264,0.32549)(0.3305,0.32941)(0.3347,0.33333)(0.3389,0.33725)(0.3431,0.34118)(0.3473,0.34902)(0.3515,0.35294)(0.3556,0.35686)(0.3598,0.36078)(0.364,0.36471)(0.3682,0.36863)(0.3724,0.37255)(0.3766,0.37647)(0.3808,0.38039)(0.3849,0.38431)(0.3891,0.38824)(0.3933,0.39216)(0.3975,0.39608)(0.4017,0.4)(0.4059,0.40392)(0.41,0.41176)(0.4142,0.41569)(0.4184,0.41961)(0.4226,0.42353)(0.4268,0.42745)(0.431,0.43137)(0.4351,0.43529)(0.4393,0.43922)(0.4435,0.44314)(0.4477,0.44706)(0.4519,0.45098)(0.4561,0.4549)(0.4603,0.45882)(0.4644,0.46275)(0.4686,0.46667)(0.4728,0.47451)(0.477,0.47843)(0.4812,0.48235)(0.4854,0.48627)(0.4895,0.4902)(0.4937,0.49412)(0.4979,0.49804)(0.5021,0.50196)(0.5063,0.50588)(0.5105,0.5098)(0.5146,0.51373)(0.5188,0.51765)(0.523,0.52157)(0.5272,0.52549)(0.5314,0.52941)(0.5356,0.53725)(0.5397,0.54118)(0.5439,0.5451)(0.5481,0.54902)(0.5523,0.55294)(0.5565,0.55686)(0.5607,0.56078)(0.5649,0.56471)(0.569,0.56863)(0.5732,0.57255)(0.5774,0.57647)(0.5816,0.58039)(0.5858,0.58431)(0.59,0.58824)(0.5941,0.59216)(0.5983,0.6)(0.6025,0.60392)(0.6067,0.60784)(0.6109,0.61176)(0.6151,0.61569)(0.6192,0.61961)(0.6234,0.62353)(0.6276,0.62745)(0.6318,0.63137)(0.636,0.63529)(0.6402,0.63922)(0.6444,0.64314)(0.6485,0.64706)(0.6527,0.65098)(0.6569,0.6549)(0.6611,0.66275)(0.6653,0.66667)(0.6695,0.67059)(0.6736,0.67451)(0.6778,0.67843)(0.682,0.68235)(0.6862,0.68627)(0.6904,0.6902)(0.6946,0.69412)(0.6987,0.69804)(0.7029,0.70196)(0.7071,0.70588)(0.7113,0.7098)(0.7155,0.71373)(0.7197,0.71765)(0.7238,0.72549)(0.728,0.72941)(0.7322,0.73333)(0.7364,0.73725)(0.7406,0.74118)(0.7448,0.7451)(0.749,0.74902)(0.7531,0.75294)(0.7573,0.75686)(0.7615,0.76078)(0.7657,0.76471)(0.7699,0.76863)(0.7741,0.77255)(0.7782,0.77647)(0.7824,0.78039)(0.7866,0.78824)(0.7908,0.79216)(0.795,0.79608)(0.7992,0.8)(0.8033,0.80392)(0.8075,0.80784)(0.8117,0.81176)(0.8159,0.81569)(0.8201,0.81961)(0.8243,0.82353)(0.8285,0.82745)(0.8326,0.83137)(0.8368,0.83529)(0.841,0.83922)(0.8452,0.84314)(0.8494,0.85098)(0.8536,0.8549)(0.8577,0.85882)(0.8619,0.86275)(0.8661,0.86667)(0.8703,0.87059)(0.8745,0.87451)(0.8787,0.87843)(0.8828,0.88235)(0.887,0.88627)(0.8912,0.8902)(0.8954,0.89412)(0.8996,0.89804)(0.9038,0.90196)(0.9079,0.90588)(0.9121,0.91373)(0.9163,0.91765)(0.9205,0.92157)(0.9247,0.92549)(0.9289,0.92941)(0.9331,0.93333)(0.9372,0.93725)(0.9414,0.94118)(0.9456,0.9451)(0.9498,0.94902)(0.954,0.95294)(0.9582,0.95686)(0.9623,0.96078)(0.9665,0.96471)(0.9707,0.96863)(0.9749,0.97647)(0.9791,0.98039)(0.9833,0.98431)(0.9874,0.98824)(0.9916,0.99216)(0.9958,0.99608)(1,1) diff --git a/ds9/cmaps/gist_heat.sao b/ds9/cmaps/gist_heat.sao new file mode 100644 index 0000000..0bdaee5 --- /dev/null +++ b/ds9/cmaps/gist_heat.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# heat +# created by cptutils 1.46 +# Wed Aug 15 23:30:59 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0042,0.0039216)(0.0084,0.0078431)(0.0126,0.015686)(0.0167,0.019608)(0.0209,0.027451)(0.0251,0.031373)(0.0293,0.039216)(0.0335,0.043137)(0.0377,0.05098)(0.0418,0.058824)(0.046,0.066667)(0.0502,0.070588)(0.0544,0.078431)(0.0586,0.082353)(0.0628,0.090196)(0.0669,0.094118)(0.0711,0.10196)(0.0753,0.10588)(0.0795,0.1098)(0.0837,0.11765)(0.0879,0.12157)(0.0921,0.12941)(0.0962,0.13333)(0.1004,0.14118)(0.1046,0.1451)(0.1088,0.15294)(0.113,0.15686)(0.1172,0.16471)(0.1213,0.16863)(0.1255,0.18039)(0.1297,0.18431)(0.1339,0.19216)(0.1381,0.19608)(0.1423,0.20392)(0.1464,0.20784)(0.1506,0.21569)(0.1548,0.21961)(0.159,0.22353)(0.1632,0.23137)(0.1674,0.23529)(0.1715,0.24314)(0.1757,0.24706)(0.1799,0.2549)(0.1841,0.25882)(0.1883,0.26667)(0.1925,0.27059)(0.1967,0.27451)(0.2008,0.28235)(0.205,0.28627)(0.2092,0.29804)(0.2134,0.30588)(0.2176,0.3098)(0.2218,0.31765)(0.2259,0.32157)(0.2301,0.32941)(0.2343,0.33333)(0.2385,0.33725)(0.2427,0.3451)(0.2469,0.34902)(0.251,0.36078)(0.2552,0.36863)(0.2594,0.37255)(0.2636,0.38039)(0.2678,0.38431)(0.272,0.38824)(0.2762,0.39608)(0.2803,0.4)(0.2845,0.40784)(0.2887,0.41176)(0.2929,0.42353)(0.2971,0.43137)(0.3013,0.43529)(0.3054,0.44314)(0.3096,0.44706)(0.3138,0.45098)(0.318,0.45882)(0.3222,0.46275)(0.3264,0.47059)(0.3305,0.47451)(0.3347,0.48235)(0.3389,0.48627)(0.3431,0.49412)(0.3473,0.49804)(0.3515,0.50196)(0.3556,0.5098)(0.3598,0.51373)(0.364,0.52157)(0.3682,0.52549)(0.3724,0.53333)(0.3766,0.5451)(0.3808,0.54902)(0.3849,0.55294)(0.3891,0.56078)(0.3933,0.56471)(0.3975,0.57255)(0.4017,0.57647)(0.4059,0.58431)(0.41,0.58824)(0.4142,0.59608)(0.4184,0.6)(0.4226,0.60784)(0.4268,0.61176)(0.431,0.61569)(0.4351,0.62353)(0.4393,0.62745)(0.4435,0.63529)(0.4477,0.63922)(0.4519,0.64706)(0.4561,0.65098)(0.4603,0.66275)(0.4644,0.66667)(0.4686,0.67451)(0.4728,0.67843)(0.477,0.68627)(0.4812,0.6902)(0.4854,0.69804)(0.4895,0.70196)(0.4937,0.7098)(0.4979,0.71373)(0.5021,0.72549)(0.5063,0.72941)(0.5105,0.73725)(0.5146,0.74118)(0.5188,0.74902)(0.523,0.75294)(0.5272,0.76078)(0.5314,0.76471)(0.5356,0.77255)(0.5397,0.77647)(0.5439,0.78824)(0.5481,0.79216)(0.5523,0.8)(0.5565,0.80392)(0.5607,0.81176)(0.5649,0.81569)(0.569,0.82353)(0.5732,0.82745)(0.5774,0.83137)(0.5816,0.83922)(0.5858,0.84314)(0.59,0.85098)(0.5941,0.8549)(0.5983,0.86275)(0.6025,0.86667)(0.6067,0.87451)(0.6109,0.87843)(0.6151,0.88627)(0.6192,0.8902)(0.6234,0.89412)(0.6276,0.90588)(0.6318,0.91373)(0.636,0.91765)(0.6402,0.92549)(0.6444,0.92941)(0.6485,0.93725)(0.6527,0.94118)(0.6569,0.9451)(0.6611,0.95294)(0.6653,0.95686)(0.6695,0.96471)(0.6736,0.96863)(0.6778,0.97647)(0.682,0.98039)(0.6862,0.98824)(0.6904,0.99216)(0.6946,1)(0.6987,1)(0.7029,1)(0.7071,1)(0.7113,1)(0.7155,1)(0.7197,1)(0.7238,1)(0.728,1)(0.7322,1)(0.7364,1)(0.7406,1)(0.7448,1)(0.749,1)(0.7531,1)(0.7573,1)(0.7615,1)(0.7657,1)(0.7699,1)(0.7741,1)(0.7782,1)(0.7824,1)(0.7866,1)(0.7908,1)(0.795,1)(0.7992,1)(0.8033,1)(0.8075,1)(0.8117,1)(0.8159,1)(0.8201,1)(0.8243,1)(0.8285,1)(0.8326,1)(0.8368,1)(0.841,1)(0.8452,1)(0.8494,1)(0.8536,1)(0.8577,1)(0.8619,1)(0.8661,1)(0.8703,1)(0.8745,1)(0.8787,1)(0.8828,1)(0.887,1)(0.8912,1)(0.8954,1)(0.8996,1)(0.9038,1)(0.9079,1)(0.9121,1)(0.9163,1)(0.9205,1)(0.9247,1)(0.9289,1)(0.9331,1)(0.9372,1)(0.9414,1)(0.9456,1)(0.9498,1)(0.954,1)(0.9582,1)(0.9623,1)(0.9665,1)(0.9707,1)(0.9749,1)(0.9791,1)(0.9833,1)(0.9874,1)(0.9916,1)(0.9958,1)(1,1) +GREEN: +(0,0)(0.0042,0)(0.0084,0)(0.0126,0)(0.0167,0)(0.0209,0)(0.0251,0)(0.0293,0)(0.0335,0)(0.0377,0)(0.0418,0)(0.046,0)(0.0502,0)(0.0544,0)(0.0586,0)(0.0628,0)(0.0669,0)(0.0711,0)(0.0753,0)(0.0795,0)(0.0837,0)(0.0879,0)(0.0921,0)(0.0962,0)(0.1004,0)(0.1046,0)(0.1088,0)(0.113,0)(0.1172,0)(0.1213,0)(0.1255,0)(0.1297,0)(0.1339,0)(0.1381,0)(0.1423,0)(0.1464,0)(0.1506,0)(0.1548,0)(0.159,0)(0.1632,0)(0.1674,0)(0.1715,0)(0.1757,0)(0.1799,0)(0.1841,0)(0.1883,0)(0.1925,0)(0.1967,0)(0.2008,0)(0.205,0)(0.2092,0)(0.2134,0)(0.2176,0)(0.2218,0)(0.2259,0)(0.2301,0)(0.2343,0)(0.2385,0)(0.2427,0)(0.2469,0)(0.251,0)(0.2552,0)(0.2594,0)(0.2636,0)(0.2678,0)(0.272,0)(0.2762,0)(0.2803,0)(0.2845,0)(0.2887,0)(0.2929,0)(0.2971,0)(0.3013,0)(0.3054,0)(0.3096,0)(0.3138,0)(0.318,0)(0.3222,0)(0.3264,0)(0.3305,0)(0.3347,0)(0.3389,0)(0.3431,0)(0.3473,0)(0.3515,0)(0.3556,0)(0.3598,0)(0.364,0)(0.3682,0)(0.3724,0)(0.3766,0)(0.3808,0)(0.3849,0)(0.3891,0)(0.3933,0)(0.3975,0)(0.4017,0)(0.4059,0)(0.41,0)(0.4142,0)(0.4184,0)(0.4226,0)(0.4268,0)(0.431,0)(0.4351,0)(0.4393,0)(0.4435,0)(0.4477,0)(0.4519,0)(0.4561,0)(0.4603,0)(0.4644,0)(0.4686,0)(0.4728,0)(0.477,0.0039216)(0.4812,0.011765)(0.4854,0.019608)(0.4895,0.027451)(0.4937,0.035294)(0.4979,0.043137)(0.5021,0.058824)(0.5063,0.066667)(0.5105,0.070588)(0.5146,0.078431)(0.5188,0.086275)(0.523,0.094118)(0.5272,0.10196)(0.5314,0.1098)(0.5356,0.11765)(0.5397,0.12549)(0.5439,0.13725)(0.5481,0.1451)(0.5523,0.15294)(0.5565,0.16078)(0.5607,0.16863)(0.5649,0.17647)(0.569,0.18431)(0.5732,0.19216)(0.5774,0.2)(0.5816,0.20392)(0.5858,0.21176)(0.59,0.21961)(0.5941,0.22745)(0.5983,0.23529)(0.6025,0.24314)(0.6067,0.25098)(0.6109,0.25882)(0.6151,0.26667)(0.6192,0.27059)(0.6234,0.27843)(0.6276,0.29412)(0.6318,0.30196)(0.636,0.3098)(0.6402,0.31765)(0.6444,0.32549)(0.6485,0.33333)(0.6527,0.33725)(0.6569,0.3451)(0.6611,0.35294)(0.6653,0.36078)(0.6695,0.36863)(0.6736,0.37647)(0.6778,0.38431)(0.682,0.39216)(0.6862,0.4)(0.6904,0.40392)(0.6946,0.41176)(0.6987,0.41961)(0.7029,0.42745)(0.7071,0.43529)(0.7113,0.45098)(0.7155,0.45882)(0.7197,0.46667)(0.7238,0.47059)(0.728,0.47843)(0.7322,0.48627)(0.7364,0.49412)(0.7406,0.50196)(0.7448,0.5098)(0.749,0.51765)(0.7531,0.53333)(0.7573,0.53725)(0.7615,0.5451)(0.7657,0.55294)(0.7699,0.56078)(0.7741,0.56863)(0.7782,0.57647)(0.7824,0.58431)(0.7866,0.59216)(0.7908,0.6)(0.795,0.61176)(0.7992,0.61961)(0.8033,0.62745)(0.8075,0.63529)(0.8117,0.64314)(0.8159,0.65098)(0.8201,0.65882)(0.8243,0.66667)(0.8285,0.67059)(0.8326,0.67843)(0.8368,0.68627)(0.841,0.69412)(0.8452,0.70196)(0.8494,0.7098)(0.8536,0.71765)(0.8577,0.72549)(0.8619,0.73333)(0.8661,0.73725)(0.8703,0.7451)(0.8745,0.75294)(0.8787,0.76863)(0.8828,0.77647)(0.887,0.78431)(0.8912,0.79216)(0.8954,0.8)(0.8996,0.80392)(0.9038,0.81176)(0.9079,0.81961)(0.9121,0.82745)(0.9163,0.83529)(0.9205,0.84314)(0.9247,0.85098)(0.9289,0.85882)(0.9331,0.86667)(0.9372,0.87059)(0.9414,0.87843)(0.9456,0.88627)(0.9498,0.89412)(0.954,0.90196)(0.9582,0.9098)(0.9623,0.92549)(0.9665,0.93333)(0.9707,0.93725)(0.9749,0.9451)(0.9791,0.95294)(0.9833,0.96078)(0.9874,0.96863)(0.9916,0.97647)(0.9958,0.98431)(1,0.99216) +BLUE: +(0,0)(0.0042,0)(0.0084,0)(0.0126,0)(0.0167,0)(0.0209,0)(0.0251,0)(0.0293,0)(0.0335,0)(0.0377,0)(0.0418,0)(0.046,0)(0.0502,0)(0.0544,0)(0.0586,0)(0.0628,0)(0.0669,0)(0.0711,0)(0.0753,0)(0.0795,0)(0.0837,0)(0.0879,0)(0.0921,0)(0.0962,0)(0.1004,0)(0.1046,0)(0.1088,0)(0.113,0)(0.1172,0)(0.1213,0)(0.1255,0)(0.1297,0)(0.1339,0)(0.1381,0)(0.1423,0)(0.1464,0)(0.1506,0)(0.1548,0)(0.159,0)(0.1632,0)(0.1674,0)(0.1715,0)(0.1757,0)(0.1799,0)(0.1841,0)(0.1883,0)(0.1925,0)(0.1967,0)(0.2008,0)(0.205,0)(0.2092,0)(0.2134,0)(0.2176,0)(0.2218,0)(0.2259,0)(0.2301,0)(0.2343,0)(0.2385,0)(0.2427,0)(0.2469,0)(0.251,0)(0.2552,0)(0.2594,0)(0.2636,0)(0.2678,0)(0.272,0)(0.2762,0)(0.2803,0)(0.2845,0)(0.2887,0)(0.2929,0)(0.2971,0)(0.3013,0)(0.3054,0)(0.3096,0)(0.3138,0)(0.318,0)(0.3222,0)(0.3264,0)(0.3305,0)(0.3347,0)(0.3389,0)(0.3431,0)(0.3473,0)(0.3515,0)(0.3556,0)(0.3598,0)(0.364,0)(0.3682,0)(0.3724,0)(0.3766,0)(0.3808,0)(0.3849,0)(0.3891,0)(0.3933,0)(0.3975,0)(0.4017,0)(0.4059,0)(0.41,0)(0.4142,0)(0.4184,0)(0.4226,0)(0.4268,0)(0.431,0)(0.4351,0)(0.4393,0)(0.4435,0)(0.4477,0)(0.4519,0)(0.4561,0)(0.4603,0)(0.4644,0)(0.4686,0)(0.4728,0)(0.477,0)(0.4812,0)(0.4854,0)(0.4895,0)(0.4937,0)(0.4979,0)(0.5021,0)(0.5063,0)(0.5105,0)(0.5146,0)(0.5188,0)(0.523,0)(0.5272,0)(0.5314,0)(0.5356,0)(0.5397,0)(0.5439,0)(0.5481,0)(0.5523,0)(0.5565,0)(0.5607,0)(0.5649,0)(0.569,0)(0.5732,0)(0.5774,0)(0.5816,0)(0.5858,0)(0.59,0)(0.5941,0)(0.5983,0)(0.6025,0)(0.6067,0)(0.6109,0)(0.6151,0)(0.6192,0)(0.6234,0)(0.6276,0)(0.6318,0)(0.636,0)(0.6402,0)(0.6444,0)(0.6485,0)(0.6527,0)(0.6569,0)(0.6611,0)(0.6653,0)(0.6695,0)(0.6736,0)(0.6778,0)(0.682,0)(0.6862,0)(0.6904,0)(0.6946,0)(0.6987,0)(0.7029,0)(0.7071,0)(0.7113,0)(0.7155,0)(0.7197,0)(0.7238,0)(0.728,0)(0.7322,0)(0.7364,0)(0.7406,0)(0.7448,0)(0.749,0)(0.7531,0.027451)(0.7573,0.043137)(0.7615,0.058824)(0.7657,0.07451)(0.7699,0.090196)(0.7741,0.10588)(0.7782,0.12157)(0.7824,0.13725)(0.7866,0.15294)(0.7908,0.16863)(0.795,0.2)(0.7992,0.21176)(0.8033,0.22745)(0.8075,0.24314)(0.8117,0.25882)(0.8159,0.27451)(0.8201,0.2902)(0.8243,0.30588)(0.8285,0.32157)(0.8326,0.33725)(0.8368,0.35294)(0.841,0.36863)(0.8452,0.38431)(0.8494,0.4)(0.8536,0.41176)(0.8577,0.42745)(0.8619,0.44314)(0.8661,0.45882)(0.8703,0.47451)(0.8745,0.4902)(0.8787,0.52157)(0.8828,0.53725)(0.887,0.55294)(0.8912,0.56863)(0.8954,0.58431)(0.8996,0.6)(0.9038,0.61176)(0.9079,0.62745)(0.9121,0.64314)(0.9163,0.65882)(0.9205,0.67451)(0.9247,0.6902)(0.9289,0.70588)(0.9331,0.72157)(0.9372,0.73725)(0.9414,0.75294)(0.9456,0.76863)(0.9498,0.78431)(0.954,0.8)(0.9582,0.81176)(0.9623,0.84314)(0.9665,0.85882)(0.9707,0.87451)(0.9749,0.8902)(0.9791,0.90588)(0.9833,0.92157)(0.9874,0.93725)(0.9916,0.95294)(0.9958,0.96863)(1,0.98431) diff --git a/ds9/cmaps/gist_ncar.sao b/ds9/cmaps/gist_ncar.sao new file mode 100644 index 0000000..a4b68bf --- /dev/null +++ b/ds9/cmaps/gist_ncar.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# ncar +# created by cptutils 1.46 +# Wed Aug 15 23:30:59 2012 +PSEUDOCOLOR +RED: +(0,0)(0.005,0)(0.0101,0)(0.0151,0)(0.0201,0)(0.0251,0)(0.0302,0)(0.0352,0)(0.0402,0)(0.0452,0)(0.0503,0)(0.0553,0)(0.0603,0)(0.0653,0)(0.0704,0)(0.0754,0)(0.0804,0)(0.0854,0)(0.0905,0)(0.0955,0)(0.1005,0)(0.1055,0)(0.1106,0)(0.1156,0)(0.1206,0)(0.1256,0)(0.1307,0)(0.1357,0)(0.1407,0)(0.1457,0)(0.1508,0)(0.1558,0)(0.1608,0)(0.1658,0)(0.1709,0)(0.1759,0)(0.1809,0)(0.1859,0)(0.191,0)(0.196,0)(0.201,0)(0.206,0)(0.2111,0)(0.2161,0)(0.2211,0)(0.2261,0)(0.2312,0)(0.2362,0)(0.2412,0)(0.2462,0)(0.2513,0)(0.2563,0)(0.2613,0)(0.2663,0)(0.2714,0)(0.2764,0)(0.2814,0)(0.2864,0)(0.2915,0)(0.2965,0)(0.3015,0)(0.3065,0)(0.3116,0)(0.3166,0.0039216)(0.3216,0.043137)(0.3266,0.082353)(0.3317,0.11765)(0.3367,0.15686)(0.3417,0.19608)(0.3467,0.23137)(0.3518,0.27059)(0.3568,0.3098)(0.3618,0.34902)(0.3668,0.38431)(0.3719,0.40392)(0.3769,0.41569)(0.3819,0.42353)(0.3869,0.43137)(0.392,0.44314)(0.397,0.45098)(0.402,0.45882)(0.407,0.47059)(0.4121,0.47843)(0.4171,0.4902)(0.4221,0.50196)(0.4271,0.52549)(0.4322,0.54902)(0.4372,0.57255)(0.4422,0.6)(0.4472,0.62353)(0.4523,0.64706)(0.4573,0.67059)(0.4623,0.69412)(0.4673,0.72157)(0.4724,0.7451)(0.4774,0.76863)(0.4824,0.79216)(0.4874,0.81569)(0.4925,0.83922)(0.4975,0.86275)(0.5025,0.88627)(0.5075,0.9098)(0.5126,0.93333)(0.5176,0.95686)(0.5226,0.98039)(0.5276,1)(0.5327,1)(0.5377,1)(0.5427,1)(0.5477,1)(0.5528,1)(0.5578,1)(0.5628,1)(0.5678,1)(0.5729,1)(0.5779,1)(0.5829,1)(0.5879,1)(0.593,1)(0.598,1)(0.603,1)(0.608,1)(0.6131,1)(0.6181,1)(0.6231,1)(0.6281,1)(0.6332,1)(0.6382,1)(0.6432,1)(0.6482,1)(0.6533,1)(0.6583,1)(0.6633,1)(0.6683,1)(0.6734,1)(0.6784,1)(0.6834,1)(0.6884,1)(0.6935,1)(0.6985,1)(0.7035,1)(0.7085,1)(0.7136,1)(0.7186,1)(0.7236,1)(0.7286,1)(0.7337,1)(0.7387,1)(0.7437,1)(0.7487,1)(0.7538,1)(0.7588,1)(0.7638,1)(0.7688,1)(0.7739,1)(0.7789,1)(0.7839,1)(0.7889,1)(0.794,0.96471)(0.799,0.92549)(0.804,0.8902)(0.809,0.85098)(0.8141,0.81569)(0.8191,0.77647)(0.8241,0.74118)(0.8291,0.70196)(0.8342,0.66667)(0.8392,0.62745)(0.8442,0.61961)(0.8492,0.65098)(0.8543,0.68235)(0.8593,0.71373)(0.8643,0.7451)(0.8693,0.77255)(0.8744,0.80392)(0.8794,0.83529)(0.8844,0.86667)(0.8894,0.89804)(0.8945,0.92941)(0.8995,0.93333)(0.9045,0.93725)(0.9095,0.93725)(0.9146,0.94118)(0.9196,0.9451)(0.9246,0.9451)(0.9296,0.94902)(0.9347,0.95294)(0.9397,0.95294)(0.9447,0.95686)(0.9497,0.96078)(0.9548,0.96471)(0.9598,0.96863)(0.9648,0.97255)(0.9698,0.97647)(0.9749,0.98039)(0.9799,0.98431)(0.9849,0.98824)(0.9899,0.99216)(0.995,0.99608)(1,1) +GREEN: +(0,0)(0.005,0.035294)(0.0101,0.07451)(0.0151,0.1098)(0.0201,0.14902)(0.0251,0.18431)(0.0302,0.22353)(0.0352,0.25882)(0.0402,0.29804)(0.0452,0.33333)(0.0503,0.37255)(0.0553,0.36863)(0.0603,0.33333)(0.0653,0.29412)(0.0704,0.25882)(0.0754,0.21961)(0.0804,0.18431)(0.0854,0.1451)(0.0905,0.1098)(0.0955,0.070588)(0.1005,0.035294)(0.1055,0)(0.1106,0.07451)(0.1156,0.1451)(0.1206,0.21569)(0.1256,0.28627)(0.1307,0.36078)(0.1357,0.43137)(0.1407,0.50196)(0.1457,0.57255)(0.1508,0.64706)(0.1558,0.71765)(0.1608,0.76078)(0.1658,0.78431)(0.1709,0.80784)(0.1759,0.83137)(0.1809,0.8549)(0.1859,0.88235)(0.191,0.90588)(0.196,0.92941)(0.201,0.95294)(0.206,0.97647)(0.2111,0.99608)(0.2161,0.99608)(0.2211,0.99216)(0.2261,0.99216)(0.2312,0.99216)(0.2362,0.98824)(0.2412,0.98824)(0.2462,0.98431)(0.2513,0.98431)(0.2563,0.98039)(0.2613,0.98039)(0.2663,0.98039)(0.2714,0.98039)(0.2764,0.98431)(0.2814,0.98431)(0.2864,0.98824)(0.2915,0.98824)(0.2965,0.99216)(0.3015,0.99216)(0.3065,0.99608)(0.3116,0.99608)(0.3166,0.99608)(0.3216,0.97647)(0.3266,0.95686)(0.3317,0.93725)(0.3367,0.92157)(0.3417,0.90196)(0.3467,0.88235)(0.3518,0.86275)(0.3568,0.84706)(0.3618,0.82745)(0.3668,0.80784)(0.3719,0.81569)(0.3769,0.83529)(0.3819,0.85098)(0.3869,0.87059)(0.392,0.8902)(0.397,0.9098)(0.402,0.92549)(0.407,0.9451)(0.4121,0.96471)(0.4171,0.98431)(0.4221,1)(0.4271,1)(0.4322,1)(0.4372,1)(0.4422,1)(0.4472,1)(0.4523,1)(0.4573,1)(0.4623,1)(0.4673,1)(0.4724,1)(0.4774,1)(0.4824,1)(0.4874,1)(0.4925,1)(0.4975,1)(0.5025,1)(0.5075,1)(0.5126,1)(0.5176,1)(0.5226,1)(0.5276,0.99216)(0.5327,0.98039)(0.5377,0.96471)(0.5427,0.94902)(0.5477,0.93333)(0.5528,0.91765)(0.5578,0.90588)(0.5628,0.8902)(0.5678,0.87451)(0.5729,0.85882)(0.5779,0.84314)(0.5829,0.83137)(0.5879,0.81961)(0.593,0.81176)(0.598,0.8)(0.603,0.78824)(0.608,0.77647)(0.6131,0.76471)(0.6181,0.75294)(0.6231,0.74118)(0.6281,0.72941)(0.6332,0.7098)(0.6382,0.66667)(0.6432,0.62353)(0.6482,0.58039)(0.6533,0.53725)(0.6583,0.49412)(0.6633,0.45098)(0.6683,0.40392)(0.6734,0.36078)(0.6784,0.31765)(0.6834,0.27451)(0.6884,0.24706)(0.6935,0.21961)(0.6985,0.19608)(0.7035,0.16863)(0.7085,0.1451)(0.7136,0.11765)(0.7186,0.090196)(0.7236,0.066667)(0.7286,0.039216)(0.7337,0.015686)(0.7387,0)(0.7437,0)(0.7487,0)(0.7538,0)(0.7588,0)(0.7638,0)(0.7688,0)(0.7739,0)(0.7789,0)(0.7839,0)(0.7889,0)(0.794,0.015686)(0.799,0.031373)(0.804,0.05098)(0.809,0.066667)(0.8141,0.086275)(0.8191,0.10588)(0.8241,0.12157)(0.8291,0.14118)(0.8342,0.15686)(0.8392,0.17647)(0.8442,0.2)(0.8492,0.23137)(0.8543,0.25882)(0.8593,0.2902)(0.8643,0.32157)(0.8693,0.35294)(0.8744,0.38431)(0.8794,0.41569)(0.8844,0.44314)(0.8894,0.47451)(0.8945,0.50588)(0.8995,0.52941)(0.9045,0.55294)(0.9095,0.57255)(0.9146,0.59608)(0.9196,0.61961)(0.9246,0.64314)(0.9296,0.66275)(0.9347,0.68627)(0.9397,0.7098)(0.9447,0.72941)(0.9497,0.75294)(0.9548,0.78039)(0.9598,0.80392)(0.9648,0.82745)(0.9698,0.85098)(0.9749,0.87451)(0.9799,0.90196)(0.9849,0.92549)(0.9899,0.94902)(0.995,0.97255)(1,1) +BLUE: +(0,0.50196)(0.005,0.45098)(0.0101,0.40392)(0.0151,0.35686)(0.0201,0.3098)(0.0251,0.25882)(0.0302,0.21176)(0.0352,0.16471)(0.0402,0.11765)(0.0452,0.070588)(0.0503,0.019608)(0.0553,0.047059)(0.0603,0.1451)(0.0653,0.23922)(0.0704,0.33333)(0.0754,0.43137)(0.0804,0.52549)(0.0854,0.61961)(0.0905,0.71765)(0.0955,0.81176)(0.1005,0.90588)(0.1055,1)(0.1106,1)(0.1156,1)(0.1206,1)(0.1256,1)(0.1307,1)(0.1357,1)(0.1407,1)(0.1457,1)(0.1508,1)(0.1558,1)(0.1608,1)(0.1658,1)(0.1709,1)(0.1759,1)(0.1809,1)(0.1859,1)(0.191,1)(0.196,1)(0.201,1)(0.206,1)(0.2111,0.99216)(0.2161,0.95686)(0.2211,0.91765)(0.2261,0.88235)(0.2312,0.84314)(0.2362,0.80392)(0.2412,0.76863)(0.2462,0.72941)(0.2513,0.6902)(0.2563,0.6549)(0.2613,0.61569)(0.2663,0.56471)(0.2714,0.5098)(0.2764,0.45098)(0.2814,0.39216)(0.2864,0.33333)(0.2915,0.27843)(0.2965,0.21961)(0.3015,0.16078)(0.3065,0.10588)(0.3116,0.047059)(0.3166,0)(0.3216,0)(0.3266,0)(0.3317,0)(0.3367,0)(0.3417,0)(0.3467,0)(0.3518,0)(0.3568,0)(0.3618,0)(0.3668,0)(0.3719,0)(0.3769,0)(0.3819,0)(0.3869,0)(0.392,0)(0.397,0)(0.402,0)(0.407,0)(0.4121,0)(0.4171,0)(0.4221,0.0039216)(0.4271,0.027451)(0.4322,0.05098)(0.4372,0.07451)(0.4422,0.094118)(0.4472,0.11765)(0.4523,0.14118)(0.4573,0.16471)(0.4623,0.18824)(0.4673,0.21176)(0.4724,0.23529)(0.4774,0.22353)(0.4824,0.2)(0.4874,0.17647)(0.4925,0.15294)(0.4975,0.12941)(0.5025,0.1098)(0.5075,0.086275)(0.5126,0.062745)(0.5176,0.039216)(0.5226,0.015686)(0.5276,0)(0.5327,0)(0.5377,0)(0.5427,0)(0.5477,0)(0.5528,0)(0.5578,0)(0.5628,0)(0.5678,0)(0.5729,0)(0.5779,0)(0.5829,0.0039216)(0.5879,0.0078431)(0.593,0.011765)(0.598,0.019608)(0.603,0.023529)(0.608,0.031373)(0.6131,0.035294)(0.6181,0.043137)(0.6231,0.047059)(0.6281,0.054902)(0.6332,0.054902)(0.6382,0.05098)(0.6432,0.043137)(0.6482,0.039216)(0.6533,0.031373)(0.6583,0.027451)(0.6633,0.019608)(0.6683,0.015686)(0.6734,0.011765)(0.6784,0.0039216)(0.6834,0)(0.6884,0)(0.6935,0)(0.6985,0)(0.7035,0)(0.7085,0)(0.7136,0)(0.7186,0)(0.7236,0)(0.7286,0)(0.7337,0)(0.7387,0.031373)(0.7437,0.12941)(0.7487,0.22353)(0.7538,0.32157)(0.7588,0.41569)(0.7638,0.5098)(0.7688,0.60784)(0.7739,0.70196)(0.7789,0.79608)(0.7839,0.89412)(0.7889,0.98824)(0.794,1)(0.799,1)(0.804,1)(0.809,1)(0.8141,1)(0.8191,1)(0.8241,1)(0.8291,1)(0.8342,1)(0.8392,1)(0.8442,0.99608)(0.8492,0.98824)(0.8543,0.98431)(0.8593,0.97647)(0.8643,0.96863)(0.8693,0.96471)(0.8744,0.95686)(0.8794,0.94902)(0.8844,0.9451)(0.8894,0.93725)(0.8945,0.93333)(0.8995,0.93333)(0.9045,0.93725)(0.9095,0.93725)(0.9146,0.94118)(0.9196,0.9451)(0.9246,0.9451)(0.9296,0.94902)(0.9347,0.95294)(0.9397,0.95294)(0.9447,0.95686)(0.9497,0.96078)(0.9548,0.96471)(0.9598,0.96863)(0.9648,0.97255)(0.9698,0.97647)(0.9749,0.98039)(0.9799,0.98431)(0.9849,0.98824)(0.9899,0.99216)(0.995,0.99608)(1,1) diff --git a/ds9/cmaps/gist_rainbow.sao b/ds9/cmaps/gist_rainbow.sao new file mode 100644 index 0000000..f9ed464 --- /dev/null +++ b/ds9/cmaps/gist_rainbow.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# rainbow +# created by cptutils 1.46 +# Wed Aug 15 23:30:59 2012 +PSEUDOCOLOR +RED: +(0,1)(0.0042,1)(0.0084,1)(0.0126,1)(0.0167,1)(0.0209,1)(0.0251,1)(0.0293,1)(0.0335,1)(0.0377,1)(0.0418,1)(0.046,1)(0.0502,1)(0.0544,1)(0.0586,1)(0.0628,1)(0.0669,1)(0.0711,1)(0.0753,1)(0.0795,1)(0.0837,1)(0.0879,1)(0.0921,1)(0.0962,1)(0.1004,1)(0.1046,1)(0.1088,1)(0.113,1)(0.1172,1)(0.1213,1)(0.1255,1)(0.1297,1)(0.1339,1)(0.1381,1)(0.1423,1)(0.1464,1)(0.1506,1)(0.1548,1)(0.159,1)(0.1632,1)(0.1674,1)(0.1715,1)(0.1757,1)(0.1799,1)(0.1841,1)(0.1883,1)(0.1925,1)(0.1967,1)(0.2008,1)(0.205,1)(0.2092,1)(0.2134,1)(0.2176,1)(0.2218,0.96078)(0.2259,0.94118)(0.2301,0.92157)(0.2343,0.89804)(0.2385,0.87843)(0.2427,0.85882)(0.2469,0.83529)(0.251,0.81569)(0.2552,0.79216)(0.2594,0.77255)(0.2636,0.75294)(0.2678,0.72941)(0.272,0.7098)(0.2762,0.68627)(0.2803,0.66667)(0.2845,0.62353)(0.2887,0.60392)(0.2929,0.58431)(0.2971,0.56078)(0.3013,0.54118)(0.3054,0.51765)(0.3096,0.49804)(0.3138,0.47843)(0.318,0.4549)(0.3222,0.43529)(0.3264,0.41569)(0.3305,0.39216)(0.3347,0.37255)(0.3389,0.34902)(0.3431,0.32941)(0.3473,0.28627)(0.3515,0.26667)(0.3556,0.24706)(0.3598,0.22353)(0.364,0.20392)(0.3682,0.18039)(0.3724,0.16078)(0.3766,0.14118)(0.3808,0.11765)(0.3849,0.098039)(0.3891,0.07451)(0.3933,0.054902)(0.3975,0.035294)(0.4017,0.011765)(0.4059,0)(0.41,0)(0.4142,0)(0.4184,0)(0.4226,0)(0.4268,0)(0.431,0)(0.4351,0)(0.4393,0)(0.4435,0)(0.4477,0)(0.4519,0)(0.4561,0)(0.4603,0)(0.4644,0)(0.4686,0)(0.4728,0)(0.477,0)(0.4812,0)(0.4854,0)(0.4895,0)(0.4937,0)(0.4979,0)(0.5021,0)(0.5063,0)(0.5105,0)(0.5146,0)(0.5188,0)(0.523,0)(0.5272,0)(0.5314,0)(0.5356,0)(0.5397,0)(0.5439,0)(0.5481,0)(0.5523,0)(0.5565,0)(0.5607,0)(0.5649,0)(0.569,0)(0.5732,0)(0.5774,0)(0.5816,0)(0.5858,0)(0.59,0)(0.5941,0)(0.5983,0)(0.6025,0)(0.6067,0)(0.6109,0)(0.6151,0)(0.6192,0)(0.6234,0)(0.6276,0)(0.6318,0)(0.636,0)(0.6402,0)(0.6444,0)(0.6485,0)(0.6527,0)(0.6569,0)(0.6611,0)(0.6653,0)(0.6695,0)(0.6736,0)(0.6778,0)(0.682,0)(0.6862,0)(0.6904,0)(0.6946,0)(0.6987,0)(0.7029,0)(0.7071,0)(0.7113,0)(0.7155,0)(0.7197,0)(0.7238,0)(0.728,0)(0.7322,0)(0.7364,0)(0.7406,0)(0.7448,0)(0.749,0)(0.7531,0)(0.7573,0)(0.7615,0)(0.7657,0)(0.7699,0)(0.7741,0)(0.7782,0.0078431)(0.7824,0.027451)(0.7866,0.070588)(0.7908,0.094118)(0.795,0.11373)(0.7992,0.13333)(0.8033,0.15686)(0.8075,0.17647)(0.8117,0.19608)(0.8159,0.21961)(0.8201,0.23922)(0.8243,0.26275)(0.8285,0.28235)(0.8326,0.30196)(0.8368,0.32549)(0.841,0.3451)(0.8452,0.36471)(0.8494,0.40784)(0.8536,0.43137)(0.8577,0.45098)(0.8619,0.47059)(0.8661,0.49412)(0.8703,0.51373)(0.8745,0.53333)(0.8787,0.55686)(0.8828,0.57647)(0.887,0.6)(0.8912,0.61961)(0.8954,0.63922)(0.8996,0.66275)(0.9038,0.68235)(0.9079,0.70588)(0.9121,0.7451)(0.9163,0.76863)(0.9205,0.78824)(0.9247,0.80784)(0.9289,0.83137)(0.9331,0.85098)(0.9372,0.87451)(0.9414,0.89412)(0.9456,0.91373)(0.9498,0.93725)(0.954,0.95686)(0.9582,0.97647)(0.9623,1)(0.9665,1)(0.9707,1)(0.9749,1)(0.9791,1)(0.9833,1)(0.9874,1)(0.9916,1)(0.9958,1)(1,1) +GREEN: +(0,0)(0.0042,0)(0.0084,0)(0.0126,0)(0.0167,0)(0.0209,0)(0.0251,0)(0.0293,0)(0.0335,0.019608)(0.0377,0.043137)(0.0418,0.062745)(0.046,0.086275)(0.0502,0.10588)(0.0544,0.12549)(0.0586,0.14902)(0.0628,0.16863)(0.0669,0.18824)(0.0711,0.21176)(0.0753,0.23137)(0.0795,0.2549)(0.0837,0.27451)(0.0879,0.29412)(0.0921,0.31765)(0.0962,0.35686)(0.1004,0.38039)(0.1046,0.4)(0.1088,0.42353)(0.113,0.44314)(0.1172,0.46275)(0.1213,0.48627)(0.1255,0.50588)(0.1297,0.52941)(0.1339,0.54902)(0.1381,0.56863)(0.1423,0.59216)(0.1464,0.61176)(0.1506,0.63137)(0.1548,0.6549)(0.159,0.69804)(0.1632,0.71765)(0.1674,0.73725)(0.1715,0.76078)(0.1757,0.78039)(0.1799,0.8)(0.1841,0.82353)(0.1883,0.84314)(0.1925,0.86667)(0.1967,0.88627)(0.2008,0.90588)(0.205,0.92941)(0.2092,0.94902)(0.2134,0.96863)(0.2176,0.99216)(0.2218,1)(0.2259,1)(0.2301,1)(0.2343,1)(0.2385,1)(0.2427,1)(0.2469,1)(0.251,1)(0.2552,1)(0.2594,1)(0.2636,1)(0.2678,1)(0.272,1)(0.2762,1)(0.2803,1)(0.2845,1)(0.2887,1)(0.2929,1)(0.2971,1)(0.3013,1)(0.3054,1)(0.3096,1)(0.3138,1)(0.318,1)(0.3222,1)(0.3264,1)(0.3305,1)(0.3347,1)(0.3389,1)(0.3431,1)(0.3473,1)(0.3515,1)(0.3556,1)(0.3598,1)(0.364,1)(0.3682,1)(0.3724,1)(0.3766,1)(0.3808,1)(0.3849,1)(0.3891,1)(0.3933,1)(0.3975,1)(0.4017,1)(0.4059,1)(0.41,1)(0.4142,1)(0.4184,1)(0.4226,1)(0.4268,1)(0.431,1)(0.4351,1)(0.4393,1)(0.4435,1)(0.4477,1)(0.4519,1)(0.4561,1)(0.4603,1)(0.4644,1)(0.4686,1)(0.4728,1)(0.477,1)(0.4812,1)(0.4854,1)(0.4895,1)(0.4937,1)(0.4979,1)(0.5021,1)(0.5063,1)(0.5105,1)(0.5146,1)(0.5188,1)(0.523,1)(0.5272,1)(0.5314,1)(0.5356,1)(0.5397,1)(0.5439,1)(0.5481,1)(0.5523,1)(0.5565,1)(0.5607,1)(0.5649,1)(0.569,1)(0.5732,1)(0.5774,1)(0.5816,1)(0.5858,1)(0.59,1)(0.5941,0.98039)(0.5983,0.93725)(0.6025,0.91765)(0.6067,0.89412)(0.6109,0.87451)(0.6151,0.8549)(0.6192,0.83137)(0.6234,0.81176)(0.6276,0.78824)(0.6318,0.76863)(0.636,0.74902)(0.6402,0.72549)(0.6444,0.70588)(0.6485,0.68235)(0.6527,0.66275)(0.6569,0.64314)(0.6611,0.6)(0.6653,0.58039)(0.6695,0.55686)(0.6736,0.53725)(0.6778,0.51373)(0.682,0.49412)(0.6862,0.47451)(0.6904,0.45098)(0.6946,0.43137)(0.6987,0.41176)(0.7029,0.38824)(0.7071,0.36863)(0.7113,0.3451)(0.7155,0.32549)(0.7197,0.30588)(0.7238,0.26275)(0.728,0.24314)(0.7322,0.21961)(0.7364,0.2)(0.7406,0.17647)(0.7448,0.15686)(0.749,0.13725)(0.7531,0.11373)(0.7573,0.094118)(0.7615,0.070588)(0.7657,0.05098)(0.7699,0.031373)(0.7741,0.0078431)(0.7782,0)(0.7824,0)(0.7866,0)(0.7908,0)(0.795,0)(0.7992,0)(0.8033,0)(0.8075,0)(0.8117,0)(0.8159,0)(0.8201,0)(0.8243,0)(0.8285,0)(0.8326,0)(0.8368,0)(0.841,0)(0.8452,0)(0.8494,0)(0.8536,0)(0.8577,0)(0.8619,0)(0.8661,0)(0.8703,0)(0.8745,0)(0.8787,0)(0.8828,0)(0.887,0)(0.8912,0)(0.8954,0)(0.8996,0)(0.9038,0)(0.9079,0)(0.9121,0)(0.9163,0)(0.9205,0)(0.9247,0)(0.9289,0)(0.9331,0)(0.9372,0)(0.9414,0)(0.9456,0)(0.9498,0)(0.954,0)(0.9582,0)(0.9623,0)(0.9665,0)(0.9707,0)(0.9749,0)(0.9791,0)(0.9833,0)(0.9874,0)(0.9916,0)(0.9958,0)(1,0) +BLUE: +(0,0.16471)(0.0042,0.14118)(0.0084,0.12157)(0.0126,0.10196)(0.0167,0.078431)(0.0209,0.058824)(0.0251,0.039216)(0.0293,0.015686)(0.0335,0)(0.0377,0)(0.0418,0)(0.046,0)(0.0502,0)(0.0544,0)(0.0586,0)(0.0628,0)(0.0669,0)(0.0711,0)(0.0753,0)(0.0795,0)(0.0837,0)(0.0879,0)(0.0921,0)(0.0962,0)(0.1004,0)(0.1046,0)(0.1088,0)(0.113,0)(0.1172,0)(0.1213,0)(0.1255,0)(0.1297,0)(0.1339,0)(0.1381,0)(0.1423,0)(0.1464,0)(0.1506,0)(0.1548,0)(0.159,0)(0.1632,0)(0.1674,0)(0.1715,0)(0.1757,0)(0.1799,0)(0.1841,0)(0.1883,0)(0.1925,0)(0.1967,0)(0.2008,0)(0.205,0)(0.2092,0)(0.2134,0)(0.2176,0)(0.2218,0)(0.2259,0)(0.2301,0)(0.2343,0)(0.2385,0)(0.2427,0)(0.2469,0)(0.251,0)(0.2552,0)(0.2594,0)(0.2636,0)(0.2678,0)(0.272,0)(0.2762,0)(0.2803,0)(0.2845,0)(0.2887,0)(0.2929,0)(0.2971,0)(0.3013,0)(0.3054,0)(0.3096,0)(0.3138,0)(0.318,0)(0.3222,0)(0.3264,0)(0.3305,0)(0.3347,0)(0.3389,0)(0.3431,0)(0.3473,0)(0.3515,0)(0.3556,0)(0.3598,0)(0.364,0)(0.3682,0)(0.3724,0)(0.3766,0)(0.3808,0)(0.3849,0)(0.3891,0)(0.3933,0)(0.3975,0)(0.4017,0)(0.4059,0.0039216)(0.41,0.047059)(0.4142,0.066667)(0.4184,0.090196)(0.4226,0.1098)(0.4268,0.12941)(0.431,0.15294)(0.4351,0.17255)(0.4393,0.19216)(0.4435,0.21569)(0.4477,0.23529)(0.4519,0.25882)(0.4561,0.27843)(0.4603,0.29804)(0.4644,0.32157)(0.4686,0.34118)(0.4728,0.38431)(0.477,0.40392)(0.4812,0.42745)(0.4854,0.44706)(0.4895,0.46667)(0.4937,0.4902)(0.4979,0.5098)(0.5021,0.52941)(0.5063,0.55294)(0.5105,0.57255)(0.5146,0.59608)(0.5188,0.61569)(0.523,0.63529)(0.5272,0.65882)(0.5314,0.67843)(0.5356,0.72157)(0.5397,0.74118)(0.5439,0.76471)(0.5481,0.78431)(0.5523,0.80392)(0.5565,0.82745)(0.5607,0.84706)(0.5649,0.87059)(0.569,0.8902)(0.5732,0.9098)(0.5774,0.93333)(0.5816,0.95294)(0.5858,0.97255)(0.59,0.99608)(0.5941,1)(0.5983,1)(0.6025,1)(0.6067,1)(0.6109,1)(0.6151,1)(0.6192,1)(0.6234,1)(0.6276,1)(0.6318,1)(0.636,1)(0.6402,1)(0.6444,1)(0.6485,1)(0.6527,1)(0.6569,1)(0.6611,1)(0.6653,1)(0.6695,1)(0.6736,1)(0.6778,1)(0.682,1)(0.6862,1)(0.6904,1)(0.6946,1)(0.6987,1)(0.7029,1)(0.7071,1)(0.7113,1)(0.7155,1)(0.7197,1)(0.7238,1)(0.728,1)(0.7322,1)(0.7364,1)(0.7406,1)(0.7448,1)(0.749,1)(0.7531,1)(0.7573,1)(0.7615,1)(0.7657,1)(0.7699,1)(0.7741,1)(0.7782,1)(0.7824,1)(0.7866,1)(0.7908,1)(0.795,1)(0.7992,1)(0.8033,1)(0.8075,1)(0.8117,1)(0.8159,1)(0.8201,1)(0.8243,1)(0.8285,1)(0.8326,1)(0.8368,1)(0.841,1)(0.8452,1)(0.8494,1)(0.8536,1)(0.8577,1)(0.8619,1)(0.8661,1)(0.8703,1)(0.8745,1)(0.8787,1)(0.8828,1)(0.887,1)(0.8912,1)(0.8954,1)(0.8996,1)(0.9038,1)(0.9079,1)(0.9121,1)(0.9163,1)(0.9205,1)(0.9247,1)(0.9289,1)(0.9331,1)(0.9372,1)(0.9414,1)(0.9456,1)(0.9498,1)(0.954,1)(0.9582,1)(0.9623,0.99608)(0.9665,0.97647)(0.9707,0.95294)(0.9749,0.91373)(0.9791,0.8902)(0.9833,0.87059)(0.9874,0.85098)(0.9916,0.82745)(0.9958,0.80784)(1,0.78824) diff --git a/ds9/cmaps/gist_stern.sao b/ds9/cmaps/gist_stern.sao new file mode 100644 index 0000000..5d90e1a --- /dev/null +++ b/ds9/cmaps/gist_stern.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# stern +# created by cptutils 1.46 +# Wed Aug 15 23:30:59 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0042,0.070588)(0.0084,0.14118)(0.0126,0.21176)(0.0167,0.28235)(0.0209,0.35294)(0.0251,0.42353)(0.0293,0.49804)(0.0335,0.56863)(0.0377,0.63922)(0.0418,0.78039)(0.046,0.85098)(0.0502,0.92157)(0.0544,0.99608)(0.0586,0.97647)(0.0628,0.95686)(0.0669,0.93725)(0.0711,0.91765)(0.0753,0.89804)(0.0795,0.87451)(0.0837,0.8549)(0.0879,0.83529)(0.0921,0.81569)(0.0962,0.79608)(0.1004,0.77255)(0.1046,0.75294)(0.1088,0.73333)(0.113,0.71373)(0.1172,0.69412)(0.1213,0.67451)(0.1255,0.63137)(0.1297,0.61176)(0.1339,0.59216)(0.1381,0.57255)(0.1423,0.54902)(0.1464,0.52941)(0.1506,0.5098)(0.1548,0.4902)(0.159,0.47059)(0.1632,0.45098)(0.1674,0.42745)(0.1715,0.40784)(0.1757,0.38824)(0.1799,0.36863)(0.1841,0.34902)(0.1883,0.32549)(0.1925,0.30588)(0.1967,0.28627)(0.2008,0.26667)(0.205,0.24706)(0.2092,0.20392)(0.2134,0.18431)(0.2176,0.16471)(0.2218,0.1451)(0.2259,0.12549)(0.2301,0.10196)(0.2343,0.082353)(0.2385,0.062745)(0.2427,0.043137)(0.2469,0.023529)(0.251,0.25098)(0.2552,0.2549)(0.2594,0.25882)(0.2636,0.26275)(0.2678,0.26667)(0.272,0.27059)(0.2762,0.27451)(0.2803,0.27843)(0.2845,0.28235)(0.2887,0.28627)(0.2929,0.29412)(0.2971,0.29804)(0.3013,0.30196)(0.3054,0.30588)(0.3096,0.3098)(0.3138,0.31373)(0.318,0.31765)(0.3222,0.32157)(0.3264,0.32549)(0.3305,0.32941)(0.3347,0.33333)(0.3389,0.33725)(0.3431,0.34118)(0.3473,0.3451)(0.3515,0.34902)(0.3556,0.35294)(0.3598,0.35686)(0.364,0.36078)(0.3682,0.36471)(0.3724,0.36863)(0.3766,0.37647)(0.3808,0.38039)(0.3849,0.38431)(0.3891,0.38824)(0.3933,0.39216)(0.3975,0.39608)(0.4017,0.4)(0.4059,0.40392)(0.41,0.40784)(0.4142,0.41176)(0.4184,0.41569)(0.4226,0.41961)(0.4268,0.42353)(0.431,0.42745)(0.4351,0.43137)(0.4393,0.43529)(0.4435,0.43922)(0.4477,0.44314)(0.4519,0.44706)(0.4561,0.45098)(0.4603,0.45882)(0.4644,0.46275)(0.4686,0.46667)(0.4728,0.47059)(0.477,0.47451)(0.4812,0.47843)(0.4854,0.48235)(0.4895,0.48627)(0.4937,0.4902)(0.4979,0.49412)(0.5021,0.50196)(0.5063,0.50588)(0.5105,0.5098)(0.5146,0.51373)(0.5188,0.51765)(0.523,0.52157)(0.5272,0.52549)(0.5314,0.52941)(0.5356,0.53333)(0.5397,0.53725)(0.5439,0.5451)(0.5481,0.54902)(0.5523,0.55294)(0.5565,0.55686)(0.5607,0.56078)(0.5649,0.56471)(0.569,0.56863)(0.5732,0.57255)(0.5774,0.57647)(0.5816,0.58039)(0.5858,0.58431)(0.59,0.58824)(0.5941,0.59216)(0.5983,0.59608)(0.6025,0.6)(0.6067,0.60392)(0.6109,0.60784)(0.6151,0.61176)(0.6192,0.61569)(0.6234,0.61961)(0.6276,0.62745)(0.6318,0.63137)(0.636,0.63529)(0.6402,0.63922)(0.6444,0.64314)(0.6485,0.64706)(0.6527,0.65098)(0.6569,0.6549)(0.6611,0.65882)(0.6653,0.66275)(0.6695,0.66667)(0.6736,0.67059)(0.6778,0.67451)(0.682,0.67843)(0.6862,0.68235)(0.6904,0.68627)(0.6946,0.6902)(0.6987,0.69412)(0.7029,0.69804)(0.7071,0.70196)(0.7113,0.7098)(0.7155,0.71373)(0.7197,0.71765)(0.7238,0.72157)(0.728,0.72549)(0.7322,0.72941)(0.7364,0.73333)(0.7406,0.73725)(0.7448,0.74118)(0.749,0.7451)(0.7531,0.75294)(0.7573,0.75686)(0.7615,0.76078)(0.7657,0.76471)(0.7699,0.76863)(0.7741,0.77255)(0.7782,0.77647)(0.7824,0.78039)(0.7866,0.78431)(0.7908,0.78824)(0.795,0.79608)(0.7992,0.8)(0.8033,0.80392)(0.8075,0.80784)(0.8117,0.81176)(0.8159,0.81569)(0.8201,0.81961)(0.8243,0.82353)(0.8285,0.82745)(0.8326,0.83137)(0.8368,0.83529)(0.841,0.83922)(0.8452,0.84314)(0.8494,0.84706)(0.8536,0.85098)(0.8577,0.8549)(0.8619,0.85882)(0.8661,0.86275)(0.8703,0.86667)(0.8745,0.87059)(0.8787,0.87843)(0.8828,0.88235)(0.887,0.88627)(0.8912,0.8902)(0.8954,0.89412)(0.8996,0.89804)(0.9038,0.90196)(0.9079,0.90588)(0.9121,0.9098)(0.9163,0.91373)(0.9205,0.91765)(0.9247,0.92157)(0.9289,0.92549)(0.9331,0.92941)(0.9372,0.93333)(0.9414,0.93725)(0.9456,0.94118)(0.9498,0.9451)(0.954,0.94902)(0.9582,0.95294)(0.9623,0.96078)(0.9665,0.96471)(0.9707,0.96863)(0.9749,0.97255)(0.9791,0.97647)(0.9833,0.98039)(0.9874,0.98431)(0.9916,0.98824)(0.9958,0.99216)(1,0.99608) +GREEN: +(0,0)(0.0042,0.0039216)(0.0084,0.0078431)(0.0126,0.011765)(0.0167,0.015686)(0.0209,0.019608)(0.0251,0.023529)(0.0293,0.027451)(0.0335,0.031373)(0.0377,0.035294)(0.0418,0.043137)(0.046,0.047059)(0.0502,0.05098)(0.0544,0.054902)(0.0586,0.058824)(0.0628,0.062745)(0.0669,0.066667)(0.0711,0.070588)(0.0753,0.07451)(0.0795,0.078431)(0.0837,0.082353)(0.0879,0.086275)(0.0921,0.090196)(0.0962,0.094118)(0.1004,0.098039)(0.1046,0.10196)(0.1088,0.10588)(0.113,0.1098)(0.1172,0.11373)(0.1213,0.11765)(0.1255,0.12549)(0.1297,0.12941)(0.1339,0.13333)(0.1381,0.13725)(0.1423,0.14118)(0.1464,0.1451)(0.1506,0.14902)(0.1548,0.15294)(0.159,0.15686)(0.1632,0.16078)(0.1674,0.16471)(0.1715,0.16863)(0.1757,0.17255)(0.1799,0.17647)(0.1841,0.18039)(0.1883,0.18431)(0.1925,0.18824)(0.1967,0.19216)(0.2008,0.19608)(0.205,0.2)(0.2092,0.20784)(0.2134,0.21176)(0.2176,0.21569)(0.2218,0.21961)(0.2259,0.22353)(0.2301,0.22745)(0.2343,0.23137)(0.2385,0.23529)(0.2427,0.23922)(0.2469,0.24314)(0.251,0.25098)(0.2552,0.2549)(0.2594,0.25882)(0.2636,0.26275)(0.2678,0.26667)(0.272,0.27059)(0.2762,0.27451)(0.2803,0.27843)(0.2845,0.28235)(0.2887,0.28627)(0.2929,0.29412)(0.2971,0.29804)(0.3013,0.30196)(0.3054,0.30588)(0.3096,0.3098)(0.3138,0.31373)(0.318,0.31765)(0.3222,0.32157)(0.3264,0.32549)(0.3305,0.32941)(0.3347,0.33333)(0.3389,0.33725)(0.3431,0.34118)(0.3473,0.3451)(0.3515,0.34902)(0.3556,0.35294)(0.3598,0.35686)(0.364,0.36078)(0.3682,0.36471)(0.3724,0.36863)(0.3766,0.37647)(0.3808,0.38039)(0.3849,0.38431)(0.3891,0.38824)(0.3933,0.39216)(0.3975,0.39608)(0.4017,0.4)(0.4059,0.40392)(0.41,0.40784)(0.4142,0.41176)(0.4184,0.41569)(0.4226,0.41961)(0.4268,0.42353)(0.431,0.42745)(0.4351,0.43137)(0.4393,0.43529)(0.4435,0.43922)(0.4477,0.44314)(0.4519,0.44706)(0.4561,0.45098)(0.4603,0.45882)(0.4644,0.46275)(0.4686,0.46667)(0.4728,0.47059)(0.477,0.47451)(0.4812,0.47843)(0.4854,0.48235)(0.4895,0.48627)(0.4937,0.4902)(0.4979,0.49412)(0.5021,0.50196)(0.5063,0.50588)(0.5105,0.5098)(0.5146,0.51373)(0.5188,0.51765)(0.523,0.52157)(0.5272,0.52549)(0.5314,0.52941)(0.5356,0.53333)(0.5397,0.53725)(0.5439,0.5451)(0.5481,0.54902)(0.5523,0.55294)(0.5565,0.55686)(0.5607,0.56078)(0.5649,0.56471)(0.569,0.56863)(0.5732,0.57255)(0.5774,0.57647)(0.5816,0.58039)(0.5858,0.58431)(0.59,0.58824)(0.5941,0.59216)(0.5983,0.59608)(0.6025,0.6)(0.6067,0.60392)(0.6109,0.60784)(0.6151,0.61176)(0.6192,0.61569)(0.6234,0.61961)(0.6276,0.62745)(0.6318,0.63137)(0.636,0.63529)(0.6402,0.63922)(0.6444,0.64314)(0.6485,0.64706)(0.6527,0.65098)(0.6569,0.6549)(0.6611,0.65882)(0.6653,0.66275)(0.6695,0.66667)(0.6736,0.67059)(0.6778,0.67451)(0.682,0.67843)(0.6862,0.68235)(0.6904,0.68627)(0.6946,0.6902)(0.6987,0.69412)(0.7029,0.69804)(0.7071,0.70196)(0.7113,0.7098)(0.7155,0.71373)(0.7197,0.71765)(0.7238,0.72157)(0.728,0.72549)(0.7322,0.72941)(0.7364,0.73333)(0.7406,0.73725)(0.7448,0.74118)(0.749,0.7451)(0.7531,0.75294)(0.7573,0.75686)(0.7615,0.76078)(0.7657,0.76471)(0.7699,0.76863)(0.7741,0.77255)(0.7782,0.77647)(0.7824,0.78039)(0.7866,0.78431)(0.7908,0.78824)(0.795,0.79608)(0.7992,0.8)(0.8033,0.80392)(0.8075,0.80784)(0.8117,0.81176)(0.8159,0.81569)(0.8201,0.81961)(0.8243,0.82353)(0.8285,0.82745)(0.8326,0.83137)(0.8368,0.83529)(0.841,0.83922)(0.8452,0.84314)(0.8494,0.84706)(0.8536,0.85098)(0.8577,0.8549)(0.8619,0.85882)(0.8661,0.86275)(0.8703,0.86667)(0.8745,0.87059)(0.8787,0.87843)(0.8828,0.88235)(0.887,0.88627)(0.8912,0.8902)(0.8954,0.89412)(0.8996,0.89804)(0.9038,0.90196)(0.9079,0.90588)(0.9121,0.9098)(0.9163,0.91373)(0.9205,0.91765)(0.9247,0.92157)(0.9289,0.92549)(0.9331,0.92941)(0.9372,0.93333)(0.9414,0.93725)(0.9456,0.94118)(0.9498,0.9451)(0.954,0.94902)(0.9582,0.95294)(0.9623,0.96078)(0.9665,0.96471)(0.9707,0.96863)(0.9749,0.97255)(0.9791,0.97647)(0.9833,0.98039)(0.9874,0.98431)(0.9916,0.98824)(0.9958,0.99216)(1,0.99608) +BLUE: +(0,0)(0.0042,0.0039216)(0.0084,0.011765)(0.0126,0.019608)(0.0167,0.027451)(0.0209,0.035294)(0.0251,0.043137)(0.0293,0.05098)(0.0335,0.058824)(0.0377,0.066667)(0.0418,0.082353)(0.046,0.090196)(0.0502,0.098039)(0.0544,0.10588)(0.0586,0.11373)(0.0628,0.12157)(0.0669,0.12941)(0.0711,0.13725)(0.0753,0.1451)(0.0795,0.15294)(0.0837,0.16078)(0.0879,0.16863)(0.0921,0.17647)(0.0962,0.18431)(0.1004,0.19216)(0.1046,0.2)(0.1088,0.20784)(0.113,0.21569)(0.1172,0.22353)(0.1213,0.23137)(0.1255,0.24706)(0.1297,0.2549)(0.1339,0.26275)(0.1381,0.27059)(0.1423,0.27843)(0.1464,0.28627)(0.1506,0.29412)(0.1548,0.30196)(0.159,0.3098)(0.1632,0.31765)(0.1674,0.32549)(0.1715,0.33333)(0.1757,0.34118)(0.1799,0.34902)(0.1841,0.35686)(0.1883,0.36471)(0.1925,0.37255)(0.1967,0.38039)(0.2008,0.38824)(0.205,0.39608)(0.2092,0.41176)(0.2134,0.41961)(0.2176,0.42745)(0.2218,0.43529)(0.2259,0.44314)(0.2301,0.45098)(0.2343,0.45882)(0.2385,0.46667)(0.2427,0.47451)(0.2469,0.48235)(0.251,0.49804)(0.2552,0.50588)(0.2594,0.51373)(0.2636,0.52157)(0.2678,0.52941)(0.272,0.53725)(0.2762,0.5451)(0.2803,0.55294)(0.2845,0.56078)(0.2887,0.56863)(0.2929,0.58431)(0.2971,0.59216)(0.3013,0.6)(0.3054,0.60784)(0.3096,0.61569)(0.3138,0.62353)(0.318,0.63137)(0.3222,0.63922)(0.3264,0.64706)(0.3305,0.6549)(0.3347,0.66275)(0.3389,0.67059)(0.3431,0.67843)(0.3473,0.68627)(0.3515,0.69412)(0.3556,0.70196)(0.3598,0.7098)(0.364,0.71765)(0.3682,0.72549)(0.3724,0.73333)(0.3766,0.74902)(0.3808,0.75686)(0.3849,0.76471)(0.3891,0.77255)(0.3933,0.78039)(0.3975,0.78824)(0.4017,0.79608)(0.4059,0.80392)(0.41,0.81176)(0.4142,0.81961)(0.4184,0.82745)(0.4226,0.83529)(0.4268,0.84314)(0.431,0.85098)(0.4351,0.85882)(0.4393,0.86667)(0.4435,0.87451)(0.4477,0.88235)(0.4519,0.8902)(0.4561,0.89804)(0.4603,0.91373)(0.4644,0.92157)(0.4686,0.92941)(0.4728,0.93725)(0.477,0.9451)(0.4812,0.95294)(0.4854,0.96078)(0.4895,0.96863)(0.4937,0.97647)(0.4979,0.98431)(0.5021,1)(0.5063,0.98431)(0.5105,0.96863)(0.5146,0.95294)(0.5188,0.93333)(0.523,0.91765)(0.5272,0.90196)(0.5314,0.88627)(0.5356,0.86667)(0.5397,0.85098)(0.5439,0.81961)(0.5481,0.8)(0.5523,0.78431)(0.5565,0.76863)(0.5607,0.75294)(0.5649,0.73333)(0.569,0.71765)(0.5732,0.70196)(0.5774,0.68627)(0.5816,0.66667)(0.5858,0.65098)(0.59,0.63529)(0.5941,0.61961)(0.5983,0.6)(0.6025,0.58431)(0.6067,0.56863)(0.6109,0.55294)(0.6151,0.53333)(0.6192,0.51765)(0.6234,0.50196)(0.6276,0.46667)(0.6318,0.45098)(0.636,0.43529)(0.6402,0.41961)(0.6444,0.4)(0.6485,0.38431)(0.6527,0.36863)(0.6569,0.35294)(0.6611,0.33333)(0.6653,0.31765)(0.6695,0.30196)(0.6736,0.28627)(0.6778,0.26667)(0.682,0.25098)(0.6862,0.23529)(0.6904,0.21961)(0.6946,0.2)(0.6987,0.18431)(0.7029,0.16863)(0.7071,0.15294)(0.7113,0.11765)(0.7155,0.10196)(0.7197,0.086275)(0.7238,0.066667)(0.728,0.05098)(0.7322,0.035294)(0.7364,0.019608)(0.7406,0)(0.7448,0.011765)(0.749,0.027451)(0.7531,0.058824)(0.7573,0.07451)(0.7615,0.086275)(0.7657,0.10196)(0.7699,0.11765)(0.7741,0.13333)(0.7782,0.14902)(0.7824,0.16078)(0.7866,0.17647)(0.7908,0.19216)(0.795,0.22353)(0.7992,0.23529)(0.8033,0.25098)(0.8075,0.26667)(0.8117,0.28235)(0.8159,0.29804)(0.8201,0.3098)(0.8243,0.32549)(0.8285,0.34118)(0.8326,0.35686)(0.8368,0.37255)(0.841,0.38431)(0.8452,0.4)(0.8494,0.41569)(0.8536,0.43137)(0.8577,0.44706)(0.8619,0.45882)(0.8661,0.47451)(0.8703,0.4902)(0.8745,0.50588)(0.8787,0.53725)(0.8828,0.54902)(0.887,0.56471)(0.8912,0.58039)(0.8954,0.59608)(0.8996,0.61176)(0.9038,0.62353)(0.9079,0.63922)(0.9121,0.6549)(0.9163,0.67059)(0.9205,0.68627)(0.9247,0.69804)(0.9289,0.71373)(0.9331,0.72941)(0.9372,0.7451)(0.9414,0.76078)(0.9456,0.77255)(0.9498,0.78824)(0.954,0.80392)(0.9582,0.81961)(0.9623,0.84706)(0.9665,0.86275)(0.9707,0.87843)(0.9749,0.89412)(0.9791,0.9098)(0.9833,0.92157)(0.9874,0.93725)(0.9916,0.95294)(0.9958,0.96863)(1,0.98431) diff --git a/ds9/cmaps/gist_yarg.sao b/ds9/cmaps/gist_yarg.sao new file mode 100644 index 0000000..d71d033 --- /dev/null +++ b/ds9/cmaps/gist_yarg.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# yarg +# created by cptutils 1.46 +# Wed Aug 15 23:30:58 2012 +PSEUDOCOLOR +RED: +(0,1)(0.0042,0.99608)(0.0084,0.99216)(0.0126,0.98824)(0.0167,0.98431)(0.0209,0.98039)(0.0251,0.97647)(0.0293,0.97255)(0.0335,0.96471)(0.0377,0.96078)(0.0418,0.95686)(0.046,0.95294)(0.0502,0.94902)(0.0544,0.9451)(0.0586,0.94118)(0.0628,0.93725)(0.0669,0.93333)(0.0711,0.92941)(0.0753,0.92549)(0.0795,0.92157)(0.0837,0.91765)(0.0879,0.91373)(0.0921,0.9098)(0.0962,0.90196)(0.1004,0.89804)(0.1046,0.89412)(0.1088,0.8902)(0.113,0.88627)(0.1172,0.88235)(0.1213,0.87843)(0.1255,0.87451)(0.1297,0.87059)(0.1339,0.86667)(0.1381,0.86275)(0.1423,0.85882)(0.1464,0.8549)(0.1506,0.85098)(0.1548,0.84706)(0.159,0.83922)(0.1632,0.83529)(0.1674,0.83137)(0.1715,0.82745)(0.1757,0.82353)(0.1799,0.81961)(0.1841,0.81569)(0.1883,0.81176)(0.1925,0.80784)(0.1967,0.80392)(0.2008,0.8)(0.205,0.79608)(0.2092,0.79216)(0.2134,0.78824)(0.2176,0.78431)(0.2218,0.77647)(0.2259,0.77255)(0.2301,0.76863)(0.2343,0.76471)(0.2385,0.76078)(0.2427,0.75686)(0.2469,0.75294)(0.251,0.74902)(0.2552,0.7451)(0.2594,0.74118)(0.2636,0.73725)(0.2678,0.73333)(0.272,0.72941)(0.2762,0.72549)(0.2803,0.72157)(0.2845,0.71373)(0.2887,0.7098)(0.2929,0.70588)(0.2971,0.70196)(0.3013,0.69804)(0.3054,0.69412)(0.3096,0.6902)(0.3138,0.68627)(0.318,0.68235)(0.3222,0.67843)(0.3264,0.67451)(0.3305,0.67059)(0.3347,0.66667)(0.3389,0.66275)(0.3431,0.65882)(0.3473,0.65098)(0.3515,0.64706)(0.3556,0.64314)(0.3598,0.63922)(0.364,0.63529)(0.3682,0.63137)(0.3724,0.62745)(0.3766,0.62353)(0.3808,0.61961)(0.3849,0.61569)(0.3891,0.61176)(0.3933,0.60784)(0.3975,0.60392)(0.4017,0.6)(0.4059,0.59608)(0.41,0.58824)(0.4142,0.58431)(0.4184,0.58039)(0.4226,0.57647)(0.4268,0.57255)(0.431,0.56863)(0.4351,0.56471)(0.4393,0.56078)(0.4435,0.55686)(0.4477,0.55294)(0.4519,0.54902)(0.4561,0.5451)(0.4603,0.54118)(0.4644,0.53725)(0.4686,0.53333)(0.4728,0.52549)(0.477,0.52157)(0.4812,0.51765)(0.4854,0.51373)(0.4895,0.5098)(0.4937,0.50588)(0.4979,0.50196)(0.5021,0.49804)(0.5063,0.49412)(0.5105,0.4902)(0.5146,0.48627)(0.5188,0.48235)(0.523,0.47843)(0.5272,0.47451)(0.5314,0.47059)(0.5356,0.46275)(0.5397,0.45882)(0.5439,0.4549)(0.5481,0.45098)(0.5523,0.44706)(0.5565,0.44314)(0.5607,0.43922)(0.5649,0.43529)(0.569,0.43137)(0.5732,0.42745)(0.5774,0.42353)(0.5816,0.41961)(0.5858,0.41569)(0.59,0.41176)(0.5941,0.40784)(0.5983,0.4)(0.6025,0.39608)(0.6067,0.39216)(0.6109,0.38824)(0.6151,0.38431)(0.6192,0.38039)(0.6234,0.37647)(0.6276,0.37255)(0.6318,0.36863)(0.636,0.36471)(0.6402,0.36078)(0.6444,0.35686)(0.6485,0.35294)(0.6527,0.34902)(0.6569,0.3451)(0.6611,0.33725)(0.6653,0.33333)(0.6695,0.32941)(0.6736,0.32549)(0.6778,0.32157)(0.682,0.31765)(0.6862,0.31373)(0.6904,0.3098)(0.6946,0.30588)(0.6987,0.30196)(0.7029,0.29804)(0.7071,0.29412)(0.7113,0.2902)(0.7155,0.28627)(0.7197,0.28235)(0.7238,0.27451)(0.728,0.27059)(0.7322,0.26667)(0.7364,0.26275)(0.7406,0.25882)(0.7448,0.2549)(0.749,0.25098)(0.7531,0.24706)(0.7573,0.24314)(0.7615,0.23922)(0.7657,0.23529)(0.7699,0.23137)(0.7741,0.22745)(0.7782,0.22353)(0.7824,0.21961)(0.7866,0.21176)(0.7908,0.20784)(0.795,0.20392)(0.7992,0.2)(0.8033,0.19608)(0.8075,0.19216)(0.8117,0.18824)(0.8159,0.18431)(0.8201,0.18039)(0.8243,0.17647)(0.8285,0.17255)(0.8326,0.16863)(0.8368,0.16471)(0.841,0.16078)(0.8452,0.15686)(0.8494,0.14902)(0.8536,0.1451)(0.8577,0.14118)(0.8619,0.13725)(0.8661,0.13333)(0.8703,0.12941)(0.8745,0.12549)(0.8787,0.12157)(0.8828,0.11765)(0.887,0.11373)(0.8912,0.1098)(0.8954,0.10588)(0.8996,0.10196)(0.9038,0.098039)(0.9079,0.094118)(0.9121,0.086275)(0.9163,0.082353)(0.9205,0.078431)(0.9247,0.07451)(0.9289,0.070588)(0.9331,0.066667)(0.9372,0.062745)(0.9414,0.058824)(0.9456,0.054902)(0.9498,0.05098)(0.954,0.047059)(0.9582,0.043137)(0.9623,0.039216)(0.9665,0.035294)(0.9707,0.031373)(0.9749,0.023529)(0.9791,0.019608)(0.9833,0.015686)(0.9874,0.011765)(0.9916,0.0078431)(0.9958,0.0039216)(1,0) +GREEN: +(0,1)(0.0042,0.99608)(0.0084,0.99216)(0.0126,0.98824)(0.0167,0.98431)(0.0209,0.98039)(0.0251,0.97647)(0.0293,0.97255)(0.0335,0.96471)(0.0377,0.96078)(0.0418,0.95686)(0.046,0.95294)(0.0502,0.94902)(0.0544,0.9451)(0.0586,0.94118)(0.0628,0.93725)(0.0669,0.93333)(0.0711,0.92941)(0.0753,0.92549)(0.0795,0.92157)(0.0837,0.91765)(0.0879,0.91373)(0.0921,0.9098)(0.0962,0.90196)(0.1004,0.89804)(0.1046,0.89412)(0.1088,0.8902)(0.113,0.88627)(0.1172,0.88235)(0.1213,0.87843)(0.1255,0.87451)(0.1297,0.87059)(0.1339,0.86667)(0.1381,0.86275)(0.1423,0.85882)(0.1464,0.8549)(0.1506,0.85098)(0.1548,0.84706)(0.159,0.83922)(0.1632,0.83529)(0.1674,0.83137)(0.1715,0.82745)(0.1757,0.82353)(0.1799,0.81961)(0.1841,0.81569)(0.1883,0.81176)(0.1925,0.80784)(0.1967,0.80392)(0.2008,0.8)(0.205,0.79608)(0.2092,0.79216)(0.2134,0.78824)(0.2176,0.78431)(0.2218,0.77647)(0.2259,0.77255)(0.2301,0.76863)(0.2343,0.76471)(0.2385,0.76078)(0.2427,0.75686)(0.2469,0.75294)(0.251,0.74902)(0.2552,0.7451)(0.2594,0.74118)(0.2636,0.73725)(0.2678,0.73333)(0.272,0.72941)(0.2762,0.72549)(0.2803,0.72157)(0.2845,0.71373)(0.2887,0.7098)(0.2929,0.70588)(0.2971,0.70196)(0.3013,0.69804)(0.3054,0.69412)(0.3096,0.6902)(0.3138,0.68627)(0.318,0.68235)(0.3222,0.67843)(0.3264,0.67451)(0.3305,0.67059)(0.3347,0.66667)(0.3389,0.66275)(0.3431,0.65882)(0.3473,0.65098)(0.3515,0.64706)(0.3556,0.64314)(0.3598,0.63922)(0.364,0.63529)(0.3682,0.63137)(0.3724,0.62745)(0.3766,0.62353)(0.3808,0.61961)(0.3849,0.61569)(0.3891,0.61176)(0.3933,0.60784)(0.3975,0.60392)(0.4017,0.6)(0.4059,0.59608)(0.41,0.58824)(0.4142,0.58431)(0.4184,0.58039)(0.4226,0.57647)(0.4268,0.57255)(0.431,0.56863)(0.4351,0.56471)(0.4393,0.56078)(0.4435,0.55686)(0.4477,0.55294)(0.4519,0.54902)(0.4561,0.5451)(0.4603,0.54118)(0.4644,0.53725)(0.4686,0.53333)(0.4728,0.52549)(0.477,0.52157)(0.4812,0.51765)(0.4854,0.51373)(0.4895,0.5098)(0.4937,0.50588)(0.4979,0.50196)(0.5021,0.49804)(0.5063,0.49412)(0.5105,0.4902)(0.5146,0.48627)(0.5188,0.48235)(0.523,0.47843)(0.5272,0.47451)(0.5314,0.47059)(0.5356,0.46275)(0.5397,0.45882)(0.5439,0.4549)(0.5481,0.45098)(0.5523,0.44706)(0.5565,0.44314)(0.5607,0.43922)(0.5649,0.43529)(0.569,0.43137)(0.5732,0.42745)(0.5774,0.42353)(0.5816,0.41961)(0.5858,0.41569)(0.59,0.41176)(0.5941,0.40784)(0.5983,0.4)(0.6025,0.39608)(0.6067,0.39216)(0.6109,0.38824)(0.6151,0.38431)(0.6192,0.38039)(0.6234,0.37647)(0.6276,0.37255)(0.6318,0.36863)(0.636,0.36471)(0.6402,0.36078)(0.6444,0.35686)(0.6485,0.35294)(0.6527,0.34902)(0.6569,0.3451)(0.6611,0.33725)(0.6653,0.33333)(0.6695,0.32941)(0.6736,0.32549)(0.6778,0.32157)(0.682,0.31765)(0.6862,0.31373)(0.6904,0.3098)(0.6946,0.30588)(0.6987,0.30196)(0.7029,0.29804)(0.7071,0.29412)(0.7113,0.2902)(0.7155,0.28627)(0.7197,0.28235)(0.7238,0.27451)(0.728,0.27059)(0.7322,0.26667)(0.7364,0.26275)(0.7406,0.25882)(0.7448,0.2549)(0.749,0.25098)(0.7531,0.24706)(0.7573,0.24314)(0.7615,0.23922)(0.7657,0.23529)(0.7699,0.23137)(0.7741,0.22745)(0.7782,0.22353)(0.7824,0.21961)(0.7866,0.21176)(0.7908,0.20784)(0.795,0.20392)(0.7992,0.2)(0.8033,0.19608)(0.8075,0.19216)(0.8117,0.18824)(0.8159,0.18431)(0.8201,0.18039)(0.8243,0.17647)(0.8285,0.17255)(0.8326,0.16863)(0.8368,0.16471)(0.841,0.16078)(0.8452,0.15686)(0.8494,0.14902)(0.8536,0.1451)(0.8577,0.14118)(0.8619,0.13725)(0.8661,0.13333)(0.8703,0.12941)(0.8745,0.12549)(0.8787,0.12157)(0.8828,0.11765)(0.887,0.11373)(0.8912,0.1098)(0.8954,0.10588)(0.8996,0.10196)(0.9038,0.098039)(0.9079,0.094118)(0.9121,0.086275)(0.9163,0.082353)(0.9205,0.078431)(0.9247,0.07451)(0.9289,0.070588)(0.9331,0.066667)(0.9372,0.062745)(0.9414,0.058824)(0.9456,0.054902)(0.9498,0.05098)(0.954,0.047059)(0.9582,0.043137)(0.9623,0.039216)(0.9665,0.035294)(0.9707,0.031373)(0.9749,0.023529)(0.9791,0.019608)(0.9833,0.015686)(0.9874,0.011765)(0.9916,0.0078431)(0.9958,0.0039216)(1,0) +BLUE: +(0,1)(0.0042,0.99608)(0.0084,0.99216)(0.0126,0.98824)(0.0167,0.98431)(0.0209,0.98039)(0.0251,0.97647)(0.0293,0.97255)(0.0335,0.96471)(0.0377,0.96078)(0.0418,0.95686)(0.046,0.95294)(0.0502,0.94902)(0.0544,0.9451)(0.0586,0.94118)(0.0628,0.93725)(0.0669,0.93333)(0.0711,0.92941)(0.0753,0.92549)(0.0795,0.92157)(0.0837,0.91765)(0.0879,0.91373)(0.0921,0.9098)(0.0962,0.90196)(0.1004,0.89804)(0.1046,0.89412)(0.1088,0.8902)(0.113,0.88627)(0.1172,0.88235)(0.1213,0.87843)(0.1255,0.87451)(0.1297,0.87059)(0.1339,0.86667)(0.1381,0.86275)(0.1423,0.85882)(0.1464,0.8549)(0.1506,0.85098)(0.1548,0.84706)(0.159,0.83922)(0.1632,0.83529)(0.1674,0.83137)(0.1715,0.82745)(0.1757,0.82353)(0.1799,0.81961)(0.1841,0.81569)(0.1883,0.81176)(0.1925,0.80784)(0.1967,0.80392)(0.2008,0.8)(0.205,0.79608)(0.2092,0.79216)(0.2134,0.78824)(0.2176,0.78431)(0.2218,0.77647)(0.2259,0.77255)(0.2301,0.76863)(0.2343,0.76471)(0.2385,0.76078)(0.2427,0.75686)(0.2469,0.75294)(0.251,0.74902)(0.2552,0.7451)(0.2594,0.74118)(0.2636,0.73725)(0.2678,0.73333)(0.272,0.72941)(0.2762,0.72549)(0.2803,0.72157)(0.2845,0.71373)(0.2887,0.7098)(0.2929,0.70588)(0.2971,0.70196)(0.3013,0.69804)(0.3054,0.69412)(0.3096,0.6902)(0.3138,0.68627)(0.318,0.68235)(0.3222,0.67843)(0.3264,0.67451)(0.3305,0.67059)(0.3347,0.66667)(0.3389,0.66275)(0.3431,0.65882)(0.3473,0.65098)(0.3515,0.64706)(0.3556,0.64314)(0.3598,0.63922)(0.364,0.63529)(0.3682,0.63137)(0.3724,0.62745)(0.3766,0.62353)(0.3808,0.61961)(0.3849,0.61569)(0.3891,0.61176)(0.3933,0.60784)(0.3975,0.60392)(0.4017,0.6)(0.4059,0.59608)(0.41,0.58824)(0.4142,0.58431)(0.4184,0.58039)(0.4226,0.57647)(0.4268,0.57255)(0.431,0.56863)(0.4351,0.56471)(0.4393,0.56078)(0.4435,0.55686)(0.4477,0.55294)(0.4519,0.54902)(0.4561,0.5451)(0.4603,0.54118)(0.4644,0.53725)(0.4686,0.53333)(0.4728,0.52549)(0.477,0.52157)(0.4812,0.51765)(0.4854,0.51373)(0.4895,0.5098)(0.4937,0.50588)(0.4979,0.50196)(0.5021,0.49804)(0.5063,0.49412)(0.5105,0.4902)(0.5146,0.48627)(0.5188,0.48235)(0.523,0.47843)(0.5272,0.47451)(0.5314,0.47059)(0.5356,0.46275)(0.5397,0.45882)(0.5439,0.4549)(0.5481,0.45098)(0.5523,0.44706)(0.5565,0.44314)(0.5607,0.43922)(0.5649,0.43529)(0.569,0.43137)(0.5732,0.42745)(0.5774,0.42353)(0.5816,0.41961)(0.5858,0.41569)(0.59,0.41176)(0.5941,0.40784)(0.5983,0.4)(0.6025,0.39608)(0.6067,0.39216)(0.6109,0.38824)(0.6151,0.38431)(0.6192,0.38039)(0.6234,0.37647)(0.6276,0.37255)(0.6318,0.36863)(0.636,0.36471)(0.6402,0.36078)(0.6444,0.35686)(0.6485,0.35294)(0.6527,0.34902)(0.6569,0.3451)(0.6611,0.33725)(0.6653,0.33333)(0.6695,0.32941)(0.6736,0.32549)(0.6778,0.32157)(0.682,0.31765)(0.6862,0.31373)(0.6904,0.3098)(0.6946,0.30588)(0.6987,0.30196)(0.7029,0.29804)(0.7071,0.29412)(0.7113,0.2902)(0.7155,0.28627)(0.7197,0.28235)(0.7238,0.27451)(0.728,0.27059)(0.7322,0.26667)(0.7364,0.26275)(0.7406,0.25882)(0.7448,0.2549)(0.749,0.25098)(0.7531,0.24706)(0.7573,0.24314)(0.7615,0.23922)(0.7657,0.23529)(0.7699,0.23137)(0.7741,0.22745)(0.7782,0.22353)(0.7824,0.21961)(0.7866,0.21176)(0.7908,0.20784)(0.795,0.20392)(0.7992,0.2)(0.8033,0.19608)(0.8075,0.19216)(0.8117,0.18824)(0.8159,0.18431)(0.8201,0.18039)(0.8243,0.17647)(0.8285,0.17255)(0.8326,0.16863)(0.8368,0.16471)(0.841,0.16078)(0.8452,0.15686)(0.8494,0.14902)(0.8536,0.1451)(0.8577,0.14118)(0.8619,0.13725)(0.8661,0.13333)(0.8703,0.12941)(0.8745,0.12549)(0.8787,0.12157)(0.8828,0.11765)(0.887,0.11373)(0.8912,0.1098)(0.8954,0.10588)(0.8996,0.10196)(0.9038,0.098039)(0.9079,0.094118)(0.9121,0.086275)(0.9163,0.082353)(0.9205,0.078431)(0.9247,0.07451)(0.9289,0.070588)(0.9331,0.066667)(0.9372,0.062745)(0.9414,0.058824)(0.9456,0.054902)(0.9498,0.05098)(0.954,0.047059)(0.9582,0.043137)(0.9623,0.039216)(0.9665,0.035294)(0.9707,0.031373)(0.9749,0.023529)(0.9791,0.019608)(0.9833,0.015686)(0.9874,0.011765)(0.9916,0.0078431)(0.9958,0.0039216)(1,0) diff --git a/ds9/cmaps/h5_autumn.sao b/ds9/cmaps/h5_autumn.sao new file mode 100644 index 0000000..f7b9fcc --- /dev/null +++ b/ds9/cmaps/h5_autumn.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# autumn +# created by cptutils 1.46 +# Wed Aug 15 23:29:40 2012 +PSEUDOCOLOR +RED: +(0,1)(1,1) +GREEN: +(0,0)(1,1) +BLUE: +(0,0)(1,0) diff --git a/ds9/cmaps/h5_bluered.sao b/ds9/cmaps/h5_bluered.sao new file mode 100644 index 0000000..4c3f87c --- /dev/null +++ b/ds9/cmaps/h5_bluered.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# bluered +# created by cptutils 1.46 +# Wed Aug 15 23:29:40 2012 +PSEUDOCOLOR +RED: +(0,0)(0.5,1)(1,1) +GREEN: +(0,0)(0.5,1)(1,0) +BLUE: +(0,1)(0.5,1)(1,0) diff --git a/ds9/cmaps/h5_bone.sao b/ds9/cmaps/h5_bone.sao new file mode 100644 index 0000000..1c735d8 --- /dev/null +++ b/ds9/cmaps/h5_bone.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# bone +# created by cptutils 1.46 +# Wed Aug 15 23:29:39 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0159,0.011765)(0.0317,0.027451)(0.0476,0.039216)(0.0635,0.054902)(0.0794,0.066667)(0.0952,0.082353)(0.1111,0.094118)(0.127,0.1098)(0.1429,0.12157)(0.1587,0.13725)(0.1746,0.14902)(0.1905,0.16471)(0.2063,0.18039)(0.2222,0.19216)(0.2381,0.20784)(0.254,0.21961)(0.2698,0.23529)(0.2857,0.24706)(0.3016,0.26275)(0.3175,0.27451)(0.3333,0.2902)(0.3492,0.30196)(0.3651,0.31765)(0.381,0.32941)(0.3968,0.3451)(0.4127,0.36078)(0.4286,0.37255)(0.4444,0.38824)(0.4603,0.4)(0.4762,0.41569)(0.4921,0.42745)(0.5079,0.44314)(0.5238,0.4549)(0.5397,0.47059)(0.5556,0.48235)(0.5714,0.49804)(0.5873,0.51373)(0.6032,0.52549)(0.619,0.54118)(0.6349,0.55294)(0.6508,0.56863)(0.6667,0.58039)(0.6825,0.59608)(0.6984,0.60784)(0.7143,0.62353)(0.7302,0.63529)(0.746,0.65098)(0.7619,0.67059)(0.7778,0.69412)(0.7937,0.71765)(0.8095,0.73725)(0.8254,0.76078)(0.8413,0.78039)(0.8571,0.80392)(0.873,0.82353)(0.8889,0.84706)(0.9048,0.86667)(0.9206,0.8902)(0.9365,0.9098)(0.9524,0.93333)(0.9683,0.95294)(0.9841,0.97647)(1,1) +GREEN: +(0,0)(0.0159,0.011765)(0.0317,0.027451)(0.0476,0.039216)(0.0635,0.054902)(0.0794,0.066667)(0.0952,0.082353)(0.1111,0.094118)(0.127,0.1098)(0.1429,0.12157)(0.1587,0.13725)(0.1746,0.14902)(0.1905,0.16471)(0.2063,0.18039)(0.2222,0.19216)(0.2381,0.20784)(0.254,0.21961)(0.2698,0.23529)(0.2857,0.24706)(0.3016,0.26275)(0.3175,0.27451)(0.3333,0.2902)(0.3492,0.30196)(0.3651,0.31765)(0.381,0.33725)(0.3968,0.35686)(0.4127,0.37647)(0.4286,0.39216)(0.4444,0.41176)(0.4603,0.43137)(0.4762,0.45098)(0.4921,0.47059)(0.5079,0.4902)(0.5238,0.5098)(0.5397,0.52941)(0.5556,0.5451)(0.5714,0.56471)(0.5873,0.58431)(0.6032,0.60392)(0.619,0.62353)(0.6349,0.64314)(0.6508,0.66275)(0.6667,0.67843)(0.6825,0.69804)(0.6984,0.71765)(0.7143,0.73725)(0.7302,0.75686)(0.746,0.77647)(0.7619,0.78824)(0.7778,0.80392)(0.7937,0.81569)(0.8095,0.83137)(0.8254,0.84706)(0.8413,0.85882)(0.8571,0.87451)(0.873,0.88627)(0.8889,0.90196)(0.9048,0.91373)(0.9206,0.92941)(0.9365,0.94118)(0.9524,0.95686)(0.9683,0.96863)(0.9841,0.98431)(1,1) +BLUE: +(0,0.0039216)(0.0159,0.023529)(0.0317,0.043137)(0.0476,0.058824)(0.0635,0.078431)(0.0794,0.098039)(0.0952,0.11765)(0.1111,0.13725)(0.127,0.15686)(0.1429,0.17647)(0.1587,0.19608)(0.1746,0.21176)(0.1905,0.23137)(0.2063,0.25098)(0.2222,0.27059)(0.2381,0.2902)(0.254,0.3098)(0.2698,0.32941)(0.2857,0.3451)(0.3016,0.36471)(0.3175,0.38431)(0.3333,0.40392)(0.3492,0.42353)(0.3651,0.44314)(0.381,0.4549)(0.3968,0.47059)(0.4127,0.48235)(0.4286,0.49804)(0.4444,0.51373)(0.4603,0.52549)(0.4762,0.54118)(0.4921,0.55294)(0.5079,0.56863)(0.5238,0.58039)(0.5397,0.59608)(0.5556,0.60784)(0.5714,0.62353)(0.5873,0.63529)(0.6032,0.65098)(0.619,0.66667)(0.6349,0.67843)(0.6508,0.69412)(0.6667,0.70588)(0.6825,0.72157)(0.6984,0.73333)(0.7143,0.74902)(0.7302,0.76078)(0.746,0.77647)(0.7619,0.78824)(0.7778,0.80392)(0.7937,0.81569)(0.8095,0.83137)(0.8254,0.84706)(0.8413,0.85882)(0.8571,0.87451)(0.873,0.88627)(0.8889,0.90196)(0.9048,0.91373)(0.9206,0.92941)(0.9365,0.94118)(0.9524,0.95686)(0.9683,0.96863)(0.9841,0.98431)(1,1) diff --git a/ds9/cmaps/h5_cool.sao b/ds9/cmaps/h5_cool.sao new file mode 100644 index 0000000..f6037bb --- /dev/null +++ b/ds9/cmaps/h5_cool.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# cool +# created by cptutils 1.46 +# Wed Aug 15 23:29:39 2012 +PSEUDOCOLOR +RED: +(0,0)(1,1) +GREEN: +(0,1)(1,0) +BLUE: +(0,1)(1,1) diff --git a/ds9/cmaps/h5_copper.sao b/ds9/cmaps/h5_copper.sao new file mode 100644 index 0000000..cb3eac9 --- /dev/null +++ b/ds9/cmaps/h5_copper.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# copper +# created by cptutils 1.46 +# Wed Aug 15 23:29:39 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0159,0.019608)(0.0317,0.039216)(0.0476,0.058824)(0.0635,0.078431)(0.0794,0.098039)(0.0952,0.11765)(0.1111,0.13725)(0.127,0.15686)(0.1429,0.17647)(0.1587,0.19608)(0.1746,0.21569)(0.1905,0.23529)(0.2063,0.2549)(0.2222,0.27451)(0.2381,0.29412)(0.254,0.31373)(0.2698,0.33725)(0.2857,0.35686)(0.3016,0.37647)(0.3175,0.39608)(0.3333,0.41569)(0.3492,0.43529)(0.3651,0.4549)(0.381,0.47451)(0.3968,0.49412)(0.4127,0.51373)(0.4286,0.53333)(0.4444,0.55294)(0.4603,0.57255)(0.4762,0.59216)(0.4921,0.61176)(0.5079,0.63137)(0.5238,0.65098)(0.5397,0.67451)(0.5556,0.69412)(0.5714,0.71373)(0.5873,0.73333)(0.6032,0.75294)(0.619,0.77255)(0.6349,0.79216)(0.6508,0.81176)(0.6667,0.83137)(0.6825,0.85098)(0.6984,0.87059)(0.7143,0.8902)(0.7302,0.9098)(0.746,0.92941)(0.7619,0.94902)(0.7778,0.96863)(0.7937,0.98824)(0.8095,1)(0.8254,1)(0.8413,1)(0.8571,1)(0.873,1)(0.8889,1)(0.9048,1)(0.9206,1)(0.9365,1)(0.9524,1)(0.9683,1)(0.9841,1)(1,1) +GREEN: +(0,0)(0.0159,0.011765)(0.0317,0.023529)(0.0476,0.035294)(0.0635,0.047059)(0.0794,0.058824)(0.0952,0.070588)(0.1111,0.086275)(0.127,0.098039)(0.1429,0.1098)(0.1587,0.12157)(0.1746,0.13333)(0.1905,0.1451)(0.2063,0.16078)(0.2222,0.17255)(0.2381,0.18431)(0.254,0.19608)(0.2698,0.20784)(0.2857,0.21961)(0.3016,0.23529)(0.3175,0.24706)(0.3333,0.25882)(0.3492,0.27059)(0.3651,0.28235)(0.381,0.29412)(0.3968,0.3098)(0.4127,0.32157)(0.4286,0.33333)(0.4444,0.3451)(0.4603,0.35686)(0.4762,0.36863)(0.4921,0.38431)(0.5079,0.39608)(0.5238,0.40784)(0.5397,0.41961)(0.5556,0.43137)(0.5714,0.44314)(0.5873,0.4549)(0.6032,0.47059)(0.619,0.48235)(0.6349,0.49412)(0.6508,0.50588)(0.6667,0.51765)(0.6825,0.52941)(0.6984,0.5451)(0.7143,0.55686)(0.7302,0.56863)(0.746,0.58039)(0.7619,0.59216)(0.7778,0.60392)(0.7937,0.61961)(0.8095,0.63137)(0.8254,0.64314)(0.8413,0.6549)(0.8571,0.66667)(0.873,0.67843)(0.8889,0.69412)(0.9048,0.70588)(0.9206,0.71765)(0.9365,0.72941)(0.9524,0.74118)(0.9683,0.75294)(0.9841,0.76863)(1,0.78039) +BLUE: +(0,0)(0.0159,0.0078431)(0.0317,0.015686)(0.0476,0.023529)(0.0635,0.031373)(0.0794,0.039216)(0.0952,0.047059)(0.1111,0.054902)(0.127,0.062745)(0.1429,0.070588)(0.1587,0.078431)(0.1746,0.086275)(0.1905,0.094118)(0.2063,0.10196)(0.2222,0.1098)(0.2381,0.11765)(0.254,0.12549)(0.2698,0.13333)(0.2857,0.14118)(0.3016,0.14902)(0.3175,0.15686)(0.3333,0.16471)(0.3492,0.17255)(0.3651,0.18039)(0.381,0.18824)(0.3968,0.19608)(0.4127,0.20392)(0.4286,0.21176)(0.4444,0.21961)(0.4603,0.22745)(0.4762,0.23529)(0.4921,0.24314)(0.5079,0.25098)(0.5238,0.25882)(0.5397,0.26667)(0.5556,0.27451)(0.5714,0.28235)(0.5873,0.2902)(0.6032,0.29804)(0.619,0.30588)(0.6349,0.31373)(0.6508,0.32157)(0.6667,0.32941)(0.6825,0.33725)(0.6984,0.3451)(0.7143,0.35294)(0.7302,0.36078)(0.746,0.36863)(0.7619,0.37647)(0.7778,0.38431)(0.7937,0.39216)(0.8095,0.4)(0.8254,0.40784)(0.8413,0.41569)(0.8571,0.42353)(0.873,0.43137)(0.8889,0.43922)(0.9048,0.44706)(0.9206,0.4549)(0.9365,0.46275)(0.9524,0.47059)(0.9683,0.47843)(0.9841,0.48627)(1,0.49412) diff --git a/ds9/cmaps/h5_dkbluered.sao b/ds9/cmaps/h5_dkbluered.sao new file mode 100644 index 0000000..e3bc109 --- /dev/null +++ b/ds9/cmaps/h5_dkbluered.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# dkbluered +# created by cptutils 1.46 +# Wed Aug 15 23:29:40 2012 +PSEUDOCOLOR +RED: +(0,0.027451)(0.0333,0.066667)(0.0667,0.098039)(0.1,0.1098)(0.1333,0.098039)(0.1667,0.086275)(0.2,0.058824)(0.2333,0.0078431)(0.2667,0.078431)(0.3,0.21961)(0.3333,0.34902)(0.3667,0.47843)(0.4,0.60784)(0.4333,0.74902)(0.4667,0.87843)(0.5,1)(0.5333,1)(0.5667,1)(0.6,1)(0.6333,1)(0.6667,1)(0.7,1)(0.7333,1)(0.7667,0.96863)(0.8,0.85882)(0.8333,0.74902)(0.8667,0.63922)(0.9,0.52941)(0.9333,0.41961)(0.9667,0.3098)(1,0.20784) +GREEN: +(0,0)(0.0333,0)(0.0667,0)(0.1,0)(0.1333,0)(0.1667,0)(0.2,0)(0.2333,0)(0.2667,0.12941)(0.3,0.29804)(0.3333,0.45882)(0.3667,0.6)(0.4,0.72941)(0.4333,0.82745)(0.4667,0.92941)(0.5,1)(0.5333,0.92941)(0.5667,0.82745)(0.6,0.72941)(0.6333,0.6)(0.6667,0.45882)(0.7,0.29804)(0.7333,0.12941)(0.7667,0)(0.8,0)(0.8333,0)(0.8667,0)(0.9,0)(0.9333,0)(0.9667,0)(1,0) +BLUE: +(0,0.2)(0.0333,0.3098)(0.0667,0.41961)(0.1,0.52941)(0.1333,0.63922)(0.1667,0.74902)(0.2,0.85882)(0.2333,0.96863)(0.2667,1)(0.3,1)(0.3333,1)(0.3667,1)(0.4,1)(0.4333,1)(0.4667,1)(0.5,1)(0.5333,0.87843)(0.5667,0.74902)(0.6,0.60784)(0.6333,0.47843)(0.6667,0.34902)(0.7,0.21961)(0.7333,0.078431)(0.7667,0.0078431)(0.8,0.058824)(0.8333,0.086275)(0.8667,0.098039)(0.9,0.1098)(0.9333,0.098039)(0.9667,0.066667)(1,0.027451) diff --git a/ds9/cmaps/h5_gray.sao b/ds9/cmaps/h5_gray.sao new file mode 100644 index 0000000..2fcd14c --- /dev/null +++ b/ds9/cmaps/h5_gray.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# gray +# created by cptutils 1.46 +# Wed Aug 15 23:29:39 2012 +PSEUDOCOLOR +RED: +(0,1)(1,0) +GREEN: +(0,1)(1,0) +BLUE: +(0,1)(1,0) diff --git a/ds9/cmaps/h5_green.sao b/ds9/cmaps/h5_green.sao new file mode 100644 index 0000000..457e12f --- /dev/null +++ b/ds9/cmaps/h5_green.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# green +# created by cptutils 1.46 +# Wed Aug 15 23:29:39 2012 +PSEUDOCOLOR +RED: +(0,1)(1,0) +GREEN: +(0,1)(1,1) +BLUE: +(0,1)(1,0) diff --git a/ds9/cmaps/h5_hot.sao b/ds9/cmaps/h5_hot.sao new file mode 100644 index 0000000..b767579 --- /dev/null +++ b/ds9/cmaps/h5_hot.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# hot +# created by cptutils 1.46 +# Wed Aug 15 23:29:39 2012 +PSEUDOCOLOR +RED: +(0,0.039216)(0.0159,0.082353)(0.0317,0.12157)(0.0476,0.16471)(0.0635,0.20784)(0.0794,0.24706)(0.0952,0.2902)(0.1111,0.32941)(0.127,0.37255)(0.1429,0.41569)(0.1587,0.4549)(0.1746,0.49804)(0.1905,0.54118)(0.2063,0.58039)(0.2222,0.62353)(0.2381,0.66667)(0.254,0.70588)(0.2698,0.74902)(0.2857,0.78824)(0.3016,0.83137)(0.3175,0.87451)(0.3333,0.91373)(0.3492,0.95686)(0.3651,1)(0.381,1)(0.3968,1)(0.4127,1)(0.4286,1)(0.4444,1)(0.4603,1)(0.4762,1)(0.4921,1)(0.5079,1)(0.5238,1)(0.5397,1)(0.5556,1)(0.5714,1)(0.5873,1)(0.6032,1)(0.619,1)(0.6349,1)(0.6508,1)(0.6667,1)(0.6825,1)(0.6984,1)(0.7143,1)(0.7302,1)(0.746,1)(0.7619,1)(0.7778,1)(0.7937,1)(0.8095,1)(0.8254,1)(0.8413,1)(0.8571,1)(0.873,1)(0.8889,1)(0.9048,1)(0.9206,1)(0.9365,1)(0.9524,1)(0.9683,1)(0.9841,1)(1,1) +GREEN: +(0,0)(0.0159,0)(0.0317,0)(0.0476,0)(0.0635,0)(0.0794,0)(0.0952,0)(0.1111,0)(0.127,0)(0.1429,0)(0.1587,0)(0.1746,0)(0.1905,0)(0.2063,0)(0.2222,0)(0.2381,0)(0.254,0)(0.2698,0)(0.2857,0)(0.3016,0)(0.3175,0)(0.3333,0)(0.3492,0)(0.3651,0)(0.381,0.039216)(0.3968,0.082353)(0.4127,0.12157)(0.4286,0.16471)(0.4444,0.20784)(0.4603,0.24706)(0.4762,0.2902)(0.4921,0.32941)(0.5079,0.37255)(0.5238,0.41569)(0.5397,0.4549)(0.5556,0.49804)(0.5714,0.54118)(0.5873,0.58039)(0.6032,0.62353)(0.619,0.66667)(0.6349,0.70588)(0.6508,0.74902)(0.6667,0.78824)(0.6825,0.83137)(0.6984,0.87451)(0.7143,0.91373)(0.7302,0.95686)(0.746,1)(0.7619,1)(0.7778,1)(0.7937,1)(0.8095,1)(0.8254,1)(0.8413,1)(0.8571,1)(0.873,1)(0.8889,1)(0.9048,1)(0.9206,1)(0.9365,1)(0.9524,1)(0.9683,1)(0.9841,1)(1,1) +BLUE: +(0,0)(0.0159,0)(0.0317,0)(0.0476,0)(0.0635,0)(0.0794,0)(0.0952,0)(0.1111,0)(0.127,0)(0.1429,0)(0.1587,0)(0.1746,0)(0.1905,0)(0.2063,0)(0.2222,0)(0.2381,0)(0.254,0)(0.2698,0)(0.2857,0)(0.3016,0)(0.3175,0)(0.3333,0)(0.3492,0)(0.3651,0)(0.381,0)(0.3968,0)(0.4127,0)(0.4286,0)(0.4444,0)(0.4603,0)(0.4762,0)(0.4921,0)(0.5079,0)(0.5238,0)(0.5397,0)(0.5556,0)(0.5714,0)(0.5873,0)(0.6032,0)(0.619,0)(0.6349,0)(0.6508,0)(0.6667,0)(0.6825,0)(0.6984,0)(0.7143,0)(0.7302,0)(0.746,0)(0.7619,0.058824)(0.7778,0.12157)(0.7937,0.18431)(0.8095,0.24706)(0.8254,0.3098)(0.8413,0.37255)(0.8571,0.43529)(0.873,0.49804)(0.8889,0.56078)(0.9048,0.62353)(0.9206,0.68627)(0.9365,0.74902)(0.9524,0.81176)(0.9683,0.87451)(0.9841,0.93725)(1,1) diff --git a/ds9/cmaps/h5_hsv.sao b/ds9/cmaps/h5_hsv.sao new file mode 100644 index 0000000..8926b92 --- /dev/null +++ b/ds9/cmaps/h5_hsv.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# hsv +# created by cptutils 1.46 +# Wed Aug 15 23:29:38 2012 +PSEUDOCOLOR +RED: +(0,1)(0.0159,1)(0.0317,1)(0.0476,1)(0.0635,1)(0.0794,1)(0.0952,1)(0.1111,1)(0.127,1)(0.1429,1)(0.1587,1)(0.1746,0.96863)(0.1905,0.87451)(0.2063,0.78039)(0.2222,0.68627)(0.2381,0.59216)(0.254,0.49804)(0.2698,0.40392)(0.2857,0.3098)(0.3016,0.21569)(0.3175,0.12157)(0.3333,0.027451)(0.3492,0)(0.3651,0)(0.381,0)(0.3968,0)(0.4127,0)(0.4286,0)(0.4444,0)(0.4603,0)(0.4762,0)(0.4921,0)(0.5079,0)(0.5238,0)(0.5397,0)(0.5556,0)(0.5714,0)(0.5873,0)(0.6032,0)(0.619,0)(0.6349,0)(0.6508,0)(0.6667,0)(0.6825,0.027451)(0.6984,0.12157)(0.7143,0.21569)(0.7302,0.3098)(0.746,0.40392)(0.7619,0.49804)(0.7778,0.59216)(0.7937,0.68627)(0.8095,0.78039)(0.8254,0.87451)(0.8413,0.96863)(0.8571,1)(0.873,1)(0.8889,1)(0.9048,1)(0.9206,1)(0.9365,1)(0.9524,1)(0.9683,1)(0.9841,1)(1,1) +GREEN: +(0,0)(0.0159,0.090196)(0.0317,0.18431)(0.0476,0.27843)(0.0635,0.37255)(0.0794,0.46667)(0.0952,0.56078)(0.1111,0.6549)(0.127,0.74902)(0.1429,0.84314)(0.1587,0.93725)(0.1746,1)(0.1905,1)(0.2063,1)(0.2222,1)(0.2381,1)(0.254,1)(0.2698,1)(0.2857,1)(0.3016,1)(0.3175,1)(0.3333,1)(0.3492,1)(0.3651,1)(0.381,1)(0.3968,1)(0.4127,1)(0.4286,1)(0.4444,1)(0.4603,1)(0.4762,1)(0.4921,1)(0.5079,1)(0.5238,0.90588)(0.5397,0.81176)(0.5556,0.71765)(0.5714,0.62353)(0.5873,0.52941)(0.6032,0.43529)(0.619,0.34118)(0.6349,0.24706)(0.6508,0.15294)(0.6667,0.058824)(0.6825,0)(0.6984,0)(0.7143,0)(0.7302,0)(0.746,0)(0.7619,0)(0.7778,0)(0.7937,0)(0.8095,0)(0.8254,0)(0.8413,0)(0.8571,0)(0.873,0)(0.8889,0)(0.9048,0)(0.9206,0)(0.9365,0)(0.9524,0)(0.9683,0)(0.9841,0)(1,0) +BLUE: +(0,0)(0.0159,0)(0.0317,0)(0.0476,0)(0.0635,0)(0.0794,0)(0.0952,0)(0.1111,0)(0.127,0)(0.1429,0)(0.1587,0)(0.1746,0)(0.1905,0)(0.2063,0)(0.2222,0)(0.2381,0)(0.254,0)(0.2698,0)(0.2857,0)(0.3016,0)(0.3175,0)(0.3333,0)(0.3492,0.058824)(0.3651,0.15294)(0.381,0.24706)(0.3968,0.34118)(0.4127,0.43529)(0.4286,0.52941)(0.4444,0.62353)(0.4603,0.71765)(0.4762,0.81176)(0.4921,0.90588)(0.5079,1)(0.5238,1)(0.5397,1)(0.5556,1)(0.5714,1)(0.5873,1)(0.6032,1)(0.619,1)(0.6349,1)(0.6508,1)(0.6667,1)(0.6825,1)(0.6984,1)(0.7143,1)(0.7302,1)(0.746,1)(0.7619,1)(0.7778,1)(0.7937,1)(0.8095,1)(0.8254,1)(0.8413,1)(0.8571,0.93725)(0.873,0.84314)(0.8889,0.74902)(0.9048,0.6549)(0.9206,0.56078)(0.9365,0.46667)(0.9524,0.37255)(0.9683,0.27843)(0.9841,0.18431)(1,0.090196) diff --git a/ds9/cmaps/h5_jet.sao b/ds9/cmaps/h5_jet.sao new file mode 100644 index 0000000..3ea02ea --- /dev/null +++ b/ds9/cmaps/h5_jet.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# jet +# created by cptutils 1.46 +# Wed Aug 15 23:29:38 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0667,0)(0.1333,0)(0.2,0)(0.2667,0)(0.3333,0)(0.4,0.24706)(0.4667,0.49804)(0.5333,0.74902)(0.6,1)(0.6667,1)(0.7333,1)(0.8,1)(0.8667,1)(0.9333,1)(1,0.74902) +GREEN: +(0,0)(0.0667,0)(0.1333,0.24706)(0.2,0.49804)(0.2667,0.74902)(0.3333,1)(0.4,1)(0.4667,1)(0.5333,1)(0.6,1)(0.6667,1)(0.7333,0.74902)(0.8,0.49804)(0.8667,0.24706)(0.9333,0)(1,0) +BLUE: +(0,0.74902)(0.0667,1)(0.1333,1)(0.2,1)(0.2667,1)(0.3333,1)(0.4,1)(0.4667,0.74902)(0.5333,0.49804)(0.6,0.24706)(0.6667,0)(0.7333,0)(0.8,0)(0.8667,0)(0.9333,0)(1,0) diff --git a/ds9/cmaps/h5_pink.sao b/ds9/cmaps/h5_pink.sao new file mode 100644 index 0000000..9f479be --- /dev/null +++ b/ds9/cmaps/h5_pink.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# pink +# created by cptutils 1.46 +# Wed Aug 15 23:29:39 2012 +PSEUDOCOLOR +RED: +(0,0.11765)(0.0159,0.19216)(0.0317,0.24706)(0.0476,0.29412)(0.0635,0.33333)(0.0794,0.36863)(0.0952,0.4)(0.1111,0.42745)(0.127,0.4549)(0.1429,0.48235)(0.1587,0.50588)(0.1746,0.52941)(0.1905,0.55294)(0.2063,0.57255)(0.2222,0.59608)(0.2381,0.61569)(0.254,0.63529)(0.2698,0.6549)(0.2857,0.67059)(0.3016,0.6902)(0.3175,0.70588)(0.3333,0.72549)(0.3492,0.74118)(0.3651,0.75686)(0.381,0.76471)(0.3968,0.77255)(0.4127,0.77647)(0.4286,0.78431)(0.4444,0.79216)(0.4603,0.8)(0.4762,0.80392)(0.4921,0.81176)(0.5079,0.81961)(0.5238,0.82353)(0.5397,0.83137)(0.5556,0.83529)(0.5714,0.84314)(0.5873,0.85098)(0.6032,0.8549)(0.619,0.86275)(0.6349,0.86667)(0.6508,0.87451)(0.6667,0.87843)(0.6825,0.88627)(0.6984,0.8902)(0.7143,0.89804)(0.7302,0.90196)(0.746,0.9098)(0.7619,0.91373)(0.7778,0.92157)(0.7937,0.92549)(0.8095,0.93333)(0.8254,0.93725)(0.8413,0.9451)(0.8571,0.94902)(0.873,0.95294)(0.8889,0.96078)(0.9048,0.96471)(0.9206,0.97255)(0.9365,0.97647)(0.9524,0.98039)(0.9683,0.98824)(0.9841,0.99216)(1,1) +GREEN: +(0,0)(0.0159,0.10196)(0.0317,0.1451)(0.0476,0.17647)(0.0635,0.20392)(0.0794,0.22745)(0.0952,0.25098)(0.1111,0.27059)(0.127,0.2902)(0.1429,0.30588)(0.1587,0.32157)(0.1746,0.34118)(0.1905,0.35294)(0.2063,0.36863)(0.2222,0.38431)(0.2381,0.39608)(0.254,0.40784)(0.2698,0.42353)(0.2857,0.43529)(0.3016,0.44706)(0.3175,0.45882)(0.3333,0.47059)(0.3492,0.48235)(0.3651,0.4902)(0.381,0.51373)(0.3968,0.53725)(0.4127,0.56078)(0.4286,0.58039)(0.4444,0.60392)(0.4603,0.62353)(0.4762,0.64314)(0.4921,0.65882)(0.5079,0.67843)(0.5238,0.69804)(0.5397,0.71373)(0.5556,0.72941)(0.5714,0.74902)(0.5873,0.76471)(0.6032,0.78039)(0.619,0.79608)(0.6349,0.81176)(0.6508,0.82353)(0.6667,0.83922)(0.6825,0.8549)(0.6984,0.86667)(0.7143,0.88235)(0.7302,0.89412)(0.746,0.9098)(0.7619,0.91373)(0.7778,0.92157)(0.7937,0.92549)(0.8095,0.93333)(0.8254,0.93725)(0.8413,0.9451)(0.8571,0.94902)(0.873,0.95294)(0.8889,0.96078)(0.9048,0.96471)(0.9206,0.97255)(0.9365,0.97647)(0.9524,0.98039)(0.9683,0.98824)(0.9841,0.99216)(1,1) +BLUE: +(0,0)(0.0159,0.10196)(0.0317,0.1451)(0.0476,0.17647)(0.0635,0.20392)(0.0794,0.22745)(0.0952,0.25098)(0.1111,0.27059)(0.127,0.2902)(0.1429,0.30588)(0.1587,0.32157)(0.1746,0.34118)(0.1905,0.35294)(0.2063,0.36863)(0.2222,0.38431)(0.2381,0.39608)(0.254,0.40784)(0.2698,0.42353)(0.2857,0.43529)(0.3016,0.44706)(0.3175,0.45882)(0.3333,0.47059)(0.3492,0.48235)(0.3651,0.4902)(0.381,0.50196)(0.3968,0.51373)(0.4127,0.52157)(0.4286,0.53333)(0.4444,0.54118)(0.4603,0.55294)(0.4762,0.56078)(0.4921,0.57255)(0.5079,0.58039)(0.5238,0.58824)(0.5397,0.59608)(0.5556,0.60784)(0.5714,0.61569)(0.5873,0.62353)(0.6032,0.63137)(0.619,0.63922)(0.6349,0.64706)(0.6508,0.6549)(0.6667,0.66667)(0.6825,0.67451)(0.6984,0.68235)(0.7143,0.68627)(0.7302,0.69412)(0.746,0.70196)(0.7619,0.72549)(0.7778,0.7451)(0.7937,0.76863)(0.8095,0.78824)(0.8254,0.80784)(0.8413,0.82745)(0.8571,0.84314)(0.873,0.86275)(0.8889,0.88235)(0.9048,0.89804)(0.9206,0.91765)(0.9365,0.93333)(0.9524,0.94902)(0.9683,0.96471)(0.9841,0.98039)(1,1) diff --git a/ds9/cmaps/h5_spring.sao b/ds9/cmaps/h5_spring.sao new file mode 100644 index 0000000..872e2df --- /dev/null +++ b/ds9/cmaps/h5_spring.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# spring +# created by cptutils 1.46 +# Wed Aug 15 23:29:39 2012 +PSEUDOCOLOR +RED: +(0,1)(0.0667,1)(0.1333,1)(0.2,1)(0.2667,1)(0.3333,1)(0.4,1)(0.4667,1)(0.5333,1)(0.6,1)(0.6667,1)(0.7333,1)(0.8,1)(0.8667,1)(0.9333,1)(1,1) +GREEN: +(0,0)(0.0667,0.066667)(0.1333,0.12941)(0.2,0.2)(0.2667,0.26667)(0.3333,0.32941)(0.4,0.4)(0.4667,0.46667)(0.5333,0.52941)(0.6,0.6)(0.6667,0.66667)(0.7333,0.72941)(0.8,0.8)(0.8667,0.86667)(0.9333,0.92941)(1,1) +BLUE: +(0,1)(0.0667,0.92941)(0.1333,0.86667)(0.2,0.8)(0.2667,0.72941)(0.3333,0.66667)(0.4,0.6)(0.4667,0.52941)(0.5333,0.46667)(0.6,0.4)(0.6667,0.32941)(0.7333,0.26667)(0.8,0.2)(0.8667,0.12941)(0.9333,0.066667)(1,0) diff --git a/ds9/cmaps/h5_summer.sao b/ds9/cmaps/h5_summer.sao new file mode 100644 index 0000000..60e14c4 --- /dev/null +++ b/ds9/cmaps/h5_summer.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# summer +# created by cptutils 1.46 +# Wed Aug 15 23:29:38 2012 +PSEUDOCOLOR +RED: +(0,0)(0.0667,0.066667)(0.1333,0.12941)(0.2,0.2)(0.2667,0.26667)(0.3333,0.32941)(0.4,0.4)(0.4667,0.46667)(0.5333,0.52941)(0.6,0.6)(0.6667,0.66667)(0.7333,0.72941)(0.8,0.8)(0.8667,0.86667)(0.9333,0.92941)(1,1) +GREEN: +(0,0.49804)(0.0667,0.52941)(0.1333,0.56471)(0.2,0.6)(0.2667,0.63137)(0.3333,0.66667)(0.4,0.69804)(0.4667,0.72941)(0.5333,0.76471)(0.6,0.8)(0.6667,0.83137)(0.7333,0.86667)(0.8,0.89804)(0.8667,0.92941)(0.9333,0.96471)(1,1) +BLUE: +(0,0.4)(0.0667,0.4)(0.1333,0.4)(0.2,0.4)(0.2667,0.4)(0.3333,0.4)(0.4,0.4)(0.4667,0.4)(0.5333,0.4)(0.6,0.4)(0.6667,0.4)(0.7333,0.4)(0.8,0.4)(0.8667,0.4)(0.9333,0.4)(1,0.4) diff --git a/ds9/cmaps/h5_winter.sao b/ds9/cmaps/h5_winter.sao new file mode 100644 index 0000000..9a7d46b --- /dev/null +++ b/ds9/cmaps/h5_winter.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# winter +# created by cptutils 1.46 +# Wed Aug 15 23:29:39 2012 +PSEUDOCOLOR +RED: +(0,0)(1,0) +GREEN: +(0,0)(1,1) +BLUE: +(0,1)(1,0.49804) diff --git a/ds9/cmaps/h5_yarg.sao b/ds9/cmaps/h5_yarg.sao new file mode 100644 index 0000000..f1a3c6b --- /dev/null +++ b/ds9/cmaps/h5_yarg.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# yarg +# created by cptutils 1.46 +# Wed Aug 15 23:29:38 2012 +PSEUDOCOLOR +RED: +(0,0)(1,1) +GREEN: +(0,0)(1,1) +BLUE: +(0,0)(1,1) diff --git a/ds9/cmaps/h5_yellow.sao b/ds9/cmaps/h5_yellow.sao new file mode 100644 index 0000000..1719fc8 --- /dev/null +++ b/ds9/cmaps/h5_yellow.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# yellow +# created by cptutils 1.46 +# Wed Aug 15 23:29:39 2012 +PSEUDOCOLOR +RED: +(0,1)(1,1) +GREEN: +(0,1)(1,1) +BLUE: +(0,1)(1,0) diff --git a/ds9/cmaps/tpglarf.sao b/ds9/cmaps/tpglarf.sao new file mode 100644 index 0000000..39a0a17 --- /dev/null +++ b/ds9/cmaps/tpglarf.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpglarf +# created by cptutils 1.46 +# Wed Aug 15 23:31:06 2012 +PSEUDOCOLOR +RED: +(0,0.56863)(0.0071,0.64706)(0.0286,0.69804)(0.0857,0.78824)(0.1429,0.83529)(0.2857,0.83137)(0.4286,0.83137)(0.5714,0.83529)(0.7143,0.87059)(0.8571,0.93333)(1,0.96078) +GREEN: +(0,0.53725)(0.0071,0.61569)(0.0286,0.65882)(0.0857,0.74118)(0.1429,0.78824)(0.2857,0.72157)(0.4286,0.75686)(0.5714,0.81961)(0.7143,0.87059)(0.8571,0.93333)(1,0.96078) +BLUE: +(0,0.50588)(0.0071,0.57255)(0.0286,0.61176)(0.0857,0.67451)(0.1429,0.70196)(0.2857,0.64314)(0.4286,0.71373)(0.5714,0.81176)(0.7143,0.87059)(0.8571,0.93333)(1,0.96078) diff --git a/ds9/cmaps/tpglarm.sao b/ds9/cmaps/tpglarm.sao new file mode 100644 index 0000000..4be23f4 --- /dev/null +++ b/ds9/cmaps/tpglarm.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpglarm +# created by cptutils 1.46 +# Wed Aug 15 23:31:06 2012 +PSEUDOCOLOR +RED: +(0,0.56863)(0.0071,0.64706)(0.0286,0.69804)(0.0857,0.78824)(0.1429,0.83529)(0.2857,0.83137)(0.4286,0.83137)(0.5714,0.83529)(0.7143,0.87059)(0.8571,0.93333)(1,0.96078) +GREEN: +(0,0.53725)(0.0071,0.61569)(0.0286,0.65882)(0.0857,0.74118)(0.1429,0.78824)(0.2857,0.72157)(0.4286,0.75686)(0.5714,0.81961)(0.7143,0.87059)(0.8571,0.93333)(1,0.96078) +BLUE: +(0,0.50588)(0.0071,0.57255)(0.0286,0.61176)(0.0857,0.67451)(0.1429,0.70196)(0.2857,0.64314)(0.4286,0.71373)(0.5714,0.81176)(0.7143,0.87059)(0.8571,0.93333)(1,0.96078) diff --git a/ds9/cmaps/tpglhcf.sao b/ds9/cmaps/tpglhcf.sao new file mode 100644 index 0000000..bbe36b6 --- /dev/null +++ b/ds9/cmaps/tpglhcf.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpglhcf +# created by cptutils 1.46 +# Wed Aug 15 23:31:07 2012 +PSEUDOCOLOR +RED: +(0,0.43137)(0.0071,0.49804)(0.0286,0.56471)(0.0857,0.69804)(0.1429,0.82745)(0.2857,0.83137)(0.4282,0.83529)(0.5714,0.83922)(0.7143,0.87059)(0.8571,0.93333)(1,0.96078) +GREEN: +(0,0.56863)(0.0071,0.63529)(0.0286,0.68235)(0.0857,0.7451)(0.1429,0.78824)(0.2857,0.72157)(0.4282,0.75294)(0.5714,0.81961)(0.7143,0.87059)(0.8571,0.93333)(1,0.96471) +BLUE: +(0,0.54118)(0.0071,0.61569)(0.0286,0.65882)(0.0857,0.69804)(0.1429,0.70196)(0.2857,0.64314)(0.4282,0.7098)(0.5714,0.80784)(0.7143,0.87059)(0.8571,0.93333)(1,0.96078) diff --git a/ds9/cmaps/tpglhcm.sao b/ds9/cmaps/tpglhcm.sao new file mode 100644 index 0000000..cfe0b02 --- /dev/null +++ b/ds9/cmaps/tpglhcm.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpglhcm +# created by cptutils 1.46 +# Wed Aug 15 23:31:07 2012 +PSEUDOCOLOR +RED: +(0,0.43137)(0.0071,0.49804)(0.0286,0.56471)(0.0857,0.69804)(0.1429,0.82745)(0.2857,0.83137)(0.4286,0.83529)(0.5714,0.83922)(0.7143,0.87059)(0.8571,0.93333)(1,0.96078) +GREEN: +(0,0.56863)(0.0071,0.63529)(0.0286,0.68235)(0.0857,0.7451)(0.1429,0.78824)(0.2857,0.72157)(0.4286,0.75294)(0.5714,0.81961)(0.7143,0.87059)(0.8571,0.93333)(1,0.96471) +BLUE: +(0,0.54118)(0.0071,0.61569)(0.0286,0.65882)(0.0857,0.69804)(0.1429,0.70196)(0.2857,0.64314)(0.4286,0.7098)(0.5714,0.80784)(0.7143,0.87059)(0.8571,0.93333)(1,0.96078) diff --git a/ds9/cmaps/tpglhwf.sao b/ds9/cmaps/tpglhwf.sao new file mode 100644 index 0000000..a71945e --- /dev/null +++ b/ds9/cmaps/tpglhwf.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpglhwf +# created by cptutils 1.46 +# Wed Aug 15 23:31:06 2012 +PSEUDOCOLOR +RED: +(0,0.41176)(0.0071,0.46275)(0.0286,0.51373)(0.0857,0.64706)(0.1429,0.82745)(0.2857,0.83137)(0.4282,0.83137)(0.5714,0.83922)(0.7143,0.87059)(0.8571,0.93333)(1,0.96471) +GREEN: +(0,0.59608)(0.0071,0.66275)(0.0286,0.7098)(0.0857,0.75294)(0.1429,0.78824)(0.2857,0.72157)(0.4282,0.75294)(0.5714,0.81961)(0.7143,0.86667)(0.8571,0.93333)(1,0.96863) +BLUE: +(0,0.52157)(0.0071,0.57255)(0.0286,0.60784)(0.0857,0.6549)(0.1429,0.70196)(0.2857,0.64314)(0.4282,0.7098)(0.5714,0.80784)(0.7143,0.87059)(0.8571,0.93333)(1,0.96471) diff --git a/ds9/cmaps/tpglhwm.sao b/ds9/cmaps/tpglhwm.sao new file mode 100644 index 0000000..2fe7b74 --- /dev/null +++ b/ds9/cmaps/tpglhwm.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpglhwm +# created by cptutils 1.46 +# Wed Aug 15 23:31:06 2012 +PSEUDOCOLOR +RED: +(0,0.41176)(0.0071,0.46275)(0.0286,0.51373)(0.0857,0.64706)(0.1429,0.82745)(0.2857,0.83137)(0.4286,0.83137)(0.5714,0.83922)(0.7143,0.87059)(0.8571,0.93333)(1,0.96471) +GREEN: +(0,0.59608)(0.0071,0.66275)(0.0286,0.7098)(0.0857,0.75294)(0.1429,0.78824)(0.2857,0.72157)(0.4286,0.75294)(0.5714,0.81961)(0.7143,0.86667)(0.8571,0.93333)(1,0.96863) +BLUE: +(0,0.52157)(0.0071,0.57255)(0.0286,0.60784)(0.0857,0.6549)(0.1429,0.70196)(0.2857,0.64314)(0.4286,0.7098)(0.5714,0.80784)(0.7143,0.87059)(0.8571,0.93333)(1,0.96471) diff --git a/ds9/cmaps/tpglpof.sao b/ds9/cmaps/tpglpof.sao new file mode 100644 index 0000000..1c50b5e --- /dev/null +++ b/ds9/cmaps/tpglpof.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpglpof +# created by cptutils 1.46 +# Wed Aug 15 23:31:07 2012 +PSEUDOCOLOR +RED: +(0,0.54118)(0.0125,0.63529)(0.05,0.67843)(0.15,0.72157)(0.25,0.79216)(0.5,0.85882)(0.7494,0.93725)(1,0.95686) +GREEN: +(0,0.61176)(0.0125,0.69412)(0.05,0.7451)(0.15,0.78431)(0.25,0.84314)(0.5,0.89804)(0.7494,0.94902)(1,0.97255) +BLUE: +(0,0.70196)(0.0125,0.79216)(0.05,0.83529)(0.15,0.87451)(0.25,0.9098)(0.5,0.94118)(0.7494,0.98824)(1,0.99608) diff --git a/ds9/cmaps/tpglpom.sao b/ds9/cmaps/tpglpom.sao new file mode 100644 index 0000000..ab9e28f --- /dev/null +++ b/ds9/cmaps/tpglpom.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpglpom +# created by cptutils 1.46 +# Wed Aug 15 23:31:07 2012 +PSEUDOCOLOR +RED: +(0,0.54118)(0.0125,0.63529)(0.05,0.67843)(0.15,0.72157)(0.25,0.79216)(0.5,0.85882)(0.75,0.93725)(1,0.95686) +GREEN: +(0,0.61176)(0.0125,0.69412)(0.05,0.7451)(0.15,0.78431)(0.25,0.84314)(0.5,0.89804)(0.75,0.94902)(1,0.97255) +BLUE: +(0,0.70196)(0.0125,0.79216)(0.05,0.83529)(0.15,0.87451)(0.25,0.9098)(0.5,0.94118)(0.75,0.98824)(1,0.99608) diff --git a/ds9/cmaps/tpsfhf.sao b/ds9/cmaps/tpsfhf.sao new file mode 100644 index 0000000..0f1876a --- /dev/null +++ b/ds9/cmaps/tpsfhf.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpsfhf +# created by cptutils 1.46 +# Wed Aug 15 23:31:06 2012 +PSEUDOCOLOR +RED: +(0,0.17647)(0.0833,0.17647)(0.0833,0.16078)(0.1667,0.16078)(0.1667,0.21569)(0.3334,0.21569)(0.3334,0.27451)(0.5004,0.27451)(0.5004,0.37255)(0.6666,0.37255)(0.6666,0.45098)(0.8333,0.45098)(0.8333,0.56078)(0.9167,0.56078)(0.9167,0.66667)(0.9667,0.66667)(0.9667,0.77647)(0.9833,0.77647)(0.9833,0.88627)(1,0.88627) +GREEN: +(0,0.49804)(0.0833,0.49804)(0.0833,0.52941)(0.1667,0.52941)(0.1667,0.57255)(0.3334,0.57255)(0.3334,0.60392)(0.5004,0.60392)(0.5004,0.66275)(0.6666,0.66275)(0.6666,0.70196)(0.8333,0.70196)(0.8333,0.76471)(0.9167,0.76471)(0.9167,0.81569)(0.9667,0.81569)(0.9667,0.89804)(0.9833,0.89804)(0.9833,0.94118)(1,0.94118) +BLUE: +(0,0.58039)(0.0833,0.58039)(0.0833,0.63137)(0.1667,0.63137)(0.1667,0.68627)(0.3334,0.68627)(0.3334,0.7451)(0.5004,0.7451)(0.5004,0.8)(0.6666,0.8)(0.6666,0.81176)(0.8333,0.81176)(0.8333,0.85098)(0.9167,0.85098)(0.9167,0.85882)(0.9667,0.85882)(0.9667,0.90588)(0.9833,0.90588)(0.9833,0.9451)(1,0.9451) diff --git a/ds9/cmaps/tpsfhm.sao b/ds9/cmaps/tpsfhm.sao new file mode 100644 index 0000000..ea2bb91 --- /dev/null +++ b/ds9/cmaps/tpsfhm.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpsfhm +# created by cptutils 1.46 +# Wed Aug 15 23:31:06 2012 +PSEUDOCOLOR +RED: +(0,0.17647)(0.0833,0.17647)(0.0833,0.16078)(0.1667,0.16078)(0.1667,0.21569)(0.3333,0.21569)(0.3333,0.27451)(0.5,0.27451)(0.5,0.37255)(0.6667,0.37255)(0.6667,0.45098)(0.8333,0.45098)(0.8333,0.56078)(0.9167,0.56078)(0.9167,0.66667)(0.9667,0.66667)(0.9667,0.77647)(0.9833,0.77647)(0.9833,0.88627)(1,0.88627) +GREEN: +(0,0.49804)(0.0833,0.49804)(0.0833,0.52941)(0.1667,0.52941)(0.1667,0.57255)(0.3333,0.57255)(0.3333,0.60392)(0.5,0.60392)(0.5,0.66275)(0.6667,0.66275)(0.6667,0.70196)(0.8333,0.70196)(0.8333,0.76471)(0.9167,0.76471)(0.9167,0.81569)(0.9667,0.81569)(0.9667,0.89804)(0.9833,0.89804)(0.9833,0.94118)(1,0.94118) +BLUE: +(0,0.58039)(0.0833,0.58039)(0.0833,0.63137)(0.1667,0.63137)(0.1667,0.68627)(0.3333,0.68627)(0.3333,0.7451)(0.5,0.7451)(0.5,0.8)(0.6667,0.8)(0.6667,0.81176)(0.8333,0.81176)(0.8333,0.85098)(0.9167,0.85098)(0.9167,0.85882)(0.9667,0.85882)(0.9667,0.90588)(0.9833,0.90588)(0.9833,0.9451)(1,0.9451) diff --git a/ds9/cmaps/tpusarf.sao b/ds9/cmaps/tpusarf.sao new file mode 100644 index 0000000..b064455 --- /dev/null +++ b/ds9/cmaps/tpusarf.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpusarf +# created by cptutils 1.46 +# Wed Aug 15 23:31:07 2012 +PSEUDOCOLOR +RED: +(0,0.61176)(0.0139,0.63922)(0.0278,0.67451)(0.0417,0.70196)(0.0556,0.71765)(0.0694,0.73333)(0.0833,0.75686)(0.0972,0.76863)(0.1111,0.78431)(0.125,0.79216)(0.1389,0.79608)(0.1528,0.80392)(0.1667,0.80784)(0.1806,0.81569)(0.1944,0.82353)(0.2083,0.82745)(0.2222,0.83529)(0.2361,0.84706)(0.25,0.85882)(0.2639,0.87059)(0.2778,0.87451)(0.2917,0.87451)(0.3056,0.87451)(0.3194,0.87059)(0.3333,0.87843)(0.3472,0.87451)(0.3611,0.87451)(0.375,0.87059)(0.3889,0.87059)(0.4028,0.87059)(0.4167,0.86667)(0.4306,0.86275)(0.4444,0.86275)(0.4583,0.8549)(0.4722,0.85882)(0.4861,0.86275)(0.5,0.85882)(0.5139,0.85882)(0.5278,0.8549)(0.5417,0.8549)(0.5556,0.8549)(0.5694,0.8549)(0.5833,0.85882)(0.5972,0.85882)(0.6111,0.85882)(0.625,0.85882)(0.6389,0.8549)(0.6528,0.8549)(0.6667,0.8549)(0.6806,0.8549)(0.6944,0.8549)(0.7083,0.8549)(0.7222,0.85098)(0.7361,0.85098)(0.75,0.84706)(0.7639,0.84314)(0.7778,0.84314)(0.7917,0.84314)(0.8056,0.84706)(0.8194,0.85098)(0.8333,0.8549)(0.8472,0.85098)(0.8611,0.8549)(0.875,0.85882)(0.8889,0.85882)(0.9028,0.86667)(0.9167,0.87451)(0.9306,0.88235)(0.9444,0.88627)(0.9583,0.8902)(0.9722,0.89412)(0.9861,0.89804)(1,0.90196) +GREEN: +(0,0.59608)(0.0139,0.61961)(0.0278,0.66275)(0.0417,0.69412)(0.0556,0.7098)(0.0694,0.72941)(0.0833,0.7451)(0.0972,0.76863)(0.1111,0.77647)(0.125,0.78039)(0.1389,0.78431)(0.1528,0.79216)(0.1667,0.79608)(0.1806,0.80392)(0.1944,0.80784)(0.2083,0.81569)(0.2222,0.81961)(0.2361,0.83137)(0.25,0.83529)(0.2639,0.84314)(0.2778,0.83529)(0.2917,0.83137)(0.3056,0.82745)(0.3194,0.82353)(0.3333,0.81176)(0.3472,0.8)(0.3611,0.79216)(0.375,0.78431)(0.3889,0.77255)(0.4028,0.76863)(0.4167,0.76471)(0.4306,0.76078)(0.4444,0.76078)(0.4583,0.76863)(0.4722,0.77255)(0.4861,0.77647)(0.5,0.77647)(0.5139,0.78431)(0.5278,0.79216)(0.5417,0.79608)(0.5556,0.80392)(0.5694,0.80784)(0.5833,0.81176)(0.5972,0.81176)(0.6111,0.81176)(0.625,0.81176)(0.6389,0.81569)(0.6528,0.81569)(0.6667,0.81569)(0.6806,0.81569)(0.6944,0.81569)(0.7083,0.81569)(0.7222,0.81176)(0.7361,0.80784)(0.75,0.80784)(0.7639,0.81569)(0.7778,0.81569)(0.7917,0.81961)(0.8056,0.82353)(0.8194,0.82745)(0.8333,0.83529)(0.8472,0.83922)(0.8611,0.84706)(0.875,0.8549)(0.8889,0.85882)(0.9028,0.86275)(0.9167,0.87059)(0.9306,0.87451)(0.9444,0.87843)(0.9583,0.88627)(0.9722,0.8902)(0.9861,0.89804)(1,0.90196) +BLUE: +(0,0.56471)(0.0139,0.59216)(0.0278,0.62353)(0.0417,0.64706)(0.0556,0.66275)(0.0694,0.68235)(0.0833,0.69804)(0.0972,0.71373)(0.1111,0.72549)(0.125,0.72941)(0.1389,0.73333)(0.1528,0.74118)(0.1667,0.7451)(0.1806,0.74902)(0.1944,0.74902)(0.2083,0.75686)(0.2222,0.76078)(0.2361,0.76471)(0.25,0.76471)(0.2639,0.76078)(0.2778,0.76471)(0.2917,0.76078)(0.3056,0.76078)(0.3194,0.75294)(0.3333,0.74118)(0.3472,0.73725)(0.3611,0.72941)(0.375,0.72157)(0.3889,0.71765)(0.4028,0.71373)(0.4167,0.7098)(0.4306,0.70588)(0.4444,0.70588)(0.4583,0.7098)(0.4722,0.71765)(0.4861,0.72941)(0.5,0.73333)(0.5139,0.74118)(0.5278,0.75686)(0.5417,0.76078)(0.5556,0.76863)(0.5694,0.77255)(0.5833,0.77647)(0.5972,0.77647)(0.6111,0.78039)(0.625,0.78431)(0.6389,0.78824)(0.6528,0.79216)(0.6667,0.79216)(0.6806,0.79216)(0.6944,0.79216)(0.7083,0.79216)(0.7222,0.79216)(0.7361,0.79608)(0.75,0.79608)(0.7639,0.8)(0.7778,0.80392)(0.7917,0.80784)(0.8056,0.81176)(0.8194,0.82353)(0.8333,0.82745)(0.8472,0.83137)(0.8611,0.83922)(0.875,0.84706)(0.8889,0.85882)(0.9028,0.8549)(0.9167,0.86275)(0.9306,0.87451)(0.9444,0.87843)(0.9583,0.88627)(0.9722,0.89412)(0.9861,0.89804)(1,0.90196) diff --git a/ds9/cmaps/tpusarm.sao b/ds9/cmaps/tpusarm.sao new file mode 100644 index 0000000..cbdc0d5 --- /dev/null +++ b/ds9/cmaps/tpusarm.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpusarm +# created by cptutils 1.46 +# Wed Aug 15 23:31:06 2012 +PSEUDOCOLOR +RED: +(0,0.61176)(0.0208,0.65882)(0.0417,0.70196)(0.0625,0.72549)(0.0833,0.75686)(0.1042,0.77647)(0.125,0.79216)(0.1458,0.8)(0.1667,0.80784)(0.1875,0.81961)(0.2083,0.82745)(0.2292,0.84314)(0.25,0.85882)(0.2708,0.87059)(0.2917,0.87451)(0.3125,0.87059)(0.3333,0.87843)(0.3542,0.87843)(0.375,0.87059)(0.3958,0.87059)(0.4167,0.86667)(0.4375,0.86275)(0.4583,0.8549)(0.4792,0.85882)(0.5,0.85882)(0.5208,0.8549)(0.5417,0.8549)(0.5625,0.8549)(0.5833,0.85882)(0.6042,0.85882)(0.625,0.85882)(0.6458,0.8549)(0.6667,0.8549)(0.6875,0.8549)(0.7083,0.8549)(0.7292,0.85098)(0.75,0.84706)(0.7708,0.84314)(0.7917,0.84314)(0.8125,0.85098)(0.8333,0.8549)(0.8542,0.85098)(0.875,0.85882)(0.8958,0.86275)(0.9167,0.87451)(0.9375,0.88627)(0.9583,0.8902)(0.9792,0.89412)(1,0.90196) +GREEN: +(0,0.59608)(0.0208,0.64314)(0.0417,0.69412)(0.0625,0.72157)(0.0833,0.7451)(0.1042,0.77255)(0.125,0.78039)(0.1458,0.78824)(0.1667,0.79608)(0.1875,0.80392)(0.2083,0.81569)(0.2292,0.82745)(0.25,0.83529)(0.2708,0.84314)(0.2917,0.83137)(0.3125,0.82353)(0.3333,0.81176)(0.3542,0.79608)(0.375,0.78431)(0.3958,0.77255)(0.4167,0.76471)(0.4375,0.76078)(0.4583,0.76863)(0.4792,0.77255)(0.5,0.77647)(0.5208,0.78824)(0.5417,0.79608)(0.5625,0.80392)(0.5833,0.81176)(0.6042,0.81176)(0.625,0.81176)(0.6458,0.81569)(0.6667,0.81569)(0.6875,0.81569)(0.7083,0.81569)(0.7292,0.80784)(0.75,0.80784)(0.7708,0.81569)(0.7917,0.81961)(0.8125,0.82745)(0.8333,0.83529)(0.8542,0.84314)(0.875,0.8549)(0.8958,0.85882)(0.9167,0.87059)(0.9375,0.87843)(0.9583,0.88627)(0.9792,0.89412)(1,0.90196) +BLUE: +(0,0.56471)(0.0208,0.60784)(0.0417,0.64706)(0.0625,0.67451)(0.0833,0.69804)(0.1042,0.72157)(0.125,0.72941)(0.1458,0.73725)(0.1667,0.7451)(0.1875,0.74902)(0.2083,0.75686)(0.2292,0.76471)(0.25,0.76471)(0.2708,0.76078)(0.2917,0.76078)(0.3125,0.75686)(0.3333,0.74118)(0.3542,0.73333)(0.375,0.72157)(0.3958,0.71765)(0.4167,0.7098)(0.4375,0.70588)(0.4583,0.7098)(0.4792,0.72549)(0.5,0.73333)(0.5208,0.74902)(0.5417,0.76078)(0.5625,0.76863)(0.5833,0.77647)(0.6042,0.78039)(0.625,0.78431)(0.6458,0.79216)(0.6667,0.79216)(0.6875,0.79216)(0.7083,0.79216)(0.7292,0.79608)(0.75,0.79608)(0.7708,0.8)(0.7917,0.80784)(0.8125,0.81961)(0.8333,0.82745)(0.8542,0.83529)(0.875,0.84706)(0.8958,0.85882)(0.9167,0.86275)(0.9375,0.87843)(0.9583,0.88627)(0.9792,0.89412)(1,0.90196) diff --git a/ds9/cmaps/tpushuf.sao b/ds9/cmaps/tpushuf.sao new file mode 100644 index 0000000..aeb8a62 --- /dev/null +++ b/ds9/cmaps/tpushuf.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpushuf +# created by cptutils 1.46 +# Wed Aug 15 23:31:06 2012 +PSEUDOCOLOR +RED: +(0,0.55686)(0.0139,0.58824)(0.0278,0.61569)(0.0417,0.64314)(0.0556,0.66275)(0.0694,0.68235)(0.0833,0.70196)(0.0972,0.72157)(0.1111,0.73725)(0.125,0.7451)(0.1389,0.75686)(0.1528,0.76863)(0.1667,0.77647)(0.1806,0.78431)(0.1944,0.8)(0.2083,0.81569)(0.2222,0.82745)(0.2361,0.84314)(0.25,0.8549)(0.2639,0.86667)(0.2778,0.87451)(0.2917,0.87843)(0.3056,0.87451)(0.3194,0.87059)(0.3333,0.87843)(0.3472,0.87451)(0.3611,0.87451)(0.375,0.87059)(0.3889,0.87059)(0.4028,0.87059)(0.4167,0.86667)(0.4306,0.86275)(0.4444,0.86275)(0.4583,0.8549)(0.4722,0.85882)(0.4861,0.86275)(0.5,0.85882)(0.5139,0.85882)(0.5278,0.85882)(0.5417,0.8549)(0.5556,0.85098)(0.5694,0.8549)(0.5833,0.85882)(0.5972,0.85882)(0.6111,0.85882)(0.625,0.85882)(0.6389,0.8549)(0.6528,0.8549)(0.6667,0.8549)(0.6806,0.8549)(0.6944,0.8549)(0.7083,0.8549)(0.7222,0.85098)(0.7361,0.85098)(0.75,0.84706)(0.7639,0.84314)(0.7778,0.84706)(0.7917,0.84314)(0.8056,0.84706)(0.8194,0.85098)(0.8333,0.85098)(0.8472,0.84706)(0.8611,0.8549)(0.875,0.85882)(0.8889,0.85882)(0.9028,0.86667)(0.9167,0.87451)(0.9306,0.88235)(0.9444,0.88627)(0.9583,0.8902)(0.9722,0.89412)(0.9861,0.89804)(1,0.90196) +GREEN: +(0,0.59608)(0.0139,0.63137)(0.0278,0.67843)(0.0417,0.7098)(0.0556,0.73333)(0.0694,0.75294)(0.0833,0.77255)(0.0972,0.79608)(0.1111,0.81176)(0.125,0.81961)(0.1389,0.81961)(0.1528,0.82353)(0.1667,0.82353)(0.1806,0.83137)(0.1944,0.83529)(0.2083,0.83529)(0.2222,0.84314)(0.2361,0.84314)(0.25,0.84314)(0.2639,0.84314)(0.2778,0.83529)(0.2917,0.83137)(0.3056,0.82745)(0.3194,0.82353)(0.3333,0.81176)(0.3472,0.8)(0.3611,0.79216)(0.375,0.78431)(0.3889,0.77255)(0.4028,0.76863)(0.4167,0.76471)(0.4306,0.76078)(0.4444,0.76078)(0.4583,0.76863)(0.4722,0.77255)(0.4861,0.77647)(0.5,0.77647)(0.5139,0.78431)(0.5278,0.79216)(0.5417,0.79608)(0.5556,0.80392)(0.5694,0.80784)(0.5833,0.81176)(0.5972,0.81176)(0.6111,0.81176)(0.625,0.81176)(0.6389,0.81569)(0.6528,0.81569)(0.6667,0.81569)(0.6806,0.81569)(0.6944,0.81569)(0.7083,0.81569)(0.7222,0.81176)(0.7361,0.80784)(0.75,0.80784)(0.7639,0.81569)(0.7778,0.81961)(0.7917,0.82353)(0.8056,0.82353)(0.8194,0.82745)(0.8333,0.83529)(0.8472,0.84314)(0.8611,0.85098)(0.875,0.8549)(0.8889,0.85882)(0.9028,0.86275)(0.9167,0.87059)(0.9306,0.87451)(0.9444,0.87843)(0.9583,0.88627)(0.9722,0.8902)(0.9861,0.89804)(1,0.90196) +BLUE: +(0,0.56863)(0.0139,0.59608)(0.0278,0.63922)(0.0417,0.66667)(0.0556,0.68235)(0.0694,0.70196)(0.0833,0.72157)(0.0972,0.7451)(0.1111,0.76078)(0.125,0.76078)(0.1389,0.76471)(0.1528,0.76863)(0.1667,0.76471)(0.1806,0.76863)(0.1944,0.77255)(0.2083,0.77255)(0.2222,0.77255)(0.2361,0.77255)(0.25,0.76863)(0.2639,0.76471)(0.2778,0.76471)(0.2917,0.76078)(0.3056,0.76078)(0.3194,0.75294)(0.3333,0.74118)(0.3472,0.73725)(0.3611,0.72941)(0.375,0.72157)(0.3889,0.71765)(0.4028,0.71373)(0.4167,0.7098)(0.4306,0.70588)(0.4444,0.70588)(0.4583,0.7098)(0.4722,0.71765)(0.4861,0.72941)(0.5,0.73333)(0.5139,0.74118)(0.5278,0.75686)(0.5417,0.76078)(0.5556,0.76863)(0.5694,0.77255)(0.5833,0.77647)(0.5972,0.77647)(0.6111,0.78039)(0.625,0.78431)(0.6389,0.78824)(0.6528,0.79216)(0.6667,0.79216)(0.6806,0.79216)(0.6944,0.79216)(0.7083,0.79216)(0.7222,0.79216)(0.7361,0.79608)(0.75,0.79608)(0.7639,0.8)(0.7778,0.80392)(0.7917,0.80784)(0.8056,0.81176)(0.8194,0.82353)(0.8333,0.82745)(0.8472,0.83529)(0.8611,0.84314)(0.875,0.84706)(0.8889,0.85882)(0.9028,0.8549)(0.9167,0.86275)(0.9306,0.87451)(0.9444,0.87843)(0.9583,0.88627)(0.9722,0.8902)(0.9861,0.89804)(1,0.90196) diff --git a/ds9/cmaps/tpushum.sao b/ds9/cmaps/tpushum.sao new file mode 100644 index 0000000..44cfc9f --- /dev/null +++ b/ds9/cmaps/tpushum.sao @@ -0,0 +1,11 @@ +# SAOimage color table +# tpushum +# created by cptutils 1.46 +# Wed Aug 15 23:31:07 2012 +PSEUDOCOLOR +RED: +(0,0.55686)(0.0208,0.6)(0.0417,0.64314)(0.0625,0.67451)(0.0833,0.70196)(0.1042,0.72941)(0.125,0.7451)(0.1458,0.76078)(0.1667,0.77647)(0.1875,0.79216)(0.2083,0.81569)(0.2292,0.83529)(0.25,0.8549)(0.2708,0.87059)(0.2917,0.87843)(0.3125,0.87059)(0.3333,0.87843)(0.3542,0.87843)(0.375,0.87059)(0.3958,0.87059)(0.4167,0.86667)(0.4375,0.86275)(0.4583,0.8549)(0.4792,0.85882)(0.5,0.85882)(0.5208,0.85882)(0.5417,0.8549)(0.5625,0.85098)(0.5833,0.85882)(0.6042,0.85882)(0.625,0.85882)(0.6458,0.8549)(0.6667,0.8549)(0.6875,0.8549)(0.7083,0.8549)(0.7292,0.85098)(0.75,0.84706)(0.7708,0.84314)(0.7917,0.84314)(0.8125,0.85098)(0.8333,0.85098)(0.8542,0.85098)(0.875,0.85882)(0.8958,0.86275)(0.9167,0.87451)(0.9375,0.88627)(0.9583,0.8902)(0.9792,0.89804)(1,0.90196) +GREEN: +(0,0.59608)(0.0208,0.6549)(0.0417,0.7098)(0.0625,0.7451)(0.0833,0.77255)(0.1042,0.80392)(0.125,0.81961)(0.1458,0.81961)(0.1667,0.82353)(0.1875,0.83137)(0.2083,0.83529)(0.2292,0.84314)(0.25,0.84314)(0.2708,0.84314)(0.2917,0.83137)(0.3125,0.82353)(0.3333,0.81176)(0.3542,0.79608)(0.375,0.78431)(0.3958,0.77255)(0.4167,0.76471)(0.4375,0.76078)(0.4583,0.76863)(0.4792,0.77255)(0.5,0.77647)(0.5208,0.78824)(0.5417,0.79608)(0.5625,0.80784)(0.5833,0.81176)(0.6042,0.81176)(0.625,0.81176)(0.6458,0.81569)(0.6667,0.81569)(0.6875,0.81569)(0.7083,0.81569)(0.7292,0.80784)(0.75,0.80784)(0.7708,0.81569)(0.7917,0.82353)(0.8125,0.82745)(0.8333,0.83529)(0.8542,0.84706)(0.875,0.8549)(0.8958,0.85882)(0.9167,0.87059)(0.9375,0.87843)(0.9583,0.88627)(0.9792,0.89412)(1,0.90196) +BLUE: +(0,0.56863)(0.0208,0.61961)(0.0417,0.66667)(0.0625,0.69412)(0.0833,0.72157)(0.1042,0.75294)(0.125,0.76078)(0.1458,0.76471)(0.1667,0.76471)(0.1875,0.76863)(0.2083,0.77255)(0.2292,0.77255)(0.25,0.76863)(0.2708,0.76078)(0.2917,0.76078)(0.3125,0.75686)(0.3333,0.74118)(0.3542,0.73333)(0.375,0.72157)(0.3958,0.71765)(0.4167,0.7098)(0.4375,0.70588)(0.4583,0.7098)(0.4792,0.72549)(0.5,0.73333)(0.5208,0.74902)(0.5417,0.76078)(0.5625,0.76863)(0.5833,0.77647)(0.6042,0.78039)(0.625,0.78431)(0.6458,0.79216)(0.6667,0.79216)(0.6875,0.79216)(0.7083,0.79216)(0.7292,0.79608)(0.75,0.79608)(0.7708,0.8)(0.7917,0.80784)(0.8125,0.81961)(0.8333,0.82745)(0.8542,0.83922)(0.875,0.84706)(0.8958,0.85882)(0.9167,0.86275)(0.9375,0.87843)(0.9583,0.88627)(0.9792,0.89412)(1,0.90196) diff --git a/ds9/cmaps/viridis.lut b/ds9/cmaps/viridis.lut new file mode 100644 index 0000000..3896a91 --- /dev/null +++ b/ds9/cmaps/viridis.lut @@ -0,0 +1,257 @@ +# matplotlib _cm.py +0.26700401 0.00487433 0.32941519 +0.26851048 0.00960483 0.33542652 +0.26994384 0.01462494 0.34137895 +0.27130489 0.01994186 0.34726862 +0.27259384 0.02556309 0.35309303 +0.27380934 0.03149748 0.35885256 +0.27495242 0.03775181 0.36454323 +0.27602238 0.04416723 0.37016418 +0.2770184 0.05034437 0.37571452 +0.27794143 0.05632444 0.38119074 +0.27879067 0.06214536 0.38659204 +0.2795655 0.06783587 0.39191723 +0.28026658 0.07341724 0.39716349 +0.28089358 0.07890703 0.40232944 +0.28144581 0.0843197 0.40741404 +0.28192358 0.08966622 0.41241521 +0.28232739 0.09495545 0.41733086 +0.28265633 0.10019576 0.42216032 +0.28291049 0.10539345 0.42690202 +0.28309095 0.11055307 0.43155375 +0.28319704 0.11567966 0.43611482 +0.28322882 0.12077701 0.44058404 +0.28318684 0.12584799 0.44496 +0.283072 0.13089477 0.44924127 +0.28288389 0.13592005 0.45342734 +0.28262297 0.14092556 0.45751726 +0.28229037 0.14591233 0.46150995 +0.28188676 0.15088147 0.46540474 +0.28141228 0.15583425 0.46920128 +0.28086773 0.16077132 0.47289909 +0.28025468 0.16569272 0.47649762 +0.27957399 0.17059884 0.47999675 +0.27882618 0.1754902 0.48339654 +0.27801236 0.18036684 0.48669702 +0.27713437 0.18522836 0.48989831 +0.27619376 0.19007447 0.49300074 +0.27519116 0.1949054 0.49600488 +0.27412802 0.19972086 0.49891131 +0.27300596 0.20452049 0.50172076 +0.27182812 0.20930306 0.50443413 +0.27059473 0.21406899 0.50705243 +0.26930756 0.21881782 0.50957678 +0.26796846 0.22354911 0.5120084 +0.26657984 0.2282621 0.5143487 +0.2651445 0.23295593 0.5165993 +0.2636632 0.23763078 0.51876163 +0.26213801 0.24228619 0.52083736 +0.26057103 0.2469217 0.52282822 +0.25896451 0.25153685 0.52473609 +0.25732244 0.2561304 0.52656332 +0.25564519 0.26070284 0.52831152 +0.25393498 0.26525384 0.52998273 +0.25219404 0.26978306 0.53157905 +0.25042462 0.27429024 0.53310261 +0.24862899 0.27877509 0.53455561 +0.2468114 0.28323662 0.53594093 +0.24497208 0.28767547 0.53726018 +0.24311324 0.29209154 0.53851561 +0.24123708 0.29648471 0.53970946 +0.23934575 0.30085494 0.54084398 +0.23744138 0.30520222 0.5419214 +0.23552606 0.30952657 0.54294396 +0.23360277 0.31382773 0.54391424 +0.2316735 0.3181058 0.54483444 +0.22973926 0.32236127 0.54570633 +0.22780192 0.32659432 0.546532 +0.2258633 0.33080515 0.54731353 +0.22392515 0.334994 0.54805291 +0.22198915 0.33916114 0.54875211 +0.22005691 0.34330688 0.54941304 +0.21812995 0.34743154 0.55003755 +0.21620971 0.35153548 0.55062743 +0.21429757 0.35561907 0.5511844 +0.21239477 0.35968273 0.55171011 +0.2105031 0.36372671 0.55220646 +0.20862342 0.36775151 0.55267486 +0.20675628 0.37175775 0.55311653 +0.20490257 0.37574589 0.55353282 +0.20306309 0.37971644 0.55392505 +0.20123854 0.38366989 0.55429441 +0.1994295 0.38760678 0.55464205 +0.1976365 0.39152762 0.55496905 +0.19585993 0.39543297 0.55527637 +0.19410009 0.39932336 0.55556494 +0.19235719 0.40319934 0.55583559 +0.19063135 0.40706148 0.55608907 +0.18892259 0.41091033 0.55632606 +0.18723083 0.41474645 0.55654717 +0.18555593 0.4185704 0.55675292 +0.18389763 0.42238275 0.55694377 +0.18225561 0.42618405 0.5571201 +0.18062949 0.42997486 0.55728221 +0.17901879 0.43375572 0.55743035 +0.17742298 0.4375272 0.55756466 +0.17584148 0.44128981 0.55768526 +0.17427363 0.4450441 0.55779216 +0.17271876 0.4487906 0.55788532 +0.17117615 0.4525298 0.55796464 +0.16964573 0.45626209 0.55803034 +0.16812641 0.45998802 0.55808199 +0.1666171 0.46370813 0.55811913 +0.16511703 0.4674229 0.55814141 +0.16362543 0.47113278 0.55814842 +0.16214155 0.47483821 0.55813967 +0.16066467 0.47853961 0.55811466 +0.15919413 0.4822374 0.5580728 +0.15772933 0.48593197 0.55801347 +0.15626973 0.4896237 0.557936 +0.15481488 0.49331293 0.55783967 +0.15336445 0.49700003 0.55772371 +0.1519182 0.50068529 0.55758733 +0.15047605 0.50436904 0.55742968 +0.14903918 0.50805136 0.5572505 +0.14760731 0.51173263 0.55704861 +0.14618026 0.51541316 0.55682271 +0.14475863 0.51909319 0.55657181 +0.14334327 0.52277292 0.55629491 +0.14193527 0.52645254 0.55599097 +0.14053599 0.53013219 0.55565893 +0.13914708 0.53381201 0.55529773 +0.13777048 0.53749213 0.55490625 +0.1364085 0.54117264 0.55448339 +0.13506561 0.54485335 0.55402906 +0.13374299 0.54853458 0.55354108 +0.13244401 0.55221637 0.55301828 +0.13117249 0.55589872 0.55245948 +0.1299327 0.55958162 0.55186354 +0.12872938 0.56326503 0.55122927 +0.12756771 0.56694891 0.55055551 +0.12645338 0.57063316 0.5498411 +0.12539383 0.57431754 0.54908564 +0.12439474 0.57800205 0.5482874 +0.12346281 0.58168661 0.54744498 +0.12260562 0.58537105 0.54655722 +0.12183122 0.58905521 0.54562298 +0.12114807 0.59273889 0.54464114 +0.12056501 0.59642187 0.54361058 +0.12009154 0.60010387 0.54253043 +0.11973756 0.60378459 0.54139999 +0.11951163 0.60746388 0.54021751 +0.11942341 0.61114146 0.53898192 +0.11948255 0.61481702 0.53769219 +0.11969858 0.61849025 0.53634733 +0.12008079 0.62216081 0.53494633 +0.12063824 0.62582833 0.53348834 +0.12137972 0.62949242 0.53197275 +0.12231244 0.63315277 0.53039808 +0.12344358 0.63680899 0.52876343 +0.12477953 0.64046069 0.52706792 +0.12632581 0.64410744 0.52531069 +0.12808703 0.64774881 0.52349092 +0.13006688 0.65138436 0.52160791 +0.13226797 0.65501363 0.51966086 +0.13469183 0.65863619 0.5176488 +0.13733921 0.66225157 0.51557101 +0.14020991 0.66585927 0.5134268 +0.14330291 0.66945881 0.51121549 +0.1466164 0.67304968 0.50893644 +0.15014782 0.67663139 0.5065889 +0.15389405 0.68020343 0.50417217 +0.15785146 0.68376525 0.50168574 +0.16201598 0.68731632 0.49912906 +0.1663832 0.69085611 0.49650163 +0.1709484 0.69438405 0.49380294 +0.17570671 0.6978996 0.49103252 +0.18065314 0.70140222 0.48818938 +0.18578266 0.70489133 0.48527326 +0.19109018 0.70836635 0.48228395 +0.19657063 0.71182668 0.47922108 +0.20221902 0.71527175 0.47608431 +0.20803045 0.71870095 0.4728733 +0.21400015 0.72211371 0.46958774 +0.22012381 0.72550945 0.46622638 +0.2263969 0.72888753 0.46278934 +0.23281498 0.73224735 0.45927675 +0.2393739 0.73558828 0.45568838 +0.24606968 0.73890972 0.45202405 +0.25289851 0.74221104 0.44828355 +0.25985676 0.74549162 0.44446673 +0.26694127 0.74875084 0.44057284 +0.27414922 0.75198807 0.4366009 +0.28147681 0.75520266 0.43255207 +0.28892102 0.75839399 0.42842626 +0.29647899 0.76156142 0.42422341 +0.30414796 0.76470433 0.41994346 +0.31192534 0.76782207 0.41558638 +0.3198086 0.77091403 0.41115215 +0.3277958 0.77397953 0.40664011 +0.33588539 0.7770179 0.40204917 +0.34407411 0.78002855 0.39738103 +0.35235985 0.78301086 0.39263579 +0.36074053 0.78596419 0.38781353 +0.3692142 0.78888793 0.38291438 +0.37777892 0.79178146 0.3779385 +0.38643282 0.79464415 0.37288606 +0.39517408 0.79747541 0.36775726 +0.40400101 0.80027461 0.36255223 +0.4129135 0.80304099 0.35726893 +0.42190813 0.80577412 0.35191009 +0.43098317 0.80847343 0.34647607 +0.44013691 0.81113836 0.3409673 +0.44936763 0.81376835 0.33538426 +0.45867362 0.81636288 0.32972749 +0.46805314 0.81892143 0.32399761 +0.47750446 0.82144351 0.31819529 +0.4870258 0.82392862 0.31232133 +0.49661536 0.82637633 0.30637661 +0.5062713 0.82878621 0.30036211 +0.51599182 0.83115784 0.29427888 +0.52577622 0.83349064 0.2881265 +0.5356211 0.83578452 0.28190832 +0.5455244 0.83803918 0.27562602 +0.55548397 0.84025437 0.26928147 +0.5654976 0.8424299 0.26287683 +0.57556297 0.84456561 0.25641457 +0.58567772 0.84666139 0.24989748 +0.59583934 0.84871722 0.24332878 +0.60604528 0.8507331 0.23671214 +0.61629283 0.85270912 0.23005179 +0.62657923 0.85464543 0.22335258 +0.63690157 0.85654226 0.21662012 +0.64725685 0.85839991 0.20986086 +0.65764197 0.86021878 0.20308229 +0.66805369 0.86199932 0.19629307 +0.67848868 0.86374211 0.18950326 +0.68894351 0.86544779 0.18272455 +0.69941463 0.86711711 0.17597055 +0.70989842 0.86875092 0.16925712 +0.72039115 0.87035015 0.16260273 +0.73088902 0.87191584 0.15602894 +0.74138803 0.87344918 0.14956101 +0.75188414 0.87495143 0.14322828 +0.76237342 0.87642392 0.13706449 +0.77285183 0.87786808 0.13110864 +0.78331535 0.87928545 0.12540538 +0.79375994 0.88067763 0.12000532 +0.80418159 0.88204632 0.11496505 +0.81457634 0.88339329 0.11034678 +0.82494028 0.88472036 0.10621724 +0.83526959 0.88602943 0.1026459 +0.84556056 0.88732243 0.09970219 +0.8558096 0.88860134 0.09745186 +0.86601325 0.88986815 0.09595277 +0.87616824 0.89112487 0.09525046 +0.88627146 0.89237353 0.09537439 +0.89632002 0.89361614 0.09633538 +0.90631121 0.89485467 0.09812496 +0.91624212 0.89609127 0.1007168 +0.92610579 0.89732977 0.10407067 +0.93590444 0.8985704 0.10813094 +0.94563626 0.899815 0.11283773 +0.95529972 0.90106534 0.11812832 +0.96489353 0.90232311 0.12394051 +0.97441665 0.90358991 0.13021494 +0.98386829 0.90486726 0.13689671 +0.99324789 0.90615657 0.1439362 \ No newline at end of file diff --git a/ds9/doc/acknowledgment.html b/ds9/doc/acknowledgment.html new file mode 100644 index 0000000..75c3966 --- /dev/null +++ b/ds9/doc/acknowledgment.html @@ -0,0 +1,33 @@ + + + + + + DS9 Acknowledgment + + +

SAOImage DS9 Acknowledgment

+
+

SAOImage DS9 development has been made possible by funding from + the Chandra X-ray Science Center (CXC) (NAS8-03060) and the High + Energy Astrophysics Science Archive Center (HEASARC) (NCC5-568). + Additional funding was provided by the JWST Mission office at + Space Telescope Science Institute (NAS-03127) to improve + capabilities for 3-D data visualization.
+

+

If you have found SAOImage DS9 to be helpful in your research, + the following acknowledgment would be appreciated

+

+
+

"This research has made use of SAOImage DS9, developed by + Smithsonian Astrophysical Observatory"

+
+

or reference the following paper2003adass..12..489J

+
+ + diff --git a/ds9/doc/faq.html b/ds9/doc/faq.html new file mode 100644 index 0000000..4feac67 --- /dev/null +++ b/ds9/doc/faq.html @@ -0,0 +1,805 @@ + + + + + + DS9 FAQ + + +

SAOImage DS9 FAQ

+
+

This FAQ is a new, on going project, and it is far from being + complete. But as common questions on DS9 are received, the FAQ + will be updated.

+

Contents

+
Copyright
+ General
+ Fonts
+ Linux
+ Windows
+ MacOSX
+ X11
+ IRAF
+ Coordinates
+ Regions
+ Printing
+ XPA
+ VO
+
+
+
+

Copyright

+
+

SAOImage DS9 is composed of approximately 20 open source + packages, all of which are distributed under their own open + source license agreements, usually GPL, LGPL, or BSD. In + addition, several open source packages have been developed + here at the Smithsonian Astrophysical Observatory, Cambridge, + MA, USA and are distributed under the terms of the GNU General + Public License as published by the Free Software Foundation. + As long as you continue to adhere to the provisions of the + licenses, you are free to distribute SAOImage DS9 along with + your software.

+

The GNU site + contains an excellent FAQ on the the dos and donts of GPL.

+
+

General

+
+

The web browser, catalog tool, image server, and other + Analysis functions don't appear to work. Whats going on?
+

+

For a number of the Analysis functions, DS9 requires + temporary disk space to download and store data. By default, + this directory is defined by the TMP or TEMP environment + variable. This is usually defined as /tmp for Linux + and MacOSX users. For Windows users, this will vary, depending + on which version of Windows you have. In any case, if the temp + directory is not writable, or you have specified an invalid + directory in the preferences, these functions will fail with a + variety of error messages.
+

+

My system admin stripped the DS9 binary and now DS9 fails + to start with the following error message:

+

Application initialization failed: Can't find a usable + tk.tcl in the following directories...

+

DS9 is based on tcl/tk which is a scripting language which + requires many support files. To create a stand alone + application, we fool tcl/tk into thinking that it has + a valid installation. To do this, DS9 is really an + application, along with an zip archive attached. The first + thing DS9 does is to create a virtual file system in memory + and unpack that archive into memory. The application DS9 is + already stripped of debugging symbols when built.

+

It appears that the strip command is stripping + part of the archive, hence DS9 is unable to un-compress it. In + summary, don't strip the DS9 binary and everything + works fine.

+

When I open my FITS image, all I see is 'white'. Yet + everything, including the color bar seems to work?

+

New with version 2.1, is support for the DATASEC keyword. + This keyword specifies what portion of the image is valid + data, for calculating min / max and for displaying. This is + very important for images created from CCDs with over scan and + bias strips. By default, this support is enabled. However, a + number of fits images with this keyword, have invalid values. + Therefor, when DS9 opens the image, it finds no valid data to + display. To correct this problem, either disable DATASEC + support, via the Scale menu, or correct the the value of + DATASEC in the fits header. You can also change the default + behavior by disabling DATASEC from the preferences menu.
+

+
+

Fonts

+
+

Where is the Symbol Font? How do I enter special + characters into an entry dialog?

+

The concept of a separate SYMBOL font is no longer + implemented with the latest OS font and scripting support, + especially with scalable anti-alias fonts such as Xft for + Linux. Most newer fonts (if not all) now have greek characters + as part of the font. The greek chars start at unicode \u0391 + for 'A' and \u03b1 for 'a'. Each OS has a tool used to build + and copy a string of characters. Then use the Edit:Paste menu + of DS9 to insert the character string.

+

Linux- Gnome: gucharmap
+
Linux- KDE: kcharselect
+
MacOSX: Character Viewer (Select Edit:Special + Characters) Now click and drag the characters to a + terminal window. Then select the string and select Edit:Copy.
+ Windows: Character Map (from Start button, + select All Programs, Accessories, System + + + + + Tools and then Character Map)
+

+
+

Linux

+
+

My /tmp directory is mounted -noexec and bin table + filtering does not work.

+

Set the environment variable FILTER_TMPDIR to a directory + that is both writable and can execute.
+

+

I have Red Hat 7, and I'm running KDE. The magnifier keeps + going blank after a few seconds, what's going on?

+

The problem was in KDE. If the user has decided to hide the + panel taskbar and  sets a delay time for when it appears + if the mouse is moved to the panel  location, then it + appears that KDE creates mouse events that fool DS9 into  + thinking the mouse is outside and it blanks the magnifier. By + turning off the  hide panel, the effect goes away. The + alternative is to update to KDE2.1Beta  where this method + of dealing with the hidden panel is not used and all is  + well, as it was for KDE

+

I have FreeBSD. When I run ds9, I get the following error: +   ELF binary type "0" not known Whats + + + + + + going on?

+

The solution was to use the brandelf utility + on the file to ensure that the machine understood that it +  was a Linux program.

+

% brandelf -t Linux (file name)
+

+
+
+

Windows

+
+

When I do Save Image, I get the same result (and this is + true for either .gif, .jpeg, .tiff, .png and .ppm) : it + saves only a stripe at the top of my image.
+

+

This problem seems to be caused by running DS9 in Windows XP + compatibility mode. Please un-check the compatibility option + in the properties dialog.
+

+

How can I open a FITS file with an extension name?

+

By default, the windows port of DS9 uses the Windows + standard dialog box to open and save files. This can be a + problem in that the native Windows dialog will not allow + extensions to the file name, such as foo.fits[2]. + You must use the Unix like standard dialogs to be able to + specify an extension. Select Edit->Preferences->General:Dialogbox + to change the default standard dialog.

+

Every time I create an auxiliary window in ds9, such as a + Pixel Table, or Analysis Plot, it will retreat behind the + main ds9 window. Then, when I bring the auxiliary window to + the front and move the mouse out of it, it automatically + goes behind the main ds9 window again. What can I do to fix + things so that the auxiliary window stays on top of the ds9 + window?

+

To fix things so that the auxiliary window stays on top of + the ds9 window, do the following:

+
+

Go to the icon task bar at the bottom of the screen. + Bring the auxiliary window to the front by clicking on its + icon in the icon task bar. While the mouse still + is on the aux window icon, press the mouse button, and + keeping it pressed, move the mouse off the task bar. + Release the mouse while off the task bar. The + auxiliary window will now stay on top of the main ds9 + window.

+
+
+
+

MacOSX
+

+
+

I can't invoke the 'Save Image' function from the MacOSX + X11 version. I get an error message "An error has occurred + while creating the image. Please make sure entire image is + visible on screen."
+

+ Up until MacOSX 10.8 (Mountain Lion), Apple provided their own + version of a X11 server. At first, it was based on XFree86 + (X11R6.6) and available with versions up to MacOSX 10.4. Later + with MacOSX versions 10.5 to 10.7, the Apple's X11 server was + based upon X.org (X11R7.2).
+
+ The Apple version of X11 server for MacOSX 10.5 to 10.7 contains + a bug which fails if you invoke certain X11 calls on a window if + its location is not at 0,0 on the screen. Hence, within DS9, if + you 'Save Image' and your window is not exactly in the upper + left corner, it will fail.
+
+ Again, this only affects users of MacOSX 10.5 to 10.7.
+
+ Starting with MacOSX 10.8, Apple no longer provides a X11 window + server. The user must go to the XQuartz site and + download/install directly. The current version is 2.7.3.
+

When I invoke DS9 MacOSX Aqua from the command line, I get + weird errors such as:

+
+

The document "foo.fits" could not be opened. SAOImage + DS9 cannot open files in the "Flexible Image Transport + System" format.

+
+

When opening MacOSX Aqua from the command + line, it is better to use the OPEN application as + opposed to specifying the binary directly. The OPEN + application sets up the environment just as it is when a user + double clicks.

+ # good
+ % open /Applications/SAOImage\ DS9.app foo.fits
+
+ # bad
+ % /Applications/SAOImage\ DS9.app/Contents/MacOS/ds9 bar.fits

+

How can I open a FITS file with an extension name?

+

By default, DS9 MacOSX Aqua uses the MacOSX standard + dialog box to open and save files. This can be a problem in + that the native MacOSX dialog will not allow extensions to the + file name, such as foo.fits[2]. You must use the + Unix like standard dialogs to be able to specify an extension. + Select Edit->Preferences->General to change + the default standard dialog.

+

How do I set my PATH environment variable under MacOSX for + use with external analysis programs, such as funtools?
+

+

When you double click on a MacOSX application, it does not + parse any shell startup files, such as ~/.profile. Instead, + the environment is defined using a special environment file, .MacOSX/environment.plist. + This file can be created with the MacOSX utility /Developer/Applications/PropertyListEditor.app. + + + + + For further information, please click here.
+

+
+
+

X11
+

+
+

Is it possible to work in batch mode without a physical + display?
+

+

DS9 is written as an interactive, window client program, and + as a result, does require a window server to be available for + rendering (X11, Windows, or MacOSX).
+
+ Therefore, using DS9 as a batch process can be cumbersome. We + recommend using xvfb under X11. Just set up a + virtual display buffer, reset your DISPLAY variable, then + invoke DS9 with a number of command line options or use xpa + from a shell script as a batch processor. Example:
+

+

% export DISPLAY=:1
+
% Xvfb :1 -screen 0 1024x768x16 &
+
% ds9 -file cmap.fits -zoom to fit -cmap b -grid + skyformat degrees -grid yes -regions ../EMS-names.reg + -saveimage png mytest.png -exit
+

+

When I start DS9, I get the following error message:

+ _X11TransSocketINETConnect: Can't get address for + foo.bar.edu
+ couldn't connect to display "foo.bar.edu:0.0"  
+

DS9 is unable to determine a valid X11 Display server, + because of a number of reasons. Most often this is seen when + you have a laptop configured for a network, but is not + physically connected. You need to set the DISPLAY environment + variable to :0.0

+
$ xhost +
+ $ set DISPLAY=:0.0
+ $ export DISPLAY
+
+

Under Solaris, when I start DS9, my twm window manager + crashes!

+

TWM distributed with X11R5 had a major bug, that was + corrected around 1996. DS9 will trigger this bug, and will + cause TWM to crash. If you are running Solaris, and have X11R5 + installed, be sure that /usr/openwin/bin is in your path + before X11R5/bin. This will insure that you are running the + correct version of TWM .

+

When I run ds9 with the tvtwm window manager, sometimes + the open file dialog box does not appear?

+

If you are running tvtwm, and you are currently viewing a + virtual screen other than the first, when you open a file, the + dialog box will appear in the first virtual screen, not your + current. This is a bug with tvtwm and not ds9.

+
+
+

+
+
+
+

IRAF

+
+
+
+
+
+
+

I can't use more than 9 frames with the IMEXAMINE task?
+

+

The task IMEXAMINE can not be used with frame + numbers greater than 9.

+

Can I display from IRAF to DS9 running under Windows or + MacOSX?

+

Yes, DS9 for Windows and MacOSX is also a fully functional + IRAF display server. To direct image output from IRAF to DS9 + running under Windows or MacOSX, use the IMTDEV environment + variable. For example, if the machine is named 'foo.bar.edu', + define IMTDEV to the follow value before entering IRAF.

+
$ setenv IMTDEV inet:5137:foo.bar.edu
+ $ cl
+ cl> display dev$pix
+
+
+
+
+

I'm having problems with mscred task msczero?

+ DS9 now supports IRAF's new IIS image display protocol. However, + there is one minor problem with the mscred task msczero. + Before using msczero, issue the following command in the + cl:
+
+ cl> set disable_wcs_maps=""
+ cl> flpr

+

I find that there is a frustrating delay in performing + operations on images displayed from IRAF - there's a wait of + a second or two before an image is (re)displayed, whereas saoimage + reacts virtually instantly for the same type of operation. + This makes running imexamine on a batch of images a pain, + and using the mouse to change color gamma/bias to desired + values basically impossible.

+

DS9 and saoimage are similar in speed when working + with IRAF. In fact, DS9 uses  the same code to interface + with IRAF as saoimage and ximtool. The only  difference + is that DS9 is double buffered, whereas, saoimage and + ximtool only  use a single buffer. So with saoimage + and ximtool, you see incremental progress,  where + DS9 will render the image all at one time. However, the + overall time to  finish rendering should almost be the + same.

+

DS9 runs in both 8 bit and 24 bit environments, but saoimage + is restricted to 8 bit. If you are running DS9 and saoimage + at the same time, then you must be in 8 bit mode. You should + not see any  delay in changing the color bias/contrast + between the two.

+

However, if you are running DS9 in 24 bit mode, then you will + see slower  performance in changing the bias/contrast, as + compared to 8 bit mode. Instead of  changing a color look + up table, as in 8 bit mode, DS9 has to update every + pixel  on the screen. If your cpu speed is slow, you can + select the  Edit:Preferences:True Colorbar to tell DS9 + not to update the entire screen,  only a part of the + screen. This should only be needed if your machine is + slower  than 200 MHz. Again saoimage does not + even run in 24 bit mode, so there are no  comparisons.

+

I try to display an image from IRAF and I get the + following error message:

+

Cannot open device (node!imtool,,512,512)

+

+

DS9 works the same way as ximtool, saoimage, + and saotng. No special scripts  should be + needed. If you have one of the above currently working, DS9 + should  work out of the box.

+

IRAF can use one of three methods to communicate with DS9: + fifo, socket, and unix  domain name. The DS9 defaults + are:

+
fifo /dev/imt1
+ port 5137
+ unix /tmp/.IMT%d
+

If your IRAF configuration is set up different (i.e., a + different port number, or  via a fifo), you need to tell + DS9 how to communicate with iraf. DS9 uses the same  + command line options as XIMTOOL:

+
-fifo
+ -fifo_only
+ -inet_only
+ -port
+ -port_only
+ -unix
+ -unix_only
+
+
+
+
+
+

I try to display an image, I see something, but it's + corrupted and I get multiple error messages from DS9...

+

An IRAF image server (ximtool, saoimage, + DS9, etc...) uses a configuration file  to specify the + number of available buffers and their sizes. What actually + passes  from IRAF is not the buffer size, but an index + number into this file.

+

So when an image server starts (DS9), it will attempt to + locate this file as  $HOME/.imtoolrc and + /usr/local/lib/imtoolrc. If not found, it will look for + shell  environment variables IMTOOLRC and imtoolrc, that + contains the name of the configuration file.

+

If no configuration file is found, DS9 will assume the + following default configuration:

+
 1  2  512  512  # + imt1|imt512
+  2  2  800  800  # imt2|imt800
+  3  2 1024 1024  # imt3|imt1024
+  4  1 1600 1600  # imt4|imt1600
+  5  1 2048 2048  # imt5|imt2048
+  6  1 4096 4096  # imt6|imt4096
+  7  1 8192 8192  # imt7|imt8192
+  8  1 1024 4096  # imt8|imt1x4
+  9  2 1144  880  # imt9|imtfs full + screen (1152x900 minus frame)
+ 10  2 1144  764  # imt10|imtfs35 full + screen at 35mm film aspect ratio
+ 11  2  128  128  # imt11|imt128
+ 12  2  256  256  # imt12|imt256
+ 13  2  128 1056  # imt13|imttall128 tall + & narrow for spectro.
+ 14  2  256 1056  # imt14|imttall256 tall + & wider for spectro.
+ 15  2 1056  128  # imt15|imtwide128 wide + & thin for spectro.
+ 16  2 1056  256  # imt16|imtwide256 wide + & fatter for spectro.
+ 17  2 1008  648  # imt17|imtssy Solitaire + fmt w/ imtool border
+ 18  2 1024  680  # imt18|imtssn Solitaire + fmt w/out imtool border
+ 19  1 4096 1024  # imt19|imt4x1
+
+

If on the other hand, IRAF assumes a different buffer size, + the image will appear corrupted and DS9 may issue a number of + error messages.

+

Another problem is that this file must be in sync with + dev$graphcap. If your  system administrator has made + changes to graphcap, they must also be implemented in + imtoolrc.

+

Here is a note from NOAO:

+
+

The messages means that there is no + /usr/local/lib/imtoolrc file on the machine. + This is created as a symlink to dev$imtoolrc by the iraf + + + + + install script but only if the /usr/local/lib dir already + exists on the machine. The fix is the create the + dir and rerun the install script or else make + the link by hand.  Users can also just copy + dev$imtoolrc to $HOME/.imtoolrc and restart the + server to also workaround it. Note that an + existing .imtoolrc might define old frame buffer configs + which might confuse things, so if the system + file exists check for a private copy screwing + things up.

+
+
+
+
+
+

Where do I find this .imtoolrc file?

+

Again, here a note from NOAO concerning this issue:

+
+

In a smooth installation the imtoolrc file is installed + as a /usr/local/lib/imtoolrc symlink pointing to + the dev$imtoolrc file in the iraf system.  + This is normally what's used but XImtool (and DS9?) also allow + + + + + a $HOME/.imtoolrc and IMTOOLRC environment variable + defining the path as fallbacks.  There are + several practical problems with  this:  for some + + + + + reason (I'm trying to fix) the imtoolrc link won't be + created if the /usr/local/lib directory doesn't + exist when the install script is run on the + machine, even though it's run as root and the file can be + directory easily.  On PC-IRAF systems there is + also a typo in the install script (extra logical + or at line 515) which causes it to exit before the + + + + + display setup is run (i.e. no /dev fifos or imtoolrc). If + users don't catch this or see it in the README + file they'll think everything went fine. Lastly, + the local iraf admin might not have run the install script + on the local iraf NFS client machine at all.

+
+
+
+
+
+

When I display an image from IRAF, the SCALE menu option + is not active, Why?

+

When you display an image from IRAF into DS9, IRAF actually + does the color scale  distribution. In Display, use the + ztrans and z1,z2 parameters to set the upper/lower bounds and + distribution. You can also use the zscale parameter to auto + determine z1,z2.Here are the DISPLAY parameters in question:

+
ztrans=[linear|log|none|user]
+ z1=min
+ z2=max
+ zscale=[yes|no]
+

What actually is sent from IRAF to DS9 is one byte per pixel, + values 0-200,  which already has applied both the upper + and lower clipping bounds and the distribution. So this is + why, the SCALE menu is disabled in DS9 when it receives a + image from IRAF.

+
+
+
+

Coordinates

+
+
+
+

Why don't I see PHYSICAL/WCS/WCSA...WCSZ coordinates + displayed when I load my image?

+

DS9 supports the following coordinate systems:

+
WCS Sky coords (fk4,fk5,icrs,galactic,ecliptic) +
+
WCS Linear coords
+
Image (also known as Logical)
+
Physical (also known as CCD)
+ Detector
+ Amplifier  

+
+

DS9 uses the following FITS keywords in the header to define + a coordinate system:  

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Coordinate SystemKeyword Values
WCS / WCSA...WCSZCRVAL,CRPIX,CRDELT,CD... (for images)
+ TCRVL,TCRPX,TCDLT,... (for tables)
Imagenone required
PhysicalWCSNAMEP='PHYSICAL' or LTMx_x/LTVx
Detector
+
DTMx_x/DTVx
+
Amplifier
+
ATMx_x/ATVx
+
+
+
+

If the required keywords are not present, values for those + coordinates are not displayed.

+

Note: For PHYSICAL, DS9 will first look for an alternative + WCS with WCSNAMEx='PHYSICAL'. If not found, DS9 will then look + for the LTMx_x LTVx keywords.

+
+
+
+

Regions

+
+

How do I indicate distance on my printed images?  +

+

You have two choices, the RULER region and the LINE region. + The ruler region is mainly used for interactive measurements. + For printed output, use the LINE region to create a distance + indicator. In the line region dialog, there is a read-only + entry that indicates the length in pixels, degrees, arcmin, or + arcsec. Edit to the desired distance and enter the desired + label, including ' or ", in the region text labile entry. You + have the option of arrows at each end of the line.

+
+
+
+

Printing

+
+

I can make some wonderful color images in DS9 and save + them as postscript files that look great, but often when I + print them they appear washed out or very different than + they do on the screen. My question then is what, if + anything, can I do about this?

+

The problem is that you create an image on a display, which + is the product of  RGB colors (red, green, and blue) and + print the image on a printer, which is the  product of + CMYK colors (cyan, yellow, magenta, and black). Furthermore, + every  monitor is different in how it will display a + certain color, and every printing  technology is + different in how well it will reproduce that color. And + finally,  the translation between RGB and CMYK is not + symmetric, i.e. its not possible to  translate some + colors back and forth.

+

It's possible to calibrate your monitor and your printer, to + create a  translation matrix, to correct for problems + outlined above (in the Macintosh  world, this is what + ColorSync does). The idea is to apply a gamma + correction to the output of DS9, so  that it will print + much more in line with what you expect. To do this you'd + need  special software and hardware, and its only valid + for your monitor and your  printer.

+

In summary, its not worth it. Especially in the case of + publication, such as ApJ,  where you have no idea on what + printing technology will be used to reproduce  your + image. So the only control you have is to calibrate your + monitor and to  hope for the best.

+

However, there are some rules of thumb that might + help. First, printers have a very hard time with blues + and purples, as they tend to be washed out. Either + avoid these colors, or over compensate these colors. 

+

ApJ has a good idea in that you send in both an electronic + version and a hard copy of your color image. That way, they + can manually adjust the printers to  try to match your + output.

+

NOTE: Even though ApJ requests images in CMYK, we + recommend RGB. From personal experience, if you send RGB, + the printed results will be closer to the original.

+

We used DS9 to generate 300 dpi CMYK eps figures, as per + the ApJ specifications, but the color scheme on  our + proofs is wrong.  In the proofs, the violet is washed + out and looks similar to the black, and the blue is not + nearly as intense.

+

There are two issues here: first,  color + printers are notorious for failure to reproduce blues and + purples correctly. Second,  not all colors in RGB space + can be reproduced correctly in CMYK space, blues being the + prime example. Below is an excerpt from an industry pamphlet:

+
+

Be aware that it is possible to see colors in RGB that + you can't make with CMYK. They are said to be "out of the + CMYK color gamut". What happens is that the RGB-to-CMYK + translator just gets as close as possible to the + appearance of the original and that's as good as it can + be. It's something that everyone in the industry puts up + with. So it's best to select any colors you use for fonts + or other design elements in your layout using CMYK + definitions instead of RGB. That way, you will have a + better idea of how they will appear in your printed piece. + Here's a common example: many programs translate the 100% + Blue in RGB into a somewhat purple-looking color in CMYK. + We recommend a CMYK value of 100-65-0-0 to get a nice + clean blue.
+

+
+

For this reason, you may wish to use the RGB color space or + colormaps without deep blues and purples, such as BB + or Heat.

+
+
+
+

XPA

+
+

How can I use XPA to display from a client machine to DS9 + on a server machine?
+

+

Assuming you have direct IP reachability between the machines + (i.e. one host can successfully connect() to the other), XPA + does allow you to have an XPA-enabled server like DS9 on one + machine and a client on another. To make this work, you need + to do two things (let's assume DS9 is running on a machine + called "server_host" and you want to send xpa commands from + "client_host"):
+

+
    +
  1. The XPA server program (i.e. DS9) must allow the client + host to send XPA commands. Access can be permitted in one of + two ways:
    +
      +
    1. Send the XPA server an acl request by running xpaset + on the same host on which the server is running (i.e. on + the server_host):
      +
      + % xpaset -p ds9 + -acl client_host +
      +
      +
    2. +
    3. For more permanent access, add permissions in + ~acls.xpa:
      +
      + % cat > + ~/acls.xpa
      + DS9:ds9 + client_host +
      +

      + You can check the acls for an XPA server using xpaget:
      +
      + % xpaget ds9 -acl
      +

      +
    4. +
    +
  2. +
  3. On the client side, the client needs to communicate with + the xpansname server program on the server machine to find + the XPA server communication info. This also can be done in + two ways:
    +
      +
    1. use the -i [host] switch to override XPA_NSINET for + this execution (The default port is 14285):
      +
      + % xpaget -i 'server_host:14285' ds9

      +
      +
    2. +
    3. Set the XPA_NSINET + variable for more permanent selection of xpans on the + server host:
      +
      + % setenv + XPA_NSINET 'server_host:14285'
      +
    4. +
    +
  4. +
+

Once these two setup steps are performed, you should be able + to send commands to DS9 and receive data from DS9. You can + look at the xpaacl + man page for more information.

+

I have a laptop, that most of the time, is connected to a + network. DS9 runs fine. However, when I'm not connected to a + network and I start DS9, it hangs. What's going on?

+

 DS9 uses XPA for interprocess communication. When DS9 + starts, XPA initializes itself. XPA uses either IP sockets or + UNIX sockets, based if your machine is configured to connect + to the internet. In the case where your machine is configured + for the internet, but you are not currently connected, XPA + gets very confused. So, you can define a shell variable, + XPA_METHOD, that tells XPA which method to use.

+

The following is from the XPA documentation:

+
+

Determines the socket connection method used by this + session of XPA. The choices are: inet (to use INET or + Internet-based sockets) and local (unix) (to use UNIX + sockets). The default is INET. Using the inet method will + allow access from other machines (subject to access + controls) but using local will not. Local is most useful + for private access and when the machine in question is not + connected to the Internet

+
+

More information is available on XPA shell variables at: The XPA + Environment
+

+
+
+
+
+

+
+
+
+

VO

+
+

I can't connect to any of the virtual observatories. What + do I do now?

+

The DS9 help facility now contains a tutorial on how to + configure DS9 to by pass network firewalls. See Virtual Observatory Reference for + more information.

+
+
+ + diff --git a/ds9/doc/helpdesk.html b/ds9/doc/helpdesk.html new file mode 100644 index 0000000..bc13f5c --- /dev/null +++ b/ds9/doc/helpdesk.html @@ -0,0 +1,28 @@ + + + + + + DS9 Help Desk + + +

+SAOImage DS9 Help Desk

+
+

If you encounter any problems or have suggestions with +SAOImage DS9, +please +contact us:
+saord @ cfa.harvard.edu

+

William Joye
+Smithsonian Astrophysical Observatory
+60 Garden St.
+Cambridge, MA 02138 USA +

+
+
+ + diff --git a/ds9/doc/install.html b/ds9/doc/install.html new file mode 100644 index 0000000..b4091af --- /dev/null +++ b/ds9/doc/install.html @@ -0,0 +1,71 @@ + + + + + DS9 Installation Instructions + + +

+SAOImage DS9 Installation Instructions
+

+
+
+

Solaris / Linux Installation

+DS9 for Solaris and Linux is a self contained application and does not +require any installation procedures or support files.
+
    +
  1. Download DS9. This is a gzip'ed tar file.
    +
  2. +
  3. Use the following command line to extract DS9:
    +
  4. + $ gzcat ds9.<port>.<version>.tar.gz | tar -xvf - +
  5. Move +the DS9 executable into a directory in your path.
  6. +
+

MacOSX

+There are versions of DS9 for 10.4 (Tiger) and 10.5 (Leopard)
+
+
+
    +
  1. Download DS9 for MacOSX. This is an universal application +that contains binaries for both PPC and Intel Macs. Drag to your +Applications folder.
    +
  2. +
+

Darwin

+There are versions of DS9 for 10.4 (Tiger) and 10.5 (Leopard). Darwin +is only recommended for experienced users of unix and +linux. For other users, we recommend DS9 for MacOSX.
+
+DS9 Darwin requires X11.  DS9 for Darwin is a +unix executable and +must be run from the command line of a Terminal window.
+
    +
  1. Download DS9 for Darwin. This is a gzip'ed tar file.
  2. +
  3. Open a Terminal window.
  4. +
  5. Use the following command line to extract DS9:
    +
  6. + $ gzcat ds9.darwin<arch>.<version>.tar.gz | tar +-xvf - +
  7. (Optional) +Move the DS9 executable into a directory in your path.
    +
  8. +
+

Windows 7/Vista/XP
+

+
+
+
    +
  1. Download DS9 for Windows NT/2000/XP. This is a WinZip.exe +install file.
  2. +
  3. Execute the install file. DS9 will be installed by default in + C:\Program Files\ds9. It will contain two files, the +DS9 application and cygwin.dll.
  4. +
  5. To run, go to C:\Program Files\ds9 and double click +on the DS9 icon.
  6. +
+
+
+ + diff --git a/ds9/doc/new.html b/ds9/doc/new.html new file mode 100644 index 0000000..67f11e7 --- /dev/null +++ b/ds9/doc/new.html @@ -0,0 +1,333 @@ + + + + + + DS9 New Features + + +

SAOImage DS9 Version 7 New Features

+
+

Version 7.3
+

+
+

64 bit Applications
+

+

DS9 now fully supports 64 bit applications across all + platforms. New support for 64 bit MacOSX Aqua has been added, + along with 64 bit Windows Cygwin.

+

2D Plots

+
+
New and improved GUI
+ Support for data set legend
+ Improvements in rendering
+ Error bar caps are now supported
+
+

Mouse Mode

+

The default mouse mode is now NONE and not REGION + or POINTER. This prevents unwanted region + creation went bringing the DS9 window to the front in most + Window managers.

+

Other Enhancements

+
+
Improved rendering of rotated text
+ Support for ENVI data format
+ 3D Image caching
+ 3D Background Image rendering
+ Dramatic improvements in analysis speed of large 3D data sets
+ New Segment region
+
+
+

Version 7.2
+

+
+

FITS

+
+
+

DS9 now fully supports complex FITS images such as data + cubes, multiple extension data cubes, mosaics, RGB images, and + 3D images. In addition, DS9 can be use to create complex FITS + images from multiple FITS files and other image formats. + Furthermore, complex FITS images can be easily disassembled + into individual images and saved in FITS or other image + formats.

+
+
+

Common API

+
+
+

XPA and SAMP now share the same API as the command line + interface. Backward compatibility is maintained to previous + versions of DS9.

+
+
+

Other Enhancements

+
+
More robust handling of SEGV and SIGBUS events
+ DS9 now distinguishes between BLANK/NAN/INF values
+ saveimage now supports EPS
+ Support for NRRD (Nearly RAW Raster Data) data format
+ Added support for exporting RGB images in TIFF, JPEG, or PNG
+ Improvement for FITS compression support
+ Released under GPL v3
+
+ +

Version 7.1
+

+
+

Catalog Matching
+

+

DS9 now supports catalog matching. From the Catalog menu + option, the user selects two currently loaded catalogs, an + error radius, and matching function. The user may request all + sources that are present in both catalogs, or in one catalog + and not in the other. Each catalog need not to be specified in + the same world coordinate system.
+

+

Enhanced Plot Tool
+

+

In addition to a Line Plot Tool, DS9 now supports additional + Bar and Scatter Plots Tools. The GUI for the Plot Tools have + been enhanced and new features have been added including + statistics and data lists. Each Plot Tool supports multiple + data sets and custom plotting options.

+

Catalog Scatter Plots
+

+

The user may now plot the results of two columns of a loaded + catalog as a scatter plot. A selected region on the image will + highlight the corresponding row and plot point. Likewise, a + selected row or plot point will highlight the corresponding + image region.
+

+

Interactive Region Analysis
+

+

DS9 regions now support interactive region analysis. The + analysis tasks are enabled by selecting the Analysis Menu in a + region's dialog box. Interactive analysis tasks includes + statistics, data cuts in 2D and 3D, and radial profiles.
+

+

Other Enhancements
+

+
+
3D scaling along the z axis of data cubes
+ Lock/Match Smoothing option
+ WCS dialog support for non-linear projections such as TAN-SIP + and SCAMP
+ Support for FITS files larger than 2Gb has been improved
+
+
+
+

Version 7.0
+

+
+

3-D Data Visualization
+

+

Previous versions of SAOImage DS9 would allow users to load + 3-D data into traditional 2-D frames, and would allow users to + step through successive z-dimension pixel slices of the data + cube. To visualize 3-D data in DS9 v. 7.0, a new module, + encompassed by the new Frame 3D option, allows users + to load and view data cubes in multiple dimensions.

+

The new module implements a simple ray-trace algorithm. For + each pixel on the screen, a ray is projected back into the + view volume, based on the current viewing parameters, + returning a data value if the ray intersects the FITS data + cube. To determine the value returned, there are 2 methods + available, Maximum Intensity Projection (MIP) and Average + Intensity Projection (AIP). MIP returns the maximum value + encountered, AIP returns an average of all values encountered. + At this point, normal DS9 operations are applied, such as + scaling, clipping and applying a color map.
+

+

Rendering time is independent of the actual data cube size. + Instead, the time it takes to render is based on how many rays + are needed to project the data cube upon the screen in the + view volume and the current zoom factor. The new module + requires no special hardware or graphical processor unit (GPU) + and the rendering time is adequate for interactive GUI + manipulation on most computers. The rendering engine is + developed using the POSIX thread library, allowing multiple + light weight processes to be spawned to complete an image in + parallel. The number of threads actually generated is a user + specified parameter. Since all modern hardware contain + multiple CPU cores, the default value is 8 threads. For larger + work stations, this number can be increase. For every doubling + in the number of CPU cores available, rendering times decrease + approximately 75%.
+

+

The new module is support on all hardware platforms currently + supported by DS9, including 32-bit and 64-bit versions of + Linux and MacOSX, and 32-bit versions of Windows and Solaris.
+

+

All 2-D graphics, regions, cross hairs, contours, and + coordinate grids, are applied to the current slice, which is + selected by the user. When the user wishes to match or lock a + 2-D image and to a 3-D data cube, the current slice is used to + determine the rendering solution. The user can crop the data + cube for all 3 axes via the command line or the GUI. The new + module also supports FITS event files binned into a data cube.
+

+

All printing support has been extended to the new 3-D module. + The user may generate 3-D images in Postscript, JPEG, TIFF, + and other formats, just as in the 2-D case. Furthermore, + native printing is supported for the Windows version.
+

+

DS9 analysis macros have been enhanced to fully support the + new 3-D module, allowing the user to invoke external analysis + tasks based on the current view parameters and to return + results back into DS9 in the form of text, plot, 2-D image, or + 3-D image.
+

+

Funding for 3-D data visualization was provided by the JWST + Mission office at Space Telescope Science Institute + (NAS-03127)

+

Color Tags
+

+ The purpose of color tags are to highlight (or hide) certain + values of data, regardless of the color map selected. The user + creates, edits, and deletes color tags via the GUI. To create a + color tag, enter the Colorbar Mode, and click once on the + colorbar. This creates a default color tag. Click and drag to + change the values. Click and drag on one side to increase or + decrease the value. Double click to manually edit the values and + color. Place the cursor over the color tag and press the delete + key to delete it. From the color parameters dialog, the user can + load, save, and delete all color tags for that frame.
+

Regions
+

+ Regions now support analysis tasks unique to each region type. + In the menu of the region dialog, the Analysis menu + will contain any type specific analysis tasks. The Circle, + Ellipse, Box, Polygon, and Point + regions now support interactive 1-D cuts along the 3rd axis of + 3-D data cubes. The Line, Vector, and Projection + regions support 2-D cuts through the current slice of 2-D and + 3-D data. The Auto Plot option under the regions + preferences can be used to specify if a plot is automatically + generated when the region is created.
+

Analysis
+

+ DS9 analysis macros have been enhanced to fully support the new + 3-D module, allowing the user to invoke external analysis tasks + on the current slice of 3-D data cube. The macro $z is + now supported for 3-D data. In support of Funtools, + the PLANE keyword is supported.
+

Slice
+

+ DS9 now allows the user to load a 3-D data cube one slice at a + time via the GUI or from the command line. Use the option -slice + + + + + + + to specify that all following 2-D files are to be + interpreted as a slice of a 3-D data cube.
+

Photo
+

+ DS9 can now load images in TIFF, JPEG, and PNG file format + directly. When loaded into a Frame, the average of the + luminosity is used. When loaded into a Frame RGB, each + channel is loaded directly. Use the -photo command + line option to specify that all following files are to be + interpreted as a photo image.
+

Export
+

+ DS9 will export the current image in TIFF, JPEG, or PNG file + format with the current colorbar parameters applied. The entire + image is exported (not just the visible portion) at the native + resolution.
+

Lock/Match
+

+ The support for the Lock/Match functionality of DS9 has been + greatly enhanced. The user may choose to lock/match frames, the + cross hair, cropping, the current slice, binning parameters, + scale parameters, or color map parameters.
+

Crop
+

+ DS9 now supports cropping the current image, via the GUI, + command line, or XPA/SAMP in both 2-D and 3-D. The user may + specify a rectangular region of the image data as a center and + width/height in any coordinate system via the Crop Dialog, or + can interactively select the region of the image to display by + clicking and dragging while in Crop Mode. For 3-D frames, the shift-click + to change the front clip plane, and control-click to + change the back clip plane. From the command line, cropping + parameters can be specified in IRAF format.
+

ASINH Scale
+

+ A new scale function has been added, ashinh, based on + the arc sinh function. This new function has similar properties + as the log function, with a=10.
+

All new GUI
+

+

DS9 now supports basic GUI elements (buttons, menus, etc) via + the native window manager API. Each port of DS9 will have a + native look and feel of each hardware platform. DS9 will take + advantage of the current user selected Theme if + supported by the native windowing system.
+

+

Postscript
+

+ DS9 now generates identical postscript code for a particular + image, regardless of which hardware platform was used to + generate the image.
+

Catalogs
+

+ The user may now specify coordinates in any equatorial system + (not just FK5) for a catalog search and receive results in any + equatorial system, to be plotted or saved. Local catalogs in any + equatorial system are now supported.
+

New WCS support
+

+

New WCS support for non-FITS WCS projections have been added + to DS9: TNX, ZPX, SCAMP, SIP and HEALPIX.  The keyword + WCSDEP is now supported.
+

+

Enhancements and improvements have been made in the support + for the following FITS WCS projections: COD, COO, COE, COP, + ZEA, and CAR.
+

+

DS9 now supports non-equatorial long/lat coordinate systems + in the form of xLON/xLAT and xyLN/xyLT. This includes solar + WCS HPLN/HPLT, HGLN/HGLT, and HRLN/HRLT systems.
+

+

DS9 now fully supports multiple alternative celestial WCS, if + specified. All cut/paste/copy operations, catalog, image + server, contour, regions, and coordinate grids will now use + the default WCS as selected by the user, via the WCS menu + item.
+

+

HEALPIX
+

+

DS9 now supports native HEALPIX maps, in both FITS binary + table and ascii table form. Any table with keyword + PIXTYPE=HEALPIX or NSIDE=x will be processed as an HEALPIX + image. The user may specify HEALPIX parameters within the file + specification to indicate RING (default) or NESTED order, + Coordinate System (default is Unknown),  Quadrant + (default is first), and Equator (default), North, or South + layout. The appropriate WCS is generated for the image.
+

+

External Analysis Files
+

+ DS9 will now look for external analysis files in the following + locations at start up: the current directory, $HOME/bin, + /usr/local/bin, /opt/local/bin, and /soft/saord/bin + in the form of *.ds9. If found, they will be + automatically loaded. Users may disable this feature via the + presences analysis panel. DS9 will continue to load ds9.ans + and ds9.analysis if found, and users specified + analysis files as before. DS9 will verify that the same analysis + file is not loaded twice to avoid duplication of analysis menus. +
+

For more detailed information, Please see Release Notes

+
+ + diff --git a/ds9/doc/ref/3d.html b/ds9/doc/ref/3d.html new file mode 100644 index 0000000..7be0aa9 --- /dev/null +++ b/ds9/doc/ref/3d.html @@ -0,0 +1,80 @@ + + + + + + 3D + + +

3-D Frames
+

+
+

Previous versions of SAOImage DS9 would allow users to load 3-D + data into the traditional 2-D frames, and would allow users to + step through successive z-dimension pixel slices of the data + cube. To visualize the 3-D data in DS9 v. 7.0, a new module, + encompassed by the new Frame 3D option, allows users + to load and view data cubes in multiple dimensions.
+

+

The new module implements a simple ray-trace algorithm. For + each pixel on the screen, a ray is projected back into the view + volume, based on the current viewing parameters, returning a + data value if the ray intersects the FITS data cube. To + determine the value returned, there are 2 methods available, + Maximum Intensity Projection (MIP) and Average Intensity + Projection (AIP). MIP returns the maximum value encountered, AIP + returns an average of all values encountered. At this point, + normal DS9 operations are applied, such as scaling, clipping and + applying a color map.
+

+

Rendering time is independent upon the actual data cube size. + Instead, the time it takes to render is based on how many rays + are needed to project the data cube upon the screen in the view + volume and the current zoom factor. The new module requires no + special hardware or graphical processor unit (GPU) and the + rendering time is adequate for interactive GUI manipulation on + most computers. The rendering engine is developed using the + POSIX thread library, allowing multiple light weight processes + to be spawned to complete an image in parallel. The number of + threads actually generated is a user specified parameter. Since + all modern hardware contain multiple CPU cores, the default + value is 8 threads. For larger work stations, this number can be + increase. For every doubling in the number of CPU cores + available, rendering times decrease approximately 75%.
+

+
Example:
+ # create 3d frame, load fits file
+ # set view angle to az 45 el 30 deg
+ # set rendering method to Average Intensity Projection
+
+ % ds9 -3d mycube.fits -3d vp 45 30 -3d + method aip
+
+ % xpaset -p ds9 3d
+ % xpaset -p ds9 file mycube.fits
+ % xpaset -p ds9 3d vp 45 30
+ % xpaset -p ds9 3d method aip
+
+ All 2-D graphics, regions, cross hairs, contours, and coordinate + grids, are applied to the current slice, which is selected by the + user. When the user wishes to match or lock a 2-D image and to a + 3-D data cube, the current slice is used to determine the + rendering solution. The user can crop the data cube for all 3 axes + via the command line or the GUI. The new module also supports FITS + event files binned into a data cube.
+
+ All printing support has been extended to the new 3-D module. The + user may generate 3-D images in Postscript, JPEG, TIFF, and other + formats, just as in the 2-D case. Furthermore, native printing is + supported for the Windows version.
+
+ DS9 analysis macros have been enhanced to fully support the new + 3-D module, allowing the user to invoke external analysis tasks + based on the current view parameters and to return results back + into DS9 in the form of text, plot, 2-D image, or 3-D image.
+ + diff --git a/ds9/doc/ref/analysis.html b/ds9/doc/ref/analysis.html new file mode 100644 index 0000000..e5dd279 --- /dev/null +++ b/ds9/doc/ref/analysis.html @@ -0,0 +1,878 @@ + + + + + + Analysis + + +

Analysis

+
+

Each file type known to DS9 can have user-defined analysis + commands associated with it. These analysis commands are defined + at start-up time , or loaded by the user, by means of an ASCII + analysis description file. The analysis commands are available + for execution, either via the Analysis Menu or the XPA + point Analysis. In addition, commands may be bound + to events, such as keystrokes or mouse clicks. This type of + command is called a bind command.
+

+

DS9 searches for an analysis file named ds9.ans or ds9.analysis + in the current directory and $HOME to be loaded at + startup. In addition, DS9 will search the following directories + for any analysis files to be loaded at startup in the form of *.ds9: + the current directory, $HOME/bin, /usr/local/bin, + /opt/local/bin, and /soft/saord/bin. Finally, + the user may specify analysis files to be loaded at startup in + the preferences analysis panel. The user may also load or clear + current analysis commands via command line options or the Analysis + + + + menu.

+

When activated, either from the menu, XPA, or bound event, an + analysis command first is macro-expanded to fill in user-defined + arguments and then is executed externally. Results may be + displayed in a separate text window, plot window, or in a image + frame.

+ Syntax
+ Command Type
+ Macros
+ Help
+ Parameters
+ Hierarchical Menus
+ Sample +

Syntax

+ The analysis file that defines the known analysis commands + consists of one or more file descriptors, each of which has the + following format: +
Menu label to be used
+ A space separated list of file templates
+ Command type [menu | bind <event>]
+ The command line for the analysis program
+

Task names may contain space characters. All lines may be + indented. Also, the '#' character is a comment character. A + separator can be inserted in the menu by specifying the + following sequence '---'.

+ Example: +
# this will insert a menu separator
+ ---
+

Command Type

+

The third line indicates the type of command.

+
+

menu

+

A menu command creates an menu option under the Analysis + + + + + + + menu option, and can be invoked by the user via the GUI or + XPA.

+ Example: +
# Menu command example
+ My Analysis Task
+ *.fits
+ menu
+ $data | doit | $text
+

bind

+

A bind command is a command that is bound to an + event. When the event occurs, the command is executed. Types + of events available include all TK events, including all keystrokes + and mouse clicks. If a command is bound to an event + other that a keystroke, care must be taken to not to + interfere with other internal DS9 events.

+

To bind to a key stroke, use the following command type:

+
bind <keystroke>
+
+ Example: +
# Bind command example
+ Print coordinates
+ *.fits
+ bind x
+ echo "$x $y" | $text
+
+

web

+

A web command allows the user to invoke the + internal web browser from the analysis menu.

+ Example: +
# web command example
+ HTTP based
+ *
+ web
+ http://hea-www.harvard.edu/RD/ds9/ref/index.html
+
+ File based
+ *
+ web
+ file:/home/joye/index.html
+
+
+

Macros

+

The following macros are macro-expanded to fill in user-defined + arguments before the command is executed. Strings that contain + $<macroname> that user does not want to be expanded may be + escaped by using $$<macroname>. All strings that contain + $<string>  that are not a macro name will not be + affected.

+

For example:

+
echo "$$data $foo" | $text
+
+

will display a text dialog that contains "$data $foo"

+

$width
+ $height
+ $depth

+

Substitute the width, height, or depth of the data file in the + command line.

+ Syntax:
+
    $width
+     $height
+
+ Example:
+
    echo "$width $height $depth" | $text +
+

$bitpix

+

Substitute the bitpix of the data file in the command line.

+ Syntax:
+
    $bitpix
+
+ Example:
+
    echo "$bitpix" | $text +

$data

+

Data from the current frame becomes the input data to the + command string. This data is in the form of a FITS image. This + macro can only used at the beginning of the command string.

+ Syntax:
+
    $data
+
+ Example:
+
    $data | dosomething | $text +

$entry

+

Display an entry modal dialog. The returned string is + substituted. If cancel is selected, the command line + is not executed.

+ Syntax:
+
    $entry(<message>)
+
+ Example:
+
    echo "$entry(Enter something here)" + | $text +

$env

+

Substitute the value of a shell environment variable.

+ Syntax:
+
    $env(<shell variable>)
+
+ Example:
+
    echo "$env(PATH)" | $text +

$filedialog

+

Display the standard file dialog. Substitutes the returned + pathname. Argument specifies if an open file or save file dialog + is invoked.

+ Syntax:
+
    $filedialog([open|save])
+
+ Example:
+
    echo "$filedialog(open)" | $text
+

$filename

+

Substitute the filename of the data file in the command line. A + full filename includes any absolute or relative path. A root + filename contains no path. A (2D) subsection defines a subimage + from xmin,ymin to xmax,ymax. For Frame3D, a + 2D subsection will also include the current slice (PLANE=) + parameter if not 1. A 3D subsection defines a subimage from xmin,ymin,zmin + to xmax,ymax,zmax and no PLANE parameter.
+

+ Syntax:
+
    $filename # filename with extname, + (2d) subsections, filters
+     $filename(root|root,base) # root filename + with with extname, no subsections, no + filters)
+     $filename(full|full,base) # full filename with + + extname, no subsections, no filters)
+
+ Example:
+
    dosomething $filename | $text
+     dosomething $filename(root) | $text
+

+ $filename[$regions] +

Combination of $filename and $regions macros. + +Generates +a + + + + + series of filenames, each with a region.

+ Syntax:
+
    $filename[$regions]
+     $filename[$regions(<options>)]
+
+ Example:
+
    dosomething $filename[$regions] | + $text +

$geturl

+

This macro differs from all other macros, including $url, + in that no subprocess pipe is created. Only HTTP is supported. + The contents of the url are retrieved and sent to $text, + $plot, or $image. No other processing is + allowed. The primary purpose of this macro is to support + external analysis for the Windows platform, which has no + subprocess support.

+ Syntax:
+
    + $geturl(http://<hostname>:<port>/<query>) +
+
+ Example:
+
    $geturl(http://foo.bar.edu/foo.html) + | $text
+

$image

+

The resulting image data is display in a DS9 frame. This macro + should be the last macro of a command line. Optional parameter + indicates if a new frame and what type of frame is created for + the new data. The macro is removed from the command line before + execution.

+ Syntax:
+
    $image
+     $image([new|rgb|3d|current])
+
+ Example:
+
    doit | $image(new) +

$message

+

Display a message dialog box, with option buttons.  After + displaying the message, the macro is removed from the command + line before execution. If cancel or no is + selected, the command line is not executed.

+ Syntax:
+
    $message(<message>)
+     + $message([ok|okcancel|yesno],<message>)
+
+ Example:
+
    $message(okcancel,This is a + Message)| doit | $text +

$null

+

Expect no output or results from analysis task. Note: no error + message will be returned if the analysis task fails to execute + correctly.

+ Syntax:
+
    $null
+
+ Example:
+
    echo "Hello, world" > foo | $null +

$pan

+

Substitute current pan location of the particular data file are + returned. The default coordinate system is physical.

+ Syntax:
+
    $pan
+
    $pan(<coordinate + system>,<format>)
+

where:

+     coordinate system = + [image|physical|detector|amplifier|wcs|wcsa...wcsz]
+     sky + frame         = + [fk4|fk5|icrs|galactic|ecliptic]
+     sky + format        = + [hms|sexagesimal|degrees]
+
+ Example:
+
    echo $pan(fk5,sexagesimal) | $text
+

$plot

+

Display data in plot window. This macro should be the last + macro of a command line. The data is read via STDIN + and consist of a pair of coordinates, with option error values. + (xy, xyex, xyey, xyexey) Default dimension is xy. + The macro is removed from the command line before execution.

+

For $plot(stdin) only:

+

The title, x axis label, and y axis label are assumed to be on + the first line of input, delimited with a new-line. However, if + the data starts with $BEGINTEXT, all text between $BEGINTEXT + and $ENDTEXT will be removed from the data and + displayed in a separate text dialog window, with the remaining + data, including the title, x axis label, and y axis label, will + be displayed in a plot window. Furthermore, if the data contains + the string $ERROR, an error is assumed to have occurred + and a text dialog window is displayed only.

+ Syntax:
+
    $plot
+     $plot(,,,)
+     $plot(<title>,<x axis + label>,<y axis label>,[xy|xyex|xyey|xyexey])
+     $plot(stdin)
+
+ Example:
+
    doit | $plot(This is aTitle,X Axis,Y + Axis)
+
    doit | $plot(stdin) +

$regions

+

Substitute region definition in specified region format, + coordinate system, and coordinate format. The default coordinate + system is physical, default coordinate format degrees, + and default region format DS9. Arguments may appear in + any order, as long as they are separated by ',' and no spaces. + If one or  more properties are specified, only regions with + all of the specified properties will be substituted.

+ Syntax:
+
    $regions
+     $regions(<options>) +

where options are one of the following:

+     regions format    = + [ds9|ciao|saotng|saoimage|pros|xy]
+     + property          = + [include|exclude|source|background]
+     coordinate system = + [image|physical|detector|amplifier|wcs]
+     sky + frame         = + [fk4|fk5|icrs|galactic|ecliptic]
+     sky + format        = + [sexagesimal|degrees] +

also, the old SAOTNG formats are also supported:

+     $regions_pixels
+     $regions_degrees
+     $regions_hms
+     $include_regions
+     $include_regions_pixels
+     $include_regions_degrees
+     $include_regions_hms
+     $exclude_regions
+     $exclude_regions_pixels
+     $exclude_regions_degrees
+     $exclude_regions_hms
+

+ Example:
+
    dosomething $regions | $text
+     dosomething $regions(pros) | $text
+     dosomething $regions(source,wcs,fk5) | + $text
+     dosomething + $regions(saotng,background,exclude,ecliptic,sexagesimal) | $text +

$text

+

Display text in a text dialog window. This macro should be the + last macro of a command line. To display text from only STDOUT + use '|' as the pipe command. To display text from both STDOUT + and STDERR, use '|&' as the pipe command. No parameters are + required. The macro is removed from the command line before + execution.

+ Syntax:
+
    $text
+
+ Example:
+
    doit | $text # stdout
+     doit |& $text # stdout and stderr
+
+

$url

+

URLs are processed and stored in a temporary file. Only HTTP + and anonymous FTP are supported.

+ Syntax:
+
    + $url(http://<hostname>:<port>/<query>)
+     + $url(ftp://<hostname>/<filename>)
+
+ Example:
+
    + $url(http://legacy.gsfc.nasa.gov/rosat/data/p000s26b.img.Z) | + uncompress | $image
+     + $url(ftp://legacy.gsfc.nasa.gov/rosat/data/hri/images/rh100193_img.fits) + | $image
+
+

$vo_method

+

Returns the vo method.

+ Syntax:
+
    $vo_method
+
+ Example:
+
    echo '$vo_method' | $text
+

$value
+

+

Substitute the value at the location of the cursor of an bind + event.
+

+ Syntax:
+
    $value
+
+ Example:
+     echo "$value" | $text

+

$x
+ $y
+ $z
+

+

Substitute coordinates of an bind event. When a bind event is + triggered, the x,y coordinates of the mouse of the + particular data file are returned. The default coordinate system + is physical. This macro is only available for bind + commands. For datacubes, the z coordinate is returned based on + the current slice selected.
+

+ Syntax:
+
    $x
+     $x(<coordinate + system>,<format>)
+     $y
+     $y(<coordinate + system>,<format>)
+     $z
+     $z(<coordinate system>)
+
+

where:

+     coordinate system = + [image|physical|detector|amplifier|wcs|wcsa...wcsz]
+     sky + frame         = + [fk4|fk5|icrs|galactic|ecliptic]
+     sky + format        = + [hms|sexagesimal|degrees]
+
+ Example:
+
    echo "$x $y" | $text
+     echo "$x $y $z" | $text
+     echo "$x(fk5,sexagesimal) + $y(fk5,sexagesimal)" | $text
+
    echo "$x(wcs) $y(wcs) $z(wcs)" | $text
+

$xpa

+

Returns the xpa access point name.

+ Syntax:
+
    $xpa
+
+ Example:
+
    echo '$xpa' | $text +

$xpa_method

+

Returns the xpa method.

+ Syntax:
+
    $xpa_method
+
+ Example:
+
    echo '$xpa_method' | $text +

Help

+

The user may define his own HELP message. This + message will be available to the user as a menu item. An + optional label maybe specified. The default label is Help. + When invoked, an text dialog window will appear, containing the + message. Multiple HELP items maybe defined within a + menu or across hierarchical menus.

+ Example: +
help Main Help
+ A help message may contain
+ multiple lines of description of the tasks
+ in the menu or menus
+ endhelp
+

Parameters

+

The user may define his own macros or parameters to be + evaluated before the command line is executed. To do this, the + user defines a param segment that is referenced in the command + line. The param definition has the follow format:

+
param <name>
+ <variable> <entry | checkbox | menu> + <title> <default> <{comment}>
+ ...
+ endparam
+

or

+
param <name>
+ @<iraf param filename>
+ end
+

The definition either consisted of a number of variables, one + per row, or the name of a IRAF style parameter file. DS9 will + look for the IRAF parameter file in:

+
./<filename>
+ $UPARM/<filename>
+ $HOME/iraf/<filename>
+ Example:
+
+
param foobar
+ var1 entry {Variable 1} default {this is a entry}
+ var2 checkbox {Variable 2} 1 {this is a checkbox}
+ var3 menu {Variable 3} AAA|BBB|CCC {this is a menu}
+ endparam
+

To use parameters, specify the param name at the beginning of + your command line:

+
Parameter Test
+ *
+ menu
+ $param(foobar); echo "$var1 $var2 $var3" | $text
+

When the menu item is selected, the user will be presented with + a dialog box that contains entry, checkbox, or menu choices + + + + + for each variable specified. If the user clicks ok, the values + are substituted in the command line before execution.

+

Hierarchical Menus

+

The user may define hierarchical menus. Use this to organized + crowded menus. To do this, frame menu entries with hmenu + <label> and endhmenu. Hierarchical menu + labels may contain spaces. Multiple levels maybe implemented.

+ Example:
+
+
hmenu Stuff
+     hello
+     *
+     menu
+     echo "Hello" | $text +

    world
+     *
+     menu
+     echo "World" | $text

+

    hmenu More Stuff
+         hello world +
+         *
+         menu
+         echo "Hello + World" | $text
+     endhmenu
+ endhmenu

+
+

Will create an hierarchical menu with two members, hello + and world.

+

Sample

+ #
+ # Analysis command descriptions:
+ #       menu label
+ #       file templates
+ #    menu/bind
+ #       analysis command line
+
+ param foo
+     var1 entry entry 40 {this is a entry}
+     var2 checkbox checkbox 1 {this is a checkbox}
+     var3 menu menu AAA|BBB|CCC {this is a menu}
+ endparam
+
+ param bar
+     @analysis.par
+ endparam
+
+ param foobar
+     @tvdisply.par
+ endparam
+
+ param ltc
+     bins entry "Enter number of [t1:t2:]bins" 0 + "('0' for default number of bins)"
+ endparam
+
+ # Help Main Help
+
+ help Main Help
+ These menus contain a test for each possible feature
+
+ supported by the ds9 (blank line above)
+ endhelp
+ ---
+
+ hmenu Test Web
+     help Web Help
+     Help for web features
+     endhelp
+
+     Web Test url
+     *
+     web
+     http://hea-www.harvard.edu/RD/ds9/
+
+     Web Test file
+     *
+     web
+     file:/home/joye/saods9/ds9/tests/hv.html
+ endhmenu
+
+ hmenu Test Basics
+     help Basic Help
+     Help for basic features
+     endhelp
+     ---
+     Test escape char # this is a comment
+     *
+     menu
+     echo "this is not a macro $$xpa" | $text
+
+     Test pass thru # this is a comment
+     *
+     menu
+     echo "this is not a macro $foo" | $text
+
+     Test $xpa # this is a comment
+     *
+     menu
+     echo $xpa | $text
+
+     Test $xpa_method
+     *
+     menu
+     echo $xpa_method | $text
+

+     Test $vo_method
+     *
+     menu
+     echo $vo_method | $text
+
+
    Test $filename
+     *.fits
+     menu
+     echo $filename | $text
+
+     Test $filename(root)
+     *.fits
+     menu
+     echo $filename(root) | $text
+
+     Test $xdim $ydim $bitpix
+     *.fits
+     menu
+     echo "$xdim $ydim $bitpix" | $text
+
+
    Test $xcen $ycen
+     *.fits
+     menu
+     echo "$xcen $ycen" | $text
+
+
    Test $env
+     *
+     menu
+     echo $env(PATH) | $text
+ endhmenu
+
+ hmenu Test Regions
+     help Regions Help
+     Help for regions features
+     endhelp
+     ---
+     Test $regions
+     *.fits
+     menu
+     echo "$regions + ds9_s:$regions(ds9,source,image) + ciao_b:$regions(ciao,background) + saotng_i:$regions(saotng,include,wcs,fk5) + pros_e:$regions(pros,exclude,wcs,fk5,sexagesimal) + xy_be:$regions(xy,background,exclude,wcs,fk4,hms)" | $text
+
+     Test $regions wcs
+     *.fits
+     menu
+     echo "$regions(ds9,wcs) + $regions(ds9,wcs,fk5,sexagesimal) $regions(ds9,wcsa) " | $text
+
+     Test $include_regions_pixels
+     *.fits
+     menu
+     echo "ds9_s: $source_regions ds9_b: + $background_regions_pixels ds9_i: $include_regions_degrees + ds9_e: $exclude_regions_hms" | $text
+
+     Test $filename $regions
+     *.fits
+     menu
+     echo "$filename[$regions]" | $text
+
+     Test $filename $regions()
+     *.fits
+     menu
+     echo "$filename[$regions()]" | $text
+ endhmenu
+
+ hmenu Test Output
+     help Output Help
+     Help for output features
+     endhelp
+     ---
+     Test $null
+     *
+     menu
+     echo "This is Text" > /dev/null | $null
+
+     Test $text
+     *
+     menu
+     echo "This is Text" | $text
+
+     Test $text stderr
+     *
+     menu
+     ls foofoofoo | $text
+
+     Test $plot
+     *
+     menu
+     cat xy.dat | $plot
+
+     Test $plot(title,x,y,xyey)
+     *
+     menu
+     cat xye.dat | $plot(Title,X Axis,Y Axis,xyey)
+
+     Test $plot(title,x,y,xyexey)
+     *
+     menu
+     cat xyee.dat | $plot(Title,X Axis,Y + Axis,xyexey)
+
+     Test $plot(title,x,y,4)
+     *
+     menu
+     cat xyey.dat | $plot(Title,X Axis,Y Axis,4)
+
+     Test $plot(title,x,y,5)
+     *
+     menu
+     cat xyeye.dat | $plot(Title,X Axis,Y Axis,5)
+
+     Test $plot(stdin)
+     *
+     menu
+     cat xye.stdin.dat | $plot(stdin)
+
+     Test $plot(stdin) text
+     *
+     menu
+     cat xye.stdin.text.dat | $plot(stdin)
+
+     Test $plot(stdin) error
+     *
+     menu
+     cat xy.stdin.error.dat | $plot(stdin)
+
+     Test $data
+     *.fits
+     menu
+     $data | $image(new)
+
+     Test $image
+     *
+     menu
+     cat img16.fits | $image
+ endhmenu
+
+ hmenu Test Dialogs
+     help Dialogs Help
+     Help for dialog features
+     endhelp
+     ---
+     Test $message(message)
+     *
+     menu
+     $message(ok,This is a Message) | echo "hello" + | $text
+
+     Test $message(ok,message)
+     *
+     menu
+     $message(ok,This is a Message) | echo "World" + | $text
+
+     Test $entry(message)
+     *
+     menu
+     echo "$entry(Enter Something)" | $text
+ endhmenu
+
+ hmenu Test Params
+     help Param Help
+     Help for param features
+     endhelp
+     ---
+     Test $param
+     *
+     menu
+     $param(foo); echo "$var1 $var2 $var3" | $text
+
+     Test $param @file
+     *
+     menu
+     $param(bar); echo "$var1 $var2 $var3" | $text
+ endhmenu
+
+ hmenu Test Network
+     help Network Help
+     Help for network features
+     endhelp
+     ---
+     Test $url(http://)
+     *
+     menu
+     + $url(http://legacy.gsfc.nasa.gov/FTP/rosat/data/cdrom/vol1/IMAGES/00h/p000s26b.img.Z) + +| +gunzip + + + + + | $image
+
+     Test $url(ftp://)
+     *
+     menu
+     + $url(ftp://legacy.gsfc.nasa.gov/rosat/data/hri/images/fits/rh100193_img.fits) + + + + + | $image
+
+     Test $geturl $text
+     *
+     menu
+     +$geturl(http://hea-www.harvard.edu/RD/saord-cgi/funtools?funcnts+$filename+$regions(source,,)+$regions(background,,))|$text
+
+     Test $geturl $plotstd
+     *
+     menu
+     $param(ltc); +$geturl(http://hea-www.harvard.edu/RD/saord-cgi/funtools?funhist_plot+$filename[$regions]+time+$bins)|$plot(stdin)
+ endhmenu
+
+ hmenu Test Other
+     help Other Help
+     Help for other features
+     endhelp
+     ---
+     Test $param @tvdisply
+     *
+     menu
+     $param(foobar); echo "$frame $erase" | $text
+
+     hmenu Test MultiLevel
+         test
+         *
+         menu
+         echo "Hello World" | $text
+     endhmenu
+ endhmenu
+
+ $x $y
+ *.fits
+ bind x
+ echo "$x $y" | $text
+
+ $x(fk5,hms) $y(fk5,hms)
+ *.fits
+ bind y
+ echo "$x(fk5,hms) $y(fk5,hms)" | $text
+
+ $x(wcs,fk5,hms) $y(wcs,fk5,hms)
+ *.fits
+ bind z
+ echo "$x(wcs,fk5,hms) $y(wcs,fk5,hms)" | $text
+
+ + diff --git a/ds9/doc/ref/backup.html b/ds9/doc/ref/backup.html new file mode 100644 index 0000000..63bc304 --- /dev/null +++ b/ds9/doc/ref/backup.html @@ -0,0 +1,60 @@ + + + + + + Backup + + +

Backup and Restore

+
+

DS9 now supports Backup and Restore. When a backup is invoked, + DS9 will save in a backup save set all files needed to restore + DS9 to that state, including geometry, data files, colormaps, + catalogs, contours, and regions.
+

+

Backup Save Set

+

A backup save set consists of a text file, called a backup + script, and an optional directory, which will contain auxiliary + data files needed to restore DS9 to a previous state. The backup + file and the auxiliary directory maybe moved across file + systems, or even platforms, but must remain together in the same + directory.
+

+

Image data files

+

By default, all data image files are save within the backup + save set. However, the user has the option, via the Preferences, + to only save only an absolute pathname to the data file, and not + the data file itself. This option will dramatically reduce the + size of a backup save set, but will restrict the usage to a + particular file system and platform.
+

+

Image files that have been loaded into DS9 via XPA, SAMP, or + from URL will always be saved into the save set.
+

+

Caveats

+

There are several caveats in the usage of Backup and Restore. + In particular:
+

+
+

Currently, there is no support for masks.
+ External Analysis menus will not be saved.
+ Plot Tool windows will not be saved.
+ IIS frames (IRAF) will not be saved.
+ SAMP and XPA sessions will not be saved.

+
+

And finally, if the image data had been loaded into DS9 via + XPA, SAMP, or from a URL, the following complex load operations + are not supported:

+
Open Mosaic IRAF Image
+ Open Mosaic IRAF Segment Open Mosaic WCS Image
+ Open Mosaic WCS Segment Open Mosaic WFPC2 Open RGB Fits Image + Open RGB Fits Cube Open RGB Array Open Multi Ext Data Cube + Open Multi Ext Multiple Frames
+
+ + diff --git a/ds9/doc/ref/bin.html b/ds9/doc/ref/bin.html new file mode 100644 index 0000000..966d3ba --- /dev/null +++ b/ds9/doc/ref/bin.html @@ -0,0 +1,53 @@ + + + + + + Bin + + +

Binning

+
+

To create an image from a FITS Bin Table, the user needs to + specify a binning factor, binning buffer size, and the binning + function.
+

+

The Binning (or Block) Factor is defined as the following: A + value greater or equal to zero. This value indicates the number + of pixel values that will fall into a particular bin.
+

+

The Bin Buffer Size is overall size of the image generated. + This has no relation to min and max values of the columns used + to create the image.
+

+

The Bin Function is defined as the following: Average - all + pixel values that fall into one pixel bin are averaged. Sum - + all pixel values that fall into one pixel bin are summed.
+

+

Bin to Fit Frame will calculate a bin block factor as a power + of 2 that will allow the entire data space to be displayed in + the current frame.

+

By default, DS9 will bin about the center of the image. To + determine the center of the image, DS9 will look for the + following keywords in order:

+
TDMIN/TDMAX
+ TLMIN/TLMAX
+ TALEN
+ AXLEN
+

If no valid keywords are found, DS9 will define the center as + the middle of the possible data space based on the coordinate + data type.

+
+


+

+
+


+

+
+
+ + diff --git a/ds9/doc/ref/catalog.html b/ds9/doc/ref/catalog.html new file mode 100644 index 0000000..3cd39c8 --- /dev/null +++ b/ds9/doc/ref/catalog.html @@ -0,0 +1,147 @@ + + + + + + Catalogs + + +

Catalogs

+
+

DS9 provides full support for loading, displaying, filtering, + and saving catalogs. DS9 allows you to overlay symbols from + multiple catalogs on the current image.

+

Local and on-line catalog access is supported. Most major + catalogs can be retrieved from online servers. Both the CDS and + SDSS catalog servers are now supported. Local catalog files in + starbase (rdb) or CSV (with or without header) are supported.

+

On-line catalogs are available via services provided by the + VizieR catalog access tool, CDS, Strasbourg, France (VizieR is a + joint effort of the Centre de Donnees Astronomiques de + Strasbourg and ESA-ESRIN Information Systems Division) and by + the Sloan Digital Sky Survey.

+

A selection of popular catalogs is provided in the Analysis + menu. In addition, you can search for other catalogs based on + title, keywords, mission, wavelength, and object type.

+

When a catalog is overlayed on an image, each displayed catalog + symbol consists of a shape, color, and text. An advanced symbol + editor is available that allows you to specify the shape, size, + color, and text of each symbol, based on catalog column values. + These symbol expressions can be saved for future use.

+

Along with the overlay display, a catalog list is provided in a + separate window. It displays the column values for each catalog + object. The catalog list can be sorted and filtered, and the + catalog display will be automatically updated. Advanced + filtering options are available. Catalogs can be loaded and + saved as local files in ASCII Starbase format. Each catalog + contains header information which can be displayed. The list can + be printed separately from the image.

+

An interactive connection between the displayed catalog symbols + and the catalog list is provided. When you select one or more + rows within the catalog list, the corresponding symbols are + highlighted on the image display. Conversely, selecting multiple + symbols on the image display will highlight the corresponding + rows within the catalog list. Catalog symbols can be converted + to regions for use with analysis tasks.

+

Filter Option

+

The catalog list can be sorted and filtered, and the catalog + display will be automatically updated. A filter is conditional + expression, when evaluated for each row of the catalog, if true, + the row is displayed, and if false, the row is not displayed. + The conditional expression can be any valid TCL expression. The + value of a column may be indicated with $<column + name>.

+
$_RAJ2000>180. && $_RAJ2000<270.
+ $Jmag>11
+ log($Kmag*10)<.3
+
[string equal $OTYPE_S SNR]
+
+

Advanced Symbol Editor

+

An advanced symbol editor is available that allows you to + specify the shape, size, color, and text of each symbol, based + on catalog column values. For each row of the catalog, one or + more conditional expressions are evaluated. For the first + expression to evaluate true, a given symbol is displayed, with + the specified shape, color, size and text properties. As with + the filter, the value of a particular column can be indicated as + $<column name>.

+

For the condition entry, the expression you type in is + automatically evaluated via TCL expr after macro + expansion.

+
1                               # + + + always
+ 0                               # + + + never
+ true                            # + + + always
+ false                           # + + + never
+ $Jmag>2                         # + + + conditional
+ sin($Jmag)>.5 +                   + + + # conditional
+ [string equal $Class + SNR]       # conditional
+ [regexp {*SNR*} + $Class]         # + conditional
+
+

For the size, size2, and angle entries, the expression you type + in is also automatically evaluated via TCL expr after + macro expansion.

+
2               # + + + value of '2' is used
+ $Jmag           # + + + value of column Jmag is used
+ $Jmag/2.        # + value of column Jmag div 2 is used
+ (4+2)/3         # + + + value of '2' is used
+
+

For the text portion, this is not true. It is assumed to be + text, unless you explicitly use an expr operator.

+
foo             # + + + will put 'foo' above the symbol
+ $Jmag           # + + + will put the value of column Jmag above the symbol
+ (4+2)/3         # + + + will put the text '(4+2)/3' above the symbol
+ [expr (4+2)/3]  # will put the text '2' above the + symbol
+ [expr $Jmag/2.] # will take the value of Jmag and div + by 2
+
+

And finally, one special case for shape = text and text = + empty. In this case, the row number is displayed.

+  
+ + diff --git a/ds9/doc/ref/colorbar.html b/ds9/doc/ref/colorbar.html new file mode 100644 index 0000000..ee432cd --- /dev/null +++ b/ds9/doc/ref/colorbar.html @@ -0,0 +1,71 @@ + + + + + + Color + + +

Colorbar
+

+
+

Color Tags

+

The purpose of color tags are to highlight (or hide) certain + values of data, regardless of the color map selected. The user + creates, edits, and deletes color tags via the GUI. To create a + color tag, enter the Colorbar Mode, and click once on the + colorbar. This creates a default color tag. Click and drag to + change the values. Click and drag on one side to increase or + decrease the value. Double click to manually edit the values and + color. Place the cursor over the color tag and press the delete + key to delete it. From the color parameters dialog, the user can + load, save, and delete all color tags for that frame.
+

+

Visuals

+

DS9 supports a number of color environments. Not all color + environments, or visuals, are available on most machines. In + fact, you may be restricted to one or two, base on the color + graphics hardware your computer has. A color visual is composed + of two parts, the color model and the bit depth. Pseudo color + uses a color lookup table to derive the correct color, True + color uses the value directly as a RGB triplet, to derive the + correct color. The follow is a list of the color visuals DS9 + currently supports:

+
pseudo color, 8 bit
+ true color, 8 bit
+ true color, 15 bit
+ true color, 16 bit
+ true color, 24 bit
+

You can use the xdpyinfo command to see if one of + these visual are available. NOTE: Linux Users-- if your desired + visual is not available, use the Xconfigarator command (Red Hat) + or similar command under other versions of linux, to configure + your X window visuals.

+

When DS9 is invoked, by default, it will use the default + visual. You can find out what the default visual is by using the + xdpyinfo command. You can also force DS9 to use another + visual by command line option. If you specify a visual, and it + is not available, DS9 will exit with an error message.

+
$ds9                      + + + # default visual, default depth
+ $ds9 -visual pseudo       # + pseudo color, default depth
+ $ds9 -visual pseudocolor  # pseudo color, default depth
+ $ds9 -visual pseudocolor8 # pseudo color 8
+ $ds9 -visual + true         # true + color, default depth
+ $ds9 -visual truecolor    # true color, default + depth
+ $ds9 -visual truecolor8   # true color 8
+ $ds9 -visual truecolor16  # true color 16
+ $ds9 -visual truecolor24  # true color 24
+
+ + diff --git a/ds9/doc/ref/command.html b/ds9/doc/ref/command.html new file mode 100644 index 0000000..6da067d --- /dev/null +++ b/ds9/doc/ref/command.html @@ -0,0 +1,5025 @@ + + + + + + Command Line Options + + +

Command Line Options

+
+

DS9 will process each command line option, one at a time, as + the last step in the initialization process. Therefore, it is + possible to use command line options as a little script. For + example, the following command line option is used:

+ $ds9 -tile foo.fits -cmap Heat -zscale bar.fits -cmap I8 +

First DS9 is put in tile mode, then foo.fits is + loaded. Then the colormap for foo.fits is changed to Heat + and the scale changed to zscale. Next, bar.fits + is loaded and the colormap for bar.fits is changed to + I8.

+ 2mass
+ 3d
+ about
+ align
+ analysis
+ array
+ asinh
+ background
+ backup
+ bin
+ blink
+ block
+ blue
+ catalog
+ cd
+ cmap
+ colorbar
+ console
+ contour
+ crop
+ crosshair
+ cube
+ cursor
+ dsssao
+ dsseso
+ dssstsci
+ envi
+ exit
+ export
+ fifo
+ fifo_only
+ fits
+ frame
+ geometry
+ gif
+ green
+ grid
+ header
+ height
+ help
+ histequ
+ iconify
+ import
+ inet_only
+ invert
+ iis
+ jpeg
+ language
+ linear
+ lock
+ log
+ lower
+ magnifier
+ mask
+ match
+ mecube
+ minmax
+ mode
+ mosaic
+ mosaicimage
+ movie
+ msg
+ multiframe
+ nameserver
+ nan
+ nrrd
+ nvss
+ orient
+ pagesetup
+ pan
+ pixeltable
+ plot
+ png
+ prefs
+ preserve
+ psprint
+ print
+ private
+ port
+ port_only
+ pow
+ quit
+ raise
+ regions
+ red
+ restore
+ rgb
+ rgbarray
+ rgbcube
+ rgbimage
+ rotate
+ samp
+ save
+ saveimage
+ scale
+ shm
+
sia
+
single
+ sinh
+ skyview
+ sleep
+ slice
+ smooth
+ squared
+ sqrt
+ source
+ tcl
+ threads
+ tiff
+ tile
+ title
+ unix
+ unix_only
+ update
+ url
+ version
+ view
+ visual
+ vla
+
vlss
+
vo
+ wcs
+ web
+ width
+ xpa
+ zmax
+ zoom
+ zscale
+
+

2mass

+

Support for 2MASS Digital Sky Survey.

+ Syntax:
+ -2mass []
+        [<object>]
+        [name <object>]
+        [coord <ra> + <dec> degrees|sexagesimal] # in wcs fk5
+        [size <width> + <height> degrees|arcmin|arcsec]
+        [save yes|no]
+        [frame new|current]
+        [update frame|crosshair]
+        [survey j|h|k]
+        [open|close]
+  
+ Example:
+ $ds9 -2mass
+ $ds9 -2mass m31
+ $ds9 -2mass name m31
+ $ds9 -2mass coord 00:42:44.404 +41:16:08.78 sexagesimal
+ $ds9 -2mass size 60 60 arcmin
+ $ds9 -2mass save yes
+ $ds9 -2mass frame current
+ $ds9 -2mass update frame
+ $ds9 -2mass survey j
+ $ds9 -2mass open
+ $ds9 -2mass close
+
+

3d

+

Support for 3D frame.

+ Syntax:
+
-3d []
+     [view <az> <el>]
+     [az <az>]
+     [el <el>]
+     [scale <scale>]
+     [method mip|aip]

+     [background none|azimuth|elevation]
+
 
   [border yes|no]
+     [border color]
+
    [highlite yes|no]
+     [highlite color]
+
    [open|close]
+
 
+ Example:
+ $ds9 -3d # create new 3D frame
+ $ds9 -3d view 45 30
+ $ds9 -3d az 45
+ $ds9 -3d el 30
+ $ds9 -3d scale 10
+ $ds9 -3d method mip

+ $ds9 -3d background azimuth
+
$ds9 -3d border yes
+ $ds9 -3d border color red
+
$ds9 -3d highlite yes
+ $ds9 -3d highlite color red
+
$ds9 -3d open
+ $ds9 -3d close

+

about

+

Get DS9 credits.

+ Syntax:
+ -about
+  
+ Example:
+ $ds9 -about
+
+

align

+

Controls the World Coordinate System alignment for the current + frame.

+ Syntax:
+ -align [yes|no]
+  
+ Example:
+ $ds9 -align yes
+
+

analysis

+

Control external analysis tasks. Tasks are numbered as they are + loaded, starting with 0. Can also be used to display a message + and display text in the text dialog window.

+ Syntax:
+ -analysis [<task number>]
+           + [<filename>]
+           [task <task + number>|<task name>]
+           [load + <filename>]
+           [clear]
+           + [clear][load <filename>]
+           [message + ok|okcancel|yesno <message>]
+           [entry + <message>]
+           [text]

+
 

+ Example:
+ $ds9 -analysis 0 # invoke first analysis task
+ $ds9 -analysis task 0
+
$ds9 -analysis task foobar
+
$ds9 -analysis task "{foo bar}"
+ $ds9 -analysis my.ans
+ $ds9 -analysis load my.ans
+ $ds9 -analysis clear
+ $ds9 -analysis clear load my.ans
+ $ds9 -analysis message '{This is a message}'
+ $ds9 -analysis message okcancel '{This is a message}'
+ $ds9 -analysis text '{This is text}'

+
+

array

+

Load raw data array into current frame.
+

+ Syntax:
+ -array +<filename>[[xdim=<x>,ydim=<y>|dim=<dim>],zdim=<z>,bitpix=<b>,skip=<s>,endian=[little|big]]
+  
+ Example:
+ $ds9 -array foo.arr[dim=512,bitpix=-32,endian=little]

+ $cat foo.arr | ds9 -array -[dim=512,bitpix=-32,endian=little]
+
+

asinh

+

Select ASINH scale function for the current frame.

+ Syntax:
+ -asinh
+  
+ Example:
+ $ds9 -asinh

+

bg
+ background

+

Set image background color.

+ Syntax:
+ -bg <color>
+  
+ Example:
+ $ds9 -background red
+ $ds9 -bg red

+

backup

+

Create a backup save set.

+ Syntax:
+ -backup <filename>
+  
+ Example:
+ $ds9 -backup ds9.bck

+

bin

+

Controls binning factor, binning buffer size, and  binning + function for binning FITS bin tables.

+ Syntax:
+ -bin [about <x> <y>]
+      [about center]
+      [buffersize <value>]
+      [cols <x> <y>]
+      [colsz <x> <y> <z>]
+      [factor <value> [<value>]] +
+      [depth <value>]
+      [filter <string>]
+      [function average|sum]
+      [in]
+      [out]
+      [to fit]
+      [match]
+      [lock [yes|no]]
+      [open|close]
+  
+ Example:
+ $ds9 -bin about 4096 4096
+ $ds9 -bin about center
+ $ds9 -bin buffersize 512
+ $ds9 -bin cols detx dety
+ $ds9 -bin colsz detx dety time
+ $ds9 -bin factor 4
+ $ds9 -bin factor 4 2
+ $ds9 -bin depth 10
+ $ds9 -bin filter 'pha > 5'
+ $ds9 -bin filter ''
+ $ds9 -bin function sum
+
$ds9 -bin in
+ $ds9 -bin out
+
$ds9 -bin to fit
+ $ds9 -bin match
+ $ds9 -bin lock yes
+ $ds9 -bin open
+ $ds9 -bin close
+
+

blink

+

Blink mode parameters. Interval is in seconds.

+ Syntax:
+ -blink []
+        [yes|no]
+        [interval <value>]
+  
+ Example:
+ $ds9 -blink
+ $ds9 -blink yes
+ $ds9 -blink interval 1

+

block

+

Controls blocking parameters.

+ Syntax:
+ -block
[<value>]
+        [<value> + <value>]
+        [to <value>]
+        [to <value> + <value>]
+        [in]
+        [out]
+
       [to fit]
+        [match]
+        [lock [yes|no]]
+        [open|close]
+  
+ Example:
+
$ds9 -block 4
+ $ds9
-block 4 2
+
$ds9 -block to 4
+ $ds9
-block to 4 2
+
$ds9
-block in
+
$ds9 -block + out
+
$ds9
-block to fit
+ $ds9
-block match
+ $ds9
-block lock yes
+ $ds9
-block open
+ $ds9
-block close
+
+

blue

+

For RGB frames, sets the current color channel to blue.

+ Syntax:
+ -blue
+  
+ Example:
+ $ds9 -blue foo.fits
+
+

catalog
+ cat

+

Support for catalogs. The first three commands will create a + new catalog search. All other commands operated on the last + search created, unless indicated otherwise.

+ Syntax:
+
-catalog []
+         + [ned|simbad|denis|skybot]
+         + [ascss|cmc|gsc1|gsc2|gsc3|ac|nomad|ppmx|sao|sdss5|sdss6|
sdss7|sdss8|tycho|ua2|ub1|ucac2]
+         [2mass|iras]
+         [csc|xmm|rosat]
+         [first|nvss]
+         + [chandralog|cfhtlog|esolog|stlog|xmmlog]
+         [cds <catalogname>]
+         [cds + <catalogid>]
+
+         [load <filename>]
+         [import sb|tsv + <filename>]
+
+
        [<ref>] [allcols]
+
        + [<ref>] [allrows]
+  
       [<ref>] + [cancel]
+
        [<ref>] + [clear]
+
        [<ref>] [close]
+         [<ref>] + [coordinate <ra> <dec> <coordsys>]
+
        [<ref>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [crosshair]
+         [<ref>] [dec + <col>]
+         [<ref>] [edit + yes|no]
+         [<ref>] + [export sb|tsv <filename>]
+
        [<ref>] + [filter <string>]
+         [<ref>] [filter load + <filename>]

+         [<ref>] + [header]
+         [<ref>] [hide]
+         [<ref>] [location + <code>]
+         [<ref>] + [match <ref> <ref>]
+        
[<ref>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [match error <value> degrees|arcmin|arcsec]
+         [<ref>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [match function 1and2|1not2|2not1]
+
        [<ref>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [match return 1and2|1only|2only]
+         [<ref>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [match unique yes|no]
+         [<ref>] [maxrows + <number>]
+         [<ref>] [name + <object>]
+
        [<ref>] + [panto yes|no]
+         [<ref>] [plot + <xcol> <ycol> <xerrcol> <yerrcol>]
+         [<ref>] [print]
+         [<ref>] [psky + <skyframe>]
+         [<ref>] [psystem + <coordsys>]
+         [<ref>] [ra + <col>]
+         [<ref>] + [regions]
+         [<ref>] + [retrieve]
+
        [<ref>] + [samp]
+         [<ref>] [samp + broadcast]
+         [<ref>] [samp + send <application>]

+
        [<ref>] + [save <filename>]
+         [<ref>] + [server cds|sao|cadc|adac|iucaa|bejing|cambridge|ukirt]
+         [<ref>] [show]
+         [<ref>] [size + <width> <height> degrees|arcmin|arcsec]
+         [<ref>] + [sky <skyframe>]
+
        [<ref>] + [skyformat <skyformat>]
+
        [<ref>] [sort + <col> incr|decr]
+         [<ref>] [symbol + [#] + condition|shape|color|text|font|fontsize|fontweight|fontslant + <value>]
+
        [<ref>] + [symbol [#] text|size|size2|units|angle <value>]
+
        [<ref>] + [symbol shape {circle point}|{box point}|{diamond point}|
+             +         {cross point}|{x + point}|{arrow point}|{boxcircle point}|
+              +        circle|ellipse|box|text]
+         [<ref>] [symbol + add| [#] remove]
+         [<ref>] [symbol + save|load <filename>]

+         [<ref>] [system + <coordsys>]
+
        [<ref>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [update]
+         [<ref>] [x + <col>]
+         [<ref>] [y + <col>]
+
+ Example:
+
$ds9 -catalog
+ $ds9 -catalog 2mass
+ $ds9 -catalog cds 2mass
+ $ds9 -catalog cds "I/252"
+
+
$ds9 -catalog load foo.xml
+ $ds9 -catalog import tsv foo.tsv
+
+
$ds9 -catalog allrows
+ $ds9 -catalog allcols
+
$ds9 -catalog cancel
+
$ds9 -catalog clear
+
$ds9 -catalog close
+
$ds9 -catalog coordinate 202.48 47.21 fk5
+
$ds9 -catalog crosshair
+
$ds9 -catalog dec DEC
+
$ds9 -catalog edit yes
+
$ds9 -catalog export tsv bar.tsv
+
$ds9 -catalog filter '\$Jmag>15'
+ $ds9 -catalog filter load foo.flt
+ $ds9 -catalog header
+
$ds9 -catalog hide
+
$ds9 -catalog location 500
+ $ds9 -catalog match error 2 arcsec
+ $ds9 -catalog match function 1and2
+ $ds9 -catalog match unique no
+ $ds9 -catalog match return 1only
+ $ds9 -catalog match 2mass csc
+
$ds9 -catalog maxrows 2000
+
$ds9 -catalog name m51
+ $ds9 -catalog panto no
+
$ds9 -catalog plot '\$Jmag' '\$Hmag' '\$e_Jmag' + '\$e_Hmag'
+
$ds9 -catalog print
+ $ds9 -catalog psky fk5
+ $ds9 -catalog psystem wcs
+ $ds9 -catalog ra RA
+ $ds9 -catalog regions
+
$ds9 -catalog retrieve
+
$ds9 -catalog samp broadcast
+ $ds9 -catalog samp send aladin
+ $ds9 -catalog save foo.xml
+
$ds9 -catalog server sao
+
$ds9 -catalog show
+ $ds9 -catalog size 1 1 degrees
+ $ds9 -catalog symbol condition '\$Jmag>15'
+ $ds9 -catalog symbol 2 shape "boxcircle point"
+ $ds9 -catalog symbol color red
+ $ds9 -catalog symbol font times
+
$ds9 -catalog symbol fontsize 14
+
$ds9 -catalog symbol fontweight bold
+
$ds9 -catalog symbol fontslant italic
+
$ds9 -catalog symbol add
+ $ds9 -catalog symbol 2 remove
+ $ds9 -catalog symbol load foo.sym
+ $ds9 -catalog symbol save bar.sym

+ $ds9 -catalog sky fk5
+ $ds9 -catalog skyformat degrees
+
$ds9 -catalog sort "Jmag" incr
+
$ds9 -catalog system wcs
+
$ds9 -catalog update
+
$ds9 -catalog x RA
+ $ds9 -catalog y DEC

+

cd

+

Sets the current working directory.

+ Syntax:
+ cd [<directory>]
+  
+ Example:
+ $ds9 -cd /home/mrbill
+
+

cmap

+

Controls the colormap for the current frame. The colormap name + is not case sensitive. A valid contrast value is  from 0 to + 10 and bias value from 0 to 1.

+ Syntax:
+ -cmap [<colormap>]
+       [file]
+       [load <filename>]
+       [save <filename>]
+       [invert yes|no]
+       [value <contrast> + <bias>]
+
      [tag [load|save] + <filename>]
+       [tag delete]

+       [match]
+       [lock [yes|no]]

+       [open|close]
+  
+ Example:
+ $ds9 -cmap Heat
+ $ds9 -cmap load foo.sao
+ $ds9 -cmap save bar.sao
+ $ds9 -cmap invert yes
+ $ds9 -cmap value 5 .5
+ $ds9 -cmap tag load foo.tag
+ $ds9 -cmap tag save foo.tag
+ $ds9 -cmap tag delete
+
$ds9 -cmap match
+ $ds9 -cmap lock yes

+ $ds9 -cmap open
+ $ds9 -cmap close
+
+

colorbar

+

Controls colorbar parameters.

+ Syntax:
+ -colorbar []
+           [yes|no]
+           + [horizontal|vertical]
+           [orientation + horizontal|vertical]
+           [numerics + yes|no]
+           [space + value|distance]
+           [font + times|helvetica|courier]
+           [fontsize + <value>]
+           + [fontweight normal|bold]
+           [fontslant + roman|italic]
+           [size]
+           [ticks]
+  
+ Example:
+ $ds9 -colorbar yes
+ $ds9 -colorbar vertical
+ $ds9 -colorbar orientation vertical
+ $ds9 -colorbar numerics yes
+ $ds9 -colorbar space value
+ $ds9 -colorbar font times
+ $ds9 -colorbar fontsize 14
+ $ds9 -colorbar fontweight bold
+ $ds9 -colorbar fontslant italic
+ $ds9 -colorbar size 20
+ $ds9 -colorbar ticks 11
+
+

console

+

Display tcl console window.

+ Syntax:
+ -console
+  
+ Example:
+ $ds9 -console
+
+

contour
+

+

Controls contours in the current frame.

+ Syntax:
+ -contour []
+          [yes|no]
+          [clear]
+          [generate]
+          [load + <filename> [<color> <width> yes|no]]
+          [save + <filename> <coordsys> <skyframe>]
+          [convert]
+          [loadlevels + <filename>]

+          + [savelevels <filename>]
+
         [copy]
+          [paste + <coordsys> [<color> <width> yes|no]]
+          [color + <color>]
+          [width + <width>]
+          [dash yes|no]
+          [smooth + <smooth>]
+          [method + block|smooth]
+          [nlevels <number + of levels>]
+          [scale + linear|log|pow|squared|sqrt|asinh|sinh|histequ]
+          [log exp + <value>]
+          [mode + minmax|<value>|zscale|zmax]
+          [limits <min> + <max>]
+          [levels + <value value value...>]
+          [open|close]
+  
+ Example:
+ $ds9 -contour
+ $ds9 -contour yes
+ $ds9 -contour generate
+ $ds9 -contour clear
+ $ds9 -contour load ds9.ctr
+ $ds9 -contour load ds9.ctr red 2 yes
+ $ds9 -contour save ds9.ctr wcs fk5
+ $ds9 -contour convert
+ $ds9 -contour loadlevels ds9.ctr
+
$ds9 -contour savelevels ds9.lev
+
$ds9 -contour copy
+ $ds9 -contour paste wcs red 2 no
+ $ds9 -contour color yellow
+ $ds9 -contour width 2
+ $ds9 -contour dash yes
+ $ds9 -contour smooth 5
+ $ds9 -contour method smooth
+ $ds9 -contour nlevels 10
+ $ds9 -contour scale sqrt
+ $ds9 -contour log exp 1000
+ $ds9 -contour mode zscale
+ $ds9 -contour limits 1 100
+ $ds9 -contour levels "1 10 100 1000"
+ $ds9 -contour open
+ $ds9 -contour close
+
+

crop

+

Set current image display area.

+ Syntax:
+ -crop [<x> <y> <width> <height> +[<coordsys>][<skyframe>][<skyformat>][degrees|arcmin|arcsec]
+
      [match <coordsys>]
+       [lock <coordsys>|none]
+
+  
+ Example:
+ $ds9 foo.fits -crop 40 30 10 20 # set crop in physical coords
+ $ds9 foo.fits -crop +104:51:06.915 +68:33:40.761  28.144405 + 22.000204 wcs galactic arcsec
+ $ds9 foo.fits -crop match wcs
+ $ds9 foo.fits -crop lock wcs
+
+

crosshair

+

Controls the current position of the crosshair in the current + frame. DS9 is placed in crosshair mode when the crosshair is + set.

+ Syntax:
+ -crosshair [<x> <h> <coordsys> + [<skyframe>][<skyformat>]]
+  
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [match <coordsys>]
+            [lock + <coordsys>|none]

+  
+ Example:
+ $ds9 -crosshair 100 100 physical # set crosshair in physical
+ $ds9 -crosshair 345 58.8 wcs fk5 # set crosshair in wcs coords
+ $ds9 -crosshair 23:01:00 +58:52:51 wcs fk5
+ $ds9 -crosshair match
+ $ds9 -crosshair lock wcs
+
+

cube
+

+

Controls FITS cube.

+ Syntax:
+ -cube [play|stop|next|prev|first|last]
+       [<slice> + [<coordsys>][<axis>]]
+       [interval <numeric>]
+       [axis <axis>]
+
      [match <coordsys>]
+       [lock <coordsys>|none]
+       [order 123|132|213|231|312|321]
+       [axes lock [yes|no]]
+
      [open|close]
+  
+ Example:
+ $ds9 -cube play
+ $ds9 -cube last
+ $ds9 -cube 3
+ $ds9 -cube 4.5 wcs 3
+ $ds9 -cube interval 2
+ $ds9 -cube axis 3
+ $ds9 -cube match wcs
+ $ds9 -cube lock wcs
+ $ds9 -cube order 123
+ $ds9 -cube axes lock yes
+ $ds9 -cube open
+ $ds9 -cube close

+

cursor

+

Move mouse pointer or crosshair in image pixels in the current + frame. Note, this will move selected Regions also.

+ Syntax:
+ -cursor [<x> <h>]
+  
+ Example:
+ $ds9 -cursor 10 10

+
+

dsssao
+ dss
+

+

Support for Digital Sky Survey at SAO.

+ Syntax:
+ -dsssao []
+         [<object>]
+         [name <object>]
+         [coord <ra> + <dec> degrees|sexagesimal] # in wcs fk5
+         [size <width> + <height> degrees|arcmin|arcsec]
+         [save yes|no]
+         [frame new|current]
+         [update + frame|crosshair]
+         [open|close]
+  
+ Example:
+ $ds9 -dsssao
+ $ds9 -dsssao m31
+ $ds9 -dsssao name m31
+ $ds9 -dsssao coord 00:42:44.404 +41:16:08.78 sexagesimal
+ $ds9 -dsssao size 60 60 arcmin
+ $ds9 -dsssao save yes
+ $ds9 -dsssao frame current
+ $ds9 -dsssao update frame
+ $ds9 -dsssao open
+ $ds9 -dsssao close
+
+

dsseso

+

Support for Digital Sky Survey at ESO.

+ Syntax:
+ -dsseso []
+         [<object>]
+         [name <object>]
+         [coord <ra> + <dec> degrees|sexagesimal] # in wcs fk5
+         [size <width> + <height> degrees|arcmin|arcsec]
+         [save yes|no]
+         [frame new|current]
+         [update + frame|crosshair]
+         [survey + DSS1|DSS2-red|DSS2-blue|DSS2-infrared]
+         [open|close]
+  
+ Example:
+ $ds9 -dsseso
+ $ds9 -dsseso m31
+ $ds9 -dsseso name m31
+ $ds9 -dsseso coord 00:42:44.404 +41:16:08.78 sexagesimal
+ $ds9 -dsseso size 60 60 arcmin
+ $ds9 -dsseso save yes
+ $ds9 -dsseso frame current
+ $ds9 -dsseso update frame
+ $ds9 -dsseso survey DSS2-red
+ $ds9 -dsseso open
+
$ds9 -dsseso close
+

dssstsci

+

Support for Digital Sky Survey at STSCI.

+ Syntax:
+ -dssstsci []
+           [<object>]
+           [name + <object>]
+           [coord + <ra> <dec> degrees|sexagesimal] # in wcs fk5
+           [size + <width> <height> degrees|arcmin|arcsec]
+           [save + yes|no]
+           [frame + new|current]
+           [update + frame|crosshair]
+           [survey + poss2ukstu_red|poss2ukstu_ir|poss2ukstu_blue]
+           [survey + poss1_blue|poss1_red]
+           [survey + all|quickv|phase2_gsc2|phase2_gsc1]
+           [open|close]
+  
+ Example:
+ $ds9 -dssstsci
+ $ds9 -dssstsci m31
+ $ds9 -dssstsci name m31
+ $ds9 -dssstsci coord 00:42:44.404 +41:16:08.78 sexagesimal
+ $ds9 -dssstsci size 60 60 arcmin
+ $ds9 -dssstsci save yes
+ $ds9 -dssstsci frame current
+ $ds9 -dssstsci update frame
+ $ds9 -dssstsci survey all
+ $ds9 -dssstsci open
+ $ds9 -dssstsci close

+

envi

+

Load an ENVI header and file. Optional parameter: array endian.
+

+ Syntax:
+ -envi <header> [<filename>]
+  
+ Example:
+
$ds9 -envi foo.hdr
+
$ds9 -envi + foo.hdr foo.bsq

+
+

exit
+ quit

+

Quits DS9.

+ Syntax:
+ -exit
+ -quit
+  
+ Example:
+ $ds9 -exit
+
+

export
+

+

Export loaded image data of current frame in specified image + format, at native resolution, using current colormap and + contrast/bias settings. NOTE: not scaling, rotation, or + translation is applied. If no format specified, the file name + extension is used to determine the output format. Optional + parameters: jpeg quality (1-100) and tiff compression method.
+

+ Syntax:
+ -export [array|nrrd|envi|gif|tiff|jpeg|png] <filename>

+
-export array <filename> [big|little|native]
+
-export nrrd <filename>
[big|little|native]
+ -export envi <header> [<filename>] [big|little|native] +
+
-export <filename>.jpeg [1-100]
+
-export <filename>.tiff + [none|jpeg|packbits|deflate]
+  
+ Example:
+ $ds9 -export array foo.arr little
+ $ds9 -export nrrd foo.nrrd little
+ $ds9 -export envi foo.hdr little
+
$ds9 -export envi foo.hdr foo.bsq little
+
$ds9 -export tiff foo.tiff jpeg
+ $ds9 -export jpeg foo.jpeg 75
+ $ds9 -export png foo.png

+

fifo

+

Set the name of the IRAF input and output fifos. The default is + /dev/imt1. These fifos are used by IRAF to communicate with DS9. +

+ Syntax:
+ -fifo name
+  
+ Example:
+ $ds9 -fifo /dev/imt1
+

fifo_only

+

Only use IRAF input and output fifos. Same as -port 0 -unix + none.

+ Syntax:
+ -fifo_only
+  
+ Example:
+ $ds9 -fifo_only
+
+

fits

+

Load a FITS image into the current frame.
+

+ Syntax:
+ -fits
<filename>
+  
+ Example:
+
$ds9 -fits foo.fits
+ $ds9 -fits bar.fits[bin=detx,dety]
+ $cat foo.fits | ds9 -fits -
+ $cat bar.fits | ds9 -fits -[bin=detx,dety]

+
+

frame

+

Controls frame functions. Frames may be created, deleted, + reset, and centered. While return the current frame number. If + you goto a frame that does not exists, it will be created. If + the frame is hidden, it will be shown. The 'frameno' option is + available for backward compatibility.

+ Syntax:
+ -frame [center [#|all]]
+        [clear [#|all]]
+        [new [rgb]]
+        [delete [#|all]]
+        [reset [#|all]]
+        [refresh [#|all]]
+        [hide [#|all]]
+        [show [#|all]]
+        [move first]
+        [move back]
+        [move forward]
+        [move last]
+        [first]
+        [prev]
+        [next]
+        [last]
+        [frameno #]
+        [#]
+        [match <coordsys>]
+        [lock + <coordsys>|none]
+  
+ Example:
+ $ds9 -frame center # center current frame
+ $ds9 -frame center 1 # center 'Frame1'
+ $ds9 -frame center all # center all frames
+ $ds9 -frame clear # clear current frame
+ $ds9 -frame new # create new frame
+ $ds9 -frame new rgb # create new rgb frame
+ $ds9 -frame delete # delete current frame
+ $ds9 -frame reset # reset current frame
+ $ds9 -frame refresh # refresh current frame
+ $ds9 -frame hide # hide current frame
+ $ds9 -frame show 1 # show frame 'Frame1'
+ $ds9 -frame move first # move frame to first in order
+ $ds9 -frame move back # move frame back in order
+ $ds9 -frame move forward # move frame forward in order
+ $ds9 -frame move last # move frame to last in order
+ $ds9 -frame first # goto first frame
+ $ds9 -frame prev # goto prev frame
+ $ds9 -frame next # goto next frame
+ $ds9 -frame last # goto last frame
+ $ds9 -frame frameno 4 # goto frame 'Frame4', create if needed
+ $ds9 -frame 3 # goto frame 'Frame3', create if needed
+ $ds9 -frame lock wcs

+

gif

+

Import gif file.

+ Syntax:
+ -gif <filename>
+  
+ Example:
+ $ds9 -gif foo.gif
+ $cat foo.gif | ds9 -gif -
+
+

geometry

+

Define the initial window geometry. This includes all of the + ds9 window, not just the image space. see X(1).

+ Syntax:
+ -geometry value
+  
+ Example:
+ $ds9 -geometry 640x480
+

green

+

For RGB frames, sets the current color channel to green.

+ Syntax:
+ -green
+  
+ Example:
+ $ds9 -green foo.fits
+

grid

+

Controls coordinate grid. For grid numeric format syntax,  + click here.

+ Syntax:
+ -grid []
+       [yes|no]
+       [type analysis|publication]
+       [system <coordsys>]
+       [sky <skyframe>]
+       [skyformat <skyformat>]
+       [grid yes|no]
+       [grid color <color>]
+       [grid width <value>]
+       [grid style 0|1]
+       [grid gap1 <value>]
+       [grid gap2 <value>]
+       [axes yes|no]
+       [axes color <color>]
+       [axes width <value>]
+       [axes style 0|1]
+       [axes type interior|exterior]
+
      [axes origin + lll|llu|lul|luu|ull|ulu|uul|uuu]
+       [format1 <format>]
+       [format2 <format>]
+       [tickmarks yes|no]
+       [tickmarks color <color>]
+       [tickmarks width <value>]
+       [tickmarks style 0|1]
+       [border yes|no]
+       [border color <color>]
+       [border width <value>]
+       [border style 0|1]
+       [numerics yes|no]
+       [numerics font + times|helvetica|courier]
+       [numerics fontsize <value>]
+       [numerics fontweight normal|bold]
+       [numerics fontslant roman|italic]
+       [numerics color <color>]
+       [numerics gap1 <value>]
+       [numerics gap2 <value>]
+       [numerics type interior|exterior]
+       [numerics vertical yes|no]
+       [title yes|no]
+       [title text <text>]
+       [title def yes|no]
+       [title gap <value>]
+       [title font + times|helvetica|courier]
+       [title fontsize <value>]
+       [title fontweight normal|bold]
+       [title fontslant roman|italic]
+       [title color <color>]
+       [labels yes|no]
+       [labels text1 <text>]
+       [labels def1 yes|no]
+       [labels gap1 <value>]
+       [labels text2 <text>]
+       [labels def2 yes|no]
+       [labels gap2 <value>]
+       [labels font + times|helvetica|courier]
+       [labels fontsize <value>]
+       [labels fontweight normal|bold]
+       [labels fontslant roman|italic]
+       [labels color <color>]
+       [reset]
+       [load <filename>]
+       [save <filename>]
+       [open|close]
+  
+ Example:
+ $ds9 -grid
+ $ds9 -grid yes
+ $ds9 -grid type analysis
+ $ds9 -grid system wcs
+ $ds9 -grid sky fk5
+ $ds9 -grid skyformat degrees
+ $ds9 -grid grid yes
+ $ds9 -grid grid color red
+ $ds9 -grid grid width 2
+ $ds9 -grid grid style 1
+ $ds9 -grid grid gap1 10
+ $ds9 -grid grid gap2 10
+ $ds9 -grid axes yes
+ $ds9 -grid axes color red
+ $ds9 -grid axes width 2
+ $ds9 -grid axes style 1
+ $ds9 -grid axes type exterior
+ $ds9 -grid axes origin lll
+ $ds9 -grid format1 d.2
+ $ds9 -grid format2 d.2
+ $ds9 -grid tickmarks yes
+ $ds9 -grid tickmarks color red
+ $ds9 -grid tickmarks width 2
+ $ds9 -grid tickmarks style 1
+ $ds9 -grid border yes
+ $ds9 -grid border color red
+ $ds9 -grid border width 2
+ $ds9 -grid border style 1
+ $ds9 -grid numerics yes
+ $ds9 -grid numerics font courier
+ $ds9 -grid numerics fontsize 12
+ $ds9 -grid numerics fontweight bold
+ $ds9 -grid numerics fontslant italic
+ $ds9 -grid numerics color red
+ $ds9 -grid numerics gap1 10
+ $ds9 -grid numerics gap2 10
+ $ds9 -grid numerics type exterior
+ $ds9 -grid numerics vertical yes
+ $ds9 -grid title yes
+ $ds9 -grid title text {Hello World}
+ $ds9 -grid title def yes
+ $ds9 -grid title gap 10
+ $ds9 -grid title font courier
+ $ds9 -grid title fontsize 12
+ $ds9 -grid title fontweight bold
+ $ds9 -grid title fontslant italic
+ $ds9 -grid title color red
+ $ds9 -grid labels yes
+ $ds9 -grid labels text1 {Hello World}
+ $ds9 -grid labels def1 yes
+ $ds9 -grid labels gap1 10
+ $ds9 -grid labels text2 {Hello World}
+ $ds9 -grid labels def2 yes
+ $ds9 -grid labels gap2 10
+ $ds9 -grid labels font courier
+ $ds9 -grid labels fontsize 12
+ $ds9 -grid labels fontweight bold
+ $ds9 -grid labels fontslant italic
+ $ds9 -grid labels color red
+ $ds9 -grid reset
+ $ds9 -grid load foo.grd
+ $ds9 -grid save foo.grd
+ $ds9 -grid open
+ $ds9 -grid close
+
+

header

+

Display current fits header dialog. Optional extension number + maybe specified.

+ Syntax:
+ -header [<ext>]
+         [close [<ext>]]
+         [save [<ext>] + <filename>]
+  
+ Example:
+ $ds9 -header
+ $ds9 -header 2
+ $ds9 -header close
+ $ds9 -header save 1 foo.txt
+
+

height

+

Set the height of the image display window. Use the geometry command to set the + overall width and height of the ds9 window.

+ Syntax:
+ -height [<value>]
+  
+ Example:
+ $ds9 -height 512
+
+

help

+

Display help information. To maintain backward compatibility, + -help will display a brief help message and exit. --help will + display all command line options within the built-in help + facility.

+ Syntax:
+ -help # Display brief help message and exit.
+ --help # Display command line options within help facility.
+ -? # Display command line options within help facility.
+  
+ Example:
+ $ds9 -help # Display brief help message and exit.
+ $ds9 --help # Display command line options within help facility
+ $ds9 -? # Display command line options within help facility.
+
+

histequ

+

Select histogram equalization scale function for the current + frame.

+ Syntax:
+ -histequ
+  
+ Example:
+ $ds9 -histequ
+
+

iconify

+

Toggles iconification.

+ Syntax:
+ -iconify []
+          [yes|no]
+  
+ Example:
+ $ds9 -iconify
+ $ds9 -iconify yes

+

invert

+

Invert Colormap.

+ Syntax:
+ -invert
+  
+ Example:
+ $ds9 -invert
+
+

iis

+

Set IIS Filename. Optional mosaic number maybe supplied.

+ Syntax:
+ -iis [filename <filename> [#]]
+  
+ Example:
+ $ds9 -iis filename foo.fits
+ $ds9 -iis filename bar.fits 4

+

jpeg

+

Load JPEG image into current frame.

+ Syntax:
+ -jpeg <filename>
+  
+ Example:
+
$ds9 -jpeg foo.jpeg
+ $cat foo.jpeg | ds9 -jpeg -
+

language

+

Select current language.

+ Syntax:
+ -language [locale|da|de|es|en|fr|ja|pt]
+  
+ Example:
+ $ds9 -language fr
+
+

linear

+

Select linear scale function for the current frame.

+ Syntax:
+ -linear
+  
+ Example:
+ $ds9 -linear
+

lock

+

Lock all other frames to the current frame.

+ Syntax:
+
-lock [frame <coordsys>|none]
+      
[crosshair + <coordsys>|none]
+
      [crop <coordsys>|none]
+       [slice <coordsys>|none]
+       [bin [yes|no]]
+       [axes [yes|no]]
+       [scale [yes|no]]
+       [scalelimits [yes|no]]
+       [colorbar [yes|no]]
+       [block [yes|no]]
+       [smooth [yes|no]]

+
+
Example:
+ $ds9 -lock frame wcs

+
$ds9 -lock crosshair wcs
+
$ds9 -lock crop wcs
+ $ds9 -lock slice wcs
+ $ds9 -lock bin yes
+ $ds9 -lock axes yes
+
$ds9 -lock scale yes
+ $ds9 -lock scalelimits yes
+
$ds9 -lock colorbar yes
+ $ds9 -lock block yes
+ $ds9 -lock smooth yes
+
+

log

+

Select log scale function for the current frame.
+

+ Syntax:
+ -log
+  
+ Example:
+ $ds9 -log
+

lower

+

Lower in the window stacking order.

+ Syntax:
+ -lower
+  
+ Example:
+ $ds9 -lower
+
+

magnifier

+

Controls the magnifier settings.

+ Syntax:
+ magnifier [color <color>]
+           [zoom + <value>]
+           [cursor + yes|no]
+           [region + yes|no]
+  
+ Example:
+ $ds9 -magnifier color yellow
+ $ds9 -magnifier zoom 2
+ $ds9 -magnifier cursor no
+ $ds9 -magnifier region no
+
+

mask
+ nomask
+

+

Controls mask parameters.

+ Syntax:
+ -mask [color <color>]
+       [mark 1|0]
+       [transparency <value>]
+       [clear]
+       [open|close]
+ -nomask
+  
+ Example:
+ $ds9 -mask color red
+ $ds9 -mask mark 0
+ $ds9 -mask transparency 50
+ $ds9 -mask clear
+ $ds9 -mask open
+ $ds9 -mask close
+ $ds9 -nomask
+
+

match

+

Match all other frames to the current frame.

+ Syntax:
+
-match [frame <coordsys>]
+       
[crosshair + <coordsys>]
+
       [crop + <coordsys>]
+        [slice <coordsys>]
+        [bin]
+        [axes]
+        [scale]
+        [scalelimits]
+        [colorbar]
+        [block]
+        [smooth]
+
 
+ Example:
+
$ds9 -match frame wcs
+
$ds9 -match crosshair wcs
+
$ds9 -match crop wcs
+ $ds9 -match slice wcs
+ $ds9 -match bin
+ $ds9 -match axes
+ $ds9 -match scale
+ $ds9 -match scalelimits
+ $ds9 -match colorbar
+ $ds9 -match block
+ $ds9 -match smooth
+
+
mecube +

Load FITS multiple extension file as data cube.
+

+ Syntax:
+ mecube <filename>
+  
+ Example:
+ $ds9 -mecube foo.fits

+
$cat foo.fits | ds9 -mecube -

+

minmax

+

This is how DS9 determines  the min and max data values + from the data. SCAN will scan all data.

+ Syntax:
+ -minmax [scan|sample|datamin|irafmin]
+         [mode + scan|sample|datamin|irafmin]
+         [interval #]
+  
+ Example:
+ $ds9 -minmax scan
+ $ds9 -minmax mode scan
+ $ds9 -minmax interval 100
+
+

mode

+

Select the current mode.

+ Syntax:
+ -mode + [none|region|crosshair|colorbar|pan|zoom|rotate|catalog|examine] +
+  
+ Example:
+ $ds9 -mode crosshair

+

mosaic

+

Load FITS mosaic segment into current frame.

+ Syntax:
+ -mosaic [wcs|wcsa...wcsz|iraf] <filename>
+  
+ Example:

+ $ds9 -mosaic foo.fits

+ $ds9 -mosaic wcs foo.fits
+
$cat foo.fits | ds9 -mosaic -

+ $cat foo.fits | ds9 -mosaic wcs -
+
+

mosaicimage

+

Load FITS mosaic image into current frame.

+ Syntax:
+ -mosaicimage [wcs|wcsa...wcsz|iraf|wfpc2] <filename>
+  
+ Example:

+ $ds9 -mosaicimage foo.fits

+ $ds9 -mosaicimage wcs foo.fits
+
$cat foo.fits | ds9 -mosaicimage

+ $cat foo.fits | ds9 -mosaiimage wcs
+
+

movie
+ savempeg
+

+

Create mpeg1 movie from snap shots of the DS9 window. A slice + movie cycles though all slices of a cube. A frame + movie cycles through all active frames. A 3d movie + cycles through specified viewing angles. The default is frame. + Optional parameters for 3d: number of frames, azimuth + from/to, elevation from/to, slice from/to, oscillate/repeat + times.
+

+ Syntax:
+ -movie [slice|frame|3d] <filename>
+ -movie 3d <filename> + [number|azfrom|azto|elfrom|elto|slfrom|slto|oscillate|repeat + <#>]
+  
+ Example:
+ $ds9 -movie slice ds9.mpg
+ $ds9 -movie 3d ds9.mpg number 10 azfrom -60 azto 60 oscillate 1

+

msg

+

Specify a directory of translation tables to be loaded.

+ Syntax:
+ -msg <directory>
+  
+ Example:
+ $ds9 -msg $HOME/msgs

+

multiframe

+

Load FITS multiple extension file as multiple images.
+

+ Syntax:
+ multiframe <filename>
+  
+ Example:
+ $ds9 -multiframe foo.fits

+
$cat foo.fits | ds9 -multiframe -

+
+

nameserver

+

Support Name Server functions. Coordinates are in fk5.

+ Syntax:
+ -nameserver [<object>]
+             [name <object>]
+             [server + ned-sao|ned-eso|simbad-sao|simbad-eso]
+             [skyformat + degrees|sexagesimal]
+             + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [pan]
+             + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [crosshair]
+             + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [open|close]
+  
+ Example:
+ $ds9 -nameserver m31
+ $ds9 -nameserver name m31
+ $ds9 -nameserver server ned-sao
+ $ds9 -nameserver skyformat sexagesimal
+ $ds9 -nameserver pan
+ $ds9 -nameserver crosshair
+ $ds9 -nameserver open
+ $ds9 -nameserver close
+
+

nan

+

Set image not-a-number color.

+ Syntax:
+ -nan <color>
+  
+ Example:
+ $ds9 -nan red

+

nrrd

+

Load an NRRD (Nearly Raw Raster Data) file.
+

+ Syntax:
+ -nrrd <filename>
+  
+ Example:
+
$ds9 -nrrd foo.nrrd
+ $cat foo.nrrd | xpaset ds9 -nrrd -
+
+

nvss

+

Support for NRAO VLA Sky Survey.

+ Syntax:
+ -nvss []
+       [<object>]
+       [name <object>]
+       [coord <ra> <dec> + degrees|sexagesimal] # in wcs fk5
+       [size <width> + <height> degrees|arcmin|arcsec]
+       [save yes|no]
+       [frame new|current]
+       [update frame|crosshair]
+       [open|close]
+  
+ Example:
+ $ds9 -nvss
+ $ds9 -nvss m31
+ $ds9 -nvss name m31
+ $ds9 -nvss coord 00:42:44.404 +41:16:08.78 sexagesimal
+ $ds9 -nvss size 60 60 arcmin
+ $ds9 -nvss save yes
+ $ds9 -nvss frame current
+ $ds9 -nvss update frame
+ $ds9 -nvss open
+ $ds9 -nvess close
+
+

orient

+

Controls the orientation of the current frame.

+ Syntax:
+ -orient [none|x|y|xy]
+         [open|close]
+  
+ Example:
+ $ds9 -orient xy
+ $ds9 -orient open
+ $ds9 -orient close
+
+

pagesetup

+

Controls Page Setup options.
+

+ Syntax:
+ -pagesetup [orient portrait|landscape]
+            + [scale <numberic>]

+            + [size letter|legal|tabloid|poster|a4]
+  
+ Example:
+ $ds9 -pagesetup orient portrait
+ $ds9 -pagesetup scale 50
+ $ds9 -pagesetup size poster

+

pan

+

Controls the current image cursor location for the current + frame.

+ Syntax:
+ -pan [<x> <h> <coordsys> + [<skyframe>][<skyformat>] # relative
+      [to <x> <h> + <coordsys> [<skyframe>][<skyformat>] # + absolute
+      [open|close]
+  
+ Example:
+ $ds9 -pan 200 200 image
# pan relative
+ $ds9 -pan to 400 400 physical
# pan to physical + coords
+ $ds9 -pan to 13:29:55 47:11:50 wcs fk
# pan to wcs + coords
+ $ds9 -pan open
+ $ds9 -pan close

+

pixeltable

+

Display/Hide the pixel table.

+ Syntax:
+ -pixeltable []
+             + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [yes|open]
+             + [no|close]
+  
+ Example:
+ $ds9 -pixeltable
+ $ds9 -pixeltable yes
+ $ds9 -pixeltable open
+ $ds9 -pixeltable close
+
+

plot

+
+

Display and configure data plots. All plot commands take an + optional second command, the plot name. If no plot name is + specified, the last plot created is assumed. Plot data is + assumed to be a pair of coordinates, with optional error values. + The follow are valid data descriptions:

+
xy        x and y coordinates
+ xyex      x,y coordinates with x errors
+ xyey      x,y coordinates with y errors
+ xyexey    x,y coordinates with  x and y + errors
+
+

To create a new plot, use the plot new command.

+ Syntax:
+ # create new empty plot window
+ -plot
+ -plot [bar|scatter]
+       [new [name <plotname>] + [line|bar|scatter]]
+       [new [name <plotname>] + [line|bar|scatter] <title> <xaxis label> <yaxis + label>
xy|xyex|xyey|xyexey]
+
+
-plot [<plotname>] load <filename> + [xy|xyex|xyey|xyexey]
+       [<plotname>] save + <filename>
+
      [<plotname>] clear
+
      [<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + duplicate
+
   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +    [<plotname>] stats
+
     
[<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + list
+      
[<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + loadconfig <filename>
+       [<plotname>] saveconfig + <filename>
+
   +    [<plotname>] pagesetup orient + [portrait|landscape]
+       [<plotname>] pagesetup size + [letter|legal|tabloid|poster|a4]

+
   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +    [<plotname>] print
+       [<plotname>] print + destination [printer|file]
+       [<plotname>] print + command <command>
+       [<plotname>] print + filename <filename>
+       [<plotname>] print color + [rgb|gray]
+
     
[<plotname>] close
+
+
-plot [<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + mode [pointer|zoom]
+
+
# configure graph
+ -plot [<plotname>] axis [x|y] grid [yes|no]
+       [<plotname>] axis [x|y] log + [yes|no]
+
      [<plotname>] axis [x|y] + flip [yes|no]
+       [<plotname>] axis [x|y] auto + [yes|no]
+       [<plotname>] axis [x|y] min + <value>
+
      [<plotname>] axis [x|y] + max <value>
+
      [<plotname>] axis [x|y] format + <string>

+
     
[<plotname>] + legend [yes|no]
+       [<plotname>] legend position + [right|left|top|bottom]

+
      [<plotname>] font + [title|labels|numbers] font [times|helvetica|courier]
+       [<plotname>] font
[title|labels|numbers] + size <value>
+       [<plotname>] font
[title|labels|numbers] + weight [normal|bold]
+       [<plotname>] font
[title|labels|numbers] + slant [roman|italic]
+
      [<plotname>] title + <string>
+       [<plotname>] title [x|y] + <string>
+       [<plotname>] barmode + [normal|stacked|aligned|overlap]
+
+ # configure current dataset
+
-plot [<plotname>] show [yes|no]
+
     
[<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + shape + [circle|square|diamond|plus|splus|scross|triangle|arrow]
+       [<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + shape fill [yes|no]
+       + [<plotname>] + shape color <value>
+   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +     [<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + smooth + [step|linear|cubic|quadratic|catrom]
+    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +    + [<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + color + <value>
+     + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   [<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + width + <value>
+
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +     + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dash [yes|no]
+    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +    + [<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + error [yes|no]
+   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +     + [<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + error color + <value>
+    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +    + [<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + error width + <value>
+     + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   [<plotname>] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name + <string>
+ # select current dataset
+
-plot [<plotname>] select <value>
+  
+ Example:
+
# create new empty plot window
+ $ds9 -plot
+ $ds9 -plot scatter
+ $ds9 -plot new
+ $ds9 -plot new bar
+ $ds9 -plot new name foo
+ $ds9 -plot new name foo scatter
+

+ $ds9 -plot load foo.dat xy # load new dataset with dimension + xy
+ $ds9 -plot save bar.dat # save current dataset
+
$ds9 -plot clear # clear all datasets
+ $ds9 -plot duplicate # duplicate current dataset
+ $ds9 -plot stats # display current dataset statistics
+ $ds9 -plot list # list current dataset
+
$ds9 -plot loadconfig foo.plt # load plot + configuration
+ $ds9 -plot saveconfig bar.plt # save current plot + configuration
+
$ds9 -plot pagesetup orient portrait
+ $ds9 -plot pagesetup size letter
+
$ds9 -plot print
+ $ds9 -plot print destination file
+ $ds9 -plot print command "lp"
+ $ds9 -plot print filename "foo.ps"
+ $ds9 -plot print color rgb
+
$ds9 -plot close # close current plot
+

+ $ds9 -plot mode pointer

+

+ # configure plot
+
$ds9 -plot axis x grid yes
+ $ds9 -plot axis x log yes

+ $ds9 -plot axis x flip yes
+
$ds9 -plot axis x auto no
+ $ds9 -plot axis x min 0
+ $ds9 -plot axis x max 100
+
$ds9 -plot axis x format {%f}
+
$ds9 -plot legend yes # show legend
+
$ds9 -plot legend position left
+
$ds9 -plot font numbers font times
+ $ds9 -plot font numbers size 12
+ $ds9 -plot font numbers weight bold
+ $ds9 -plot font numbers slant italic
+
$ds9 -plot title {The Title}
+ $ds9 -plot title x {X Axis}
+ $ds9 -plot barmode aligned
+
+ # configure current dataset
+
$ds9 -plot show yes
+ $ds9 -plot shape circle
+
$ds9 -plot shape fill no
+
$ds9 -plot shape color cyan
+
$ds9 -plot smooth step
+
$ds9 -plot color red
+ $ds9 -plot width 2
+ $ds9 -plot dash yes
+ $ds9 -plot error yes
+ $ds9 -plot error color red

+ $ds9 -plot error width 2
+ $ds9 -plot name {My Data}
+
+ # select current dataset
+ $ds9 -plot select 2
+

png

+

Load PNG image into current frame.
+

+ Syntax:
+ -png <filename>
+  
+ Example:

+ $ds9 png foo.png
+
$cat foo.png | ds9 -png -

+
+

port

+

Set the IRAF port number, used by IRAF to communicate with DS9. + The default is 5137, the standard IRAF port used by ximtool. +

+ Syntax:
+ -port number
+  
+ Example:
+ $ds9 -port 5137
+

port_only
+ inet_only

+

Only use the IRAF port number. This is the same as -fifo none + -unix none.

+ Syntax:
+ -port_only
+  
+ Example:
+ $ds9 -port_only
+
+

pow

+

Select power scale function for the current frame.

+ Syntax:
+ -pow
+  
+ Example:
+ $ds9 -pow
+

prefs

+

Controls various preference settings.

+ Syntax:
+ -prefs [clear]
+        [irafalign yes|no]
+  
+ Example:
+ $ds9 -prefs clear
+ $ds9 -prefs irafalign yes
+
+

preserve

+

Preserve the follow attributes while loading a new image.

+ Syntax:
+ preserve [pan yes|no]
+          [regions yes|no]
+  
+ Example:
+ $ds9 -preserve pan yes
+ $ds9 -preserve regions yes
+
+

psprint

+

Invokes postscript printing. Please see print + for further details.

+

print

+

Controls printing. Use print option to set printing options.
+

+ Syntax:
+ -print [destination printer|file]
+        [command <command>]
+        [filename <filename>] +
+
       [color + rgb|cmyk|gray]
+        [level 1|2]
+        [resolution + 53|72|75|150|300|600]
+  
+ Example:
+ $ds9 -print
+ $ds9 -print destination file
+ $ds9 -print command 'gv -'
+ $ds9 -print filename foo.ps
+ $ds9 -print color cmyk
+ $ds9 -print level 2
+ $ds9 -print resolution 75
+

private

+

use private colormap, valid for pseudocolor 8 mode.

+ Syntax:
+ -private
+  
+ Example:
+ $ds9 -private
+

raise

+

Raise in the window stacking order.

+ Syntax:
+ -raise
+  
+ Example:
+ $ds9 -raise
+
+

regions

+

Controls regions in the current frame.

+ Syntax:
+ -regions [<filename>]
+          [load [all] + <filename>]
+          [save + <filename>]
+          [list [close]]
+          [epsilon + <integer>]
+          [show yes|no]
+          [showtext yes|no]
+          [centroid]
+          [centroid auto + yes|no]
+          [centroid + radius <value>|iteration <value>]
+          [getinfo]
+          [move front]
+          [move back]
+          [select all]
+          [select none]
+          [select invert]
+          [delete all]
+          [delete select]
+          [format + ds9|xml|ciao|saotng|saoimage|pros|xy]
+          [system + image|physical|wcs|wcsa...wcsz]
+          [sky + fk4|fk5|icrs|galactic|ecliptic]
+          [skyformat + degrees|sexagesimal]
+          [strip yes|no]
+          [shape + <shape>]
+          [color + <color>
+          [width + <width>]
+
         + [fixed|edit|rotate|delete yes|no]
+          + [include|exclude|source|background]

+          [delim + [nl|<char>]]
+          [command + <marker command>]
+          [composite]
+          [dissolve]
+          [template + <filename>]
+          [template + <filename> at <ra> <dec> <coordsys> + <skyframe>]
+          [savetemplate + <filename>]
+
         [group new]
+
         [group + <tag> new]
+          [group + <tag> update]
+
         [group + <tag> select]
+
         [group + <tag> color <color>]
+          [group <tag> + copy]
+          [group <tag> + delete]
+          [group <tag> + cut]
+          [group <tag> + font <font>]
+          [group <tag> + move <int> <int>]
+          [group <tag> + movefront]
+          [group <tag> + moveback]
+          [group <tag> + property <property> yes|no]
+          [copy]
+          [cut]
+          [paste + image|physical|wcs|wcsa...wcsz]
+          [undo]
+  
+ Example:
+ $ds9 -regions foo.reg
+ $ds9 -regions -format ciao bar.reg # load as ciao format
+ $ds9 -regions foo.fits # FITS regions files do not need a format + specification
+ $ds9 -regions load foo.reg # load foo.reg into current frame
+ $ds9 -regions load all foo.reg # load foo.reg into all frames
+ $ds9 -regions load '*.reg'# expand *.reg and load into current + frame
+ $ds9 -regions load all '*.reg' # expand *.reg and load into all + frames
+ $ds9 -regions save foo.reg
+ $ds9 -regions list
+ $ds9 -regions list close
+ $ds9 -regions epsilon 5
+ $ds9 -regions show yes
+ $ds9 -regions showtext no
+ $ds9 -regions centroid
+ $ds9 -regions centroid auto yes
+ $ds9 -regions centroid radius 10
+ $ds9 -regions centroid iteration 20
+ $ds9 -regions getinfo
+ $ds9 -regions move back
+ $ds9 -regions move front
+ $ds9 -regions select all
+ $ds9 -regions select none
+ $ds9 -regions select invert
+ $ds9 -regions delete all
+ $ds9 -regions delete select
+ $ds9 -regions format ds9
+ $ds9 -regions system wcs
+ $ds9 -regions sky fk5
+ $ds9 -regions skyformat degrees
+ $ds9 -regions delim nl
+ $ds9 -regions strip yes
+ $ds9 -regions shape ellipse
+ $ds9 -regions color red
+ $ds9 -regions width 3
+
$ds9 -regions edit yes
+ $ds9 -regions include
+
$ds9 -regions command "circle 100 100 20 # color=red"
+ $ds9 -regions composite
+ $ds9 -regions dissolve
+ $ds9 -regions template foo.tpl
+ $ds9 -regions template foo.tpl at 13:29:55.92 +47:12:48.02 fk5
+ $ds9 -regions savetemplate foo.tpl
+ $ds9 -regions group new
+ $ds9 -regions group foo new
+ $ds9 -regions group foo update
+ $ds9 -regions group foo select
+ $ds9 -regions group foo color red
+ $ds9 -regions group foo copy
+ $ds9 -regions group foo delete
+ $ds9 -regions group foo cut
+ $ds9 -regions group foo font {times 14 bold}
+ $ds9 -regions group foo move 100 100
+ $ds9 -regions group foo movefront
+ $ds9 -regions group foo moveback
+ $ds9 -regions group foo property delete no
+ $ds9 -regions copy
+ $ds9 -regions cut
+ $ds9 -regions paste wcs
+ $ds9 -regions undo
+
+

red

+

For RGB frames, sets the current color channel to red.

+ Syntax:
+ -red
+  
+ Example:
+ $ds9 -red foo.fits
+
+

restore

+

Restore DS9 to a previous state from a backup save set.

+ Syntax:
+ -restore <filename>
+  
+ Example:
+ $ds9 -restore ds9.bck

+

rgb

+

Create RGB frame and control RGB frame parameters.

+ Syntax:
+ -rgb []
+      [red|green|blue]
+      [channel [red|green|blue]]
+      [view [red|green|blue] [yes|no]]
+      [system <coordsys>]
+      [lock + wcs|crop|slice|bin|scale|scalelimits|colorbar|block|smooth + [yes|no]]
+      [open|close]
+  
+ Example:
+ $ds9 -rgb # create new rgb frame
+ $ds9 -rgb red # set current channel to red
+ $ds9 -rgb channel red # set current channel to red
+ $ds9 -rgb view blue no # turn off blue channel
+ $ds9 -rgb system wcs # set rgb coordinate system
+
$ds9 -rgb lock wcs yes
+ $ds9 -rgb lock crop yes
+ $ds9 -rgb lock slice yes
+ $ds9 -rgb lock bin yes
+ $ds9 -rgb lock scale yes
+ $ds9 -rgb lock scalelimits yes
+ $ds9 -rgb lock colorbar yes
+ $ds9 -rgb lock block yes
+ $ds9 -rgb lock smooth yes
+ $ds9 -rgb open
+ $ds9 -rgb close
+

+

rgbarray

+

Load raw data array cube into rgb frame.
+

+ Syntax:
+ -rgbarray +<filename>[[xdim=<x>,ydim=<y>|dim=<dim>],[zdim=3],bitpix=<b>,skip=<s>,endian=[little|big]]
+  
+ Example:
+ $ds9 -rgbarray foo.arr[dim=512,zdim=3,bitpix=-32,endian=little]

+ $cat foo.arr | ds9 -rgbarray + -[dim=512,zdim=3,bitpix=-32,endian=little]
+

rgbcube

+

Load FITS rgbcube into rgb frame.
+

+ Syntax:
+ -rgbcube <filename>
+  
+ Example:
+ $ds9 -rgbcube foo.fits

+
$cat foo.fits | ds9 -rgbcube -

+

rgbimage

+

Load FITS rgbimage into rgb frame.
+

+ Syntax:
+ -rgbimage <filename>
+  
+ Example:
+ $ds9 -rgbimage foo.fits

+
$cat foo.fits | ds9 -rgbimage -

+

rotate

+

Controls the rotation angle (in degrees) of the current frame. +

+ Syntax:
+ -rotate [<value>]
+         [to <value>]
+         [open|close]
+  
+ Example:
+ $ds9 -rotate 45
+ $ds9 -rotate to 30
+ $ds9 -rotate open
+ $ds9 -rotate close
+
+

samp

+

Configure SAMP protocol.

+ Syntax:
+ -samp [yes|no|connect|disconnect]
+       [broadcast [image|table]]
+       [send [image|table] + <application>]
+  
+ Example:
+ $ds9 -samp yes
+
$ds9 -samp connect
+
$ds9 -samp broadcast image
+ $ds9 -samp send image aladin

+

save
+

+

Save loaded image data of current frame as FITS.

+ Syntax:
+ -save
[fits|rgbimage|rgbcube|mecube|mosaic|mosaicimage] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <filename> [image|table|slice]
+  
+ Example:
+ $ds9 -save foo.fits

+ $ds9 -save fits foo.fits image
+ $ds9 -save fits foo.fits table
+ $ds9 -save fits foo.fits slice

+ $ds9 -save rgbimage foo.fits
+
$ds9 -save rgbcube foo.fits
+ $ds9 -save mecube foo.fits
+ $ds9 -save mosaic foo.fits
+ $ds9 -save mosaicimage foo.fits
+

saveimage

+

Create a snap shot of the current DS9 window and save in + specified image format. If no format specified, the file name + extension is used to determine the output format. Optional + parameters: jpeg quality (1-100) and tiff + compression method.

+ Syntax:
+ -saveimage
[fits|eps|gif|tiff|jpeg|png] <filename>
+ -saveimage <filename>.jpeg [1-100]
+ -saveimage <filename>.tiff [none|jpeg|packbits|deflate]
+  
+ Example:
+ $ds9 -saveimage ds9.tiff
+ $ds9 -saveimage jpeg ds9.jpeg 75

+
+

scale

+

Controls the limits and color scale distribution.

+ Syntax:
+ -scale [linear|log|pow|sqrt|squared|asinh|sinh|histequ]
+        [log exp <value>]
+        [datasec yes|no]
+        [limits <minvalue> + <maxvalue>]
+        [mode + minmax|<value>|zscale|zmax]
+        [scope local|global]
+        [match]
+        [match limits]
+        [lock [yes|no]]
+        [lock limits [yes|no]]
+        [open|close]
+  
+ Example:
+ $ds9 -scale linear
+ $ds9 -scale log exp 100
+ $ds9 -scale datasec yes
+ $ds9 -scale histequ
+ $ds9 -scale limits 1 100
+ $ds9 -scale mode zscale
+ $ds9 -scale mode 99.5
+ $ds9 -scale scope local
+ $ds9 -scale match
+ $ds9 -scale match limits
+ $ds9 -scale lock yes
+ $ds9 -scale lock limits yes
+ $ds9 -scale open
+ $ds9 -scale close

+
+

shm

+

Load a shared memory segment into the current frame.

+ Syntax:
+ -shm [<key> [<filename>]]
+      [key <id> [<filename>]]
+      [shmid <id> [<filename>]]
+      [fits [key|shmid] <id> + [<filename>]]
+      [mosaicimage + [iraf|wcs|wcsa...wcsz|wfpc2] [key|shmid] <id> + [<filename>]]
+      [mosaicimagenext [wcs|wcsa...wcsz] + [key|shmid] <id> [<filename>]]
+      [mosaic [iraf|wcs|wcsa...wcsz] + [key|shmid] <id> [<filename>]]
+      [rgbcube [key|shmid] <id> + [<filename>]]
+      [rgbimage [key|shmid] <id> + [<filename>]]
+      [rgbarray [key|shmid] <id> +[xdim=<x>,ydim=<y>|dim=<dim>,zdim=3],bitpix=<b>,[skip=<s>]]
+      [array [key|shmid] <id> +[xdim=<x>,ydim=<y>|dim=<dim>],bitpix=<b>,[skip=<s>]]
+  
+ Example:
+ $ds9 -shm 102
+ $ds9 -shm key 102
+ $ds9 -shm shmid 102 foo
+ $ds9 -shm fits 100 foo
+ $ds9 -shm mosaicimage iraf key 100 foo
+ $ds9 -shm mosaicimage wcs key 100 foo
+ $ds9 -shm mosaicimage wcsa key 100 foo
+ $ds9 -shm mosaicimage wfpc2 key 100 foo
+ $ds9 -shm mosaicimagenext wcs key 100 foo
+ $ds9 -shm mosaic iraf key 100 foo
+ $ds9 -shm mosaic wcs key 100 foo
+ $ds9 -shm rgbcube key 100 foo
+ $ds9 -shm rgbimage key 100 foo
+ $ds9 -shm rgbarray shmid 102 [dim=32,zdim=3,bitpix=-32]
+ $ds9 -shm array shmid 102 [dim=32,bitpix=-32]
+
+

sia
+

+

Support for VO Simple Image Access protocol. The first command + will create a new search. All other commands operated on the + last search created, unless indicated otherwise.

+ Syntax:
+
-sia [2mass|akari|astrowise|cadc|cxc|mast|sdss|skyview|tgssadr]
+
+
     + [<ref>] [cancel]
+
     [<ref>] [clear]
+
     [<ref>] [close]
+      [<ref>] [coordinate <ra> + <dec> <coordsys>]
+
     [<ref>] + [crosshair]
+      [<ref>] [export sb|tsv + <filename>]
+
     [<ref>] [name <object>]
+
     [<ref>] [print]
+      [<ref>] [retrieve]
+
     [<ref>] [save + <filename>]
+      [<ref>] [size <width> + <height> degrees|arcmin|arcsec]
+      [<ref>] [sky + <skyframe>]
+
     [<ref>] [skyformat + <skyformat>]
+
     [<ref>] [system + <coordsys>]
+
     [<ref>] [update]
+
+ Example:
+
$ds9 -sia 2mass
+
$ds9 -sia cancel
+
$ds9 -sia clear
+
$ds9 -sia close
+
$ds9 -sia coordinate 202.48 47.21 fk5
+
$ds9 -sia crosshair
+
$ds9 -sia export tsv bar.tsv
+
$ds9 -sia name m51
+
$ds9 -sia print
+ $ds9 -sia retrieve
+
$ds9 -sia save foo.xml
+
$ds9 -sia size 1 1 degrees
+ $ds9 -sia sky fk5
+ $ds9 -sia skyformat degrees
+
$ds9 -sia system wcs
+
$ds9 -sia update
+
+
single +

Set display mode to single.

+ Syntax:
+ -single
+  
+ Example:
+ $ds9 -single
+
+

skyview

+

Support for SkyView image server at HEASARC.

+ Syntax:
+ -skyview []
+          [<object>]
+          [name + <object>]
+          [coord + <ra> <dec> degrees|sexagesimal] # in wcs fk5
+          [size + <width> <height> degrees|arcmin|arcsec]
+          [pixels + <width> <height>]
+          [save yes|no]
+          [frame + new|current]
+          [update + frame|crosshair]
+          [survey <survey>]
+          [open|close]
+  
+ Example:
+ $ds9 -skyview
+ $ds9 -skyview m31
+ $ds9 -skyview name m31
+ $ds9 -skyview coord 00:42:44.404 +41:16:08.78 sexagesimal
+ $ds9 -skyview size 60 60 arcmin
+ $ds9 -skyview pixels 600 600
+ $ds9 -skyview save yes
+ $ds9 -skyview frame current
+ $ds9 -skyview update frame
+ $ds9 -skyview survey sdssi
+ $ds9 -skyview open
+ $ds9 -skyview close
+
+

sleep

+

Delays execution for specified number of seconds. Default is 1 + second.

+ Syntax:
+ -sleep [#]
+  
+ Example:
+ $ds9 -sleep
+ $ds9 -sleep 2
+
+

slice
+ noslice
+

+

Indicates next files loaded are to treated as slices of a cube. + Can be disabled with noslice command.
+

+ Syntax:
+ -slice <filename>
+ -noslice
+  
+ Example:
+ $ds9 -slice *.fits
+ $ds9 -noslice
+
+

smooth

+

Smooth current image or set smooth parameters.

+ Syntax:
+ -smooth []
+         [yes|no]
+         [function + boxcar|tophat|gaussian]
+         [radius <int>]
+         [open|close]
+         [match]
+         [lock [yes|no]]
+  
+ Example:
+ $ds9 -smooth
+ $ds9 -smooth yes
+ $ds9 -smooth function tophat
+ $ds9 -smooth radius 4
+ $ds9 -smooth open
+ $ds9 -smooth close
+ $ds9 -smooth match
+ $ds9 -smooth lock yes
+
+

squared

+

Select squared scale function for the current frame.

+ Syntax:
+ -squared
+  
+ Example:
+ $ds9 -squared
+

sqrt

+

Select square soot scale function for the current frame.

+ Syntax:
+ -sqrt
+  
+ Example:
+ $ds9 -sqrt
+

source

+

Source TCL code from a file.

+ Syntax:
+ -source <filename>
+  
+ Example:
+ $ds9 -source extensions.tcl
+
+

tcl

+

Execute one TCL command. Note: this a different behavior from + previous versions of DS9.
+

+ Syntax:
+ -tcl <tcl command>
+  
+ Example:
+ $ds9 -tcl 'puts "Hello, World"'

+

threads

+

Set number of process threads for functions which are + multi-threaded.

+ Syntax:
+ -threads #
+  
+ Example:
+ $ds9 -threads 8

+
+ tiff
+

Load TIFF image into current frame.
+

+ Syntax:
+ -tiff <filename>
+  
+ Example:
+
$ds9 -tiff foo.tiff
+
$cat foo.fits | ds9 -tiff -
+
+

tile

+

Controls the tile display mode.

+ Syntax:
+ -tile []
+       [yes|no]
+       [mode grid|column|row]
+       [grid]
+       [grid mode automatic|manual]
+       [grid direction x|y]
+       [grid layout <col> + <row>]
+       [grid gap <pixels>]
+       [row]
+       [column]
+  
+ Example:
+ $ds9 -tile
+ $ds9 -tile yes
+ $ds9 -tile mode row
+ $ds9 -tile grid
+ $ds9 -tile grid mode manual
+ $ds9 -tile grid direction x
+ $ds9 -tile grid layout 5 5
+ $ds9 -tile grid gap 10
+ $ds9 -tile row
+ $ds9 -tile column
+

title

+

Changes the display window title to the specified name.

+ Syntax:
+ -title name
+  
+ Example:
+ $ds9 -title Voyager
+

unix

+

Set the IRAF unix socket name, used by IRAF to communicate with + DS9. The default is /tmp/.IMT%d, so that the standard IRAF unix + socket is defined.

+ Syntax:
+ -unix name
+  
+ Example:
+ $ds9 -unix "/tmp/.IMT%d"
+

unix_only

+

Only use the IRAF unix socket name. This is the same as -fifo + none -port 0.

+ Syntax:
+ -unix_only
+  
+ Example:
+ $ds9 -unix_only
+
+

update

+

Updates the current frame or region of frame. In the second + form, the first argument is the number of the fits HDU (starting + with 1) and the remaining args are a bounding box in IMAGE + coordinates. By default, the screen is updated the next + available idle cycle. However, you may force an immediate update + by specifying the NOW option.

+ Syntax:
+ -update []
+         [# x1 y1 x2 y2]
+         [now]
+         [now # x1 y1 x2 y2]
+  
+ Example:
+ $ds9 -update
+ $ds9 -update 1 100 100 300 400
+ $ds9 -update now
+ $ds9 -update now 1 100 100 300 400

+

url

+

Load FITS from URL into the current frame

+ Syntax:
+ -url <url>
+  
+ Example:
+ $ds9 -url http://foo.bar.edu/foo.fits
+

version

+

Returns the current version of DS9 and exits.

+ Syntax:
+ -version
+  
+ Example:
+ $ds9 -version
+

view

+

Controls the GUI and visible RGB frame color channels.

+ Syntax:
+ -view [layout horizontal|vertical]
+       [keyvalue <string>]
+       [info yes|no]
+       [panner yes|no]
+       [magnifier yes|no]
+       [buttons yes|no]
+       [colorbar yes|no]
+       [graph horizontal|vertical + yes|no]
+       [filename yes|no]
+       [object yes|no]
+       [keyword yes|no]
+       [minmax yes|no]
+       [lowhigh yes|no]
+       [units yes|no]
+       [image|physical|wcs|wcsa...wcsz + yes|no]
+
      [frame yes|no]
+
      [red yes|no]
+       [green yes|no]
+       [blue yes|no]

+  

+ Example:
+ $ds9 -view layout vertical
+ $ds9 -view keyvalue BITPIX
+ $ds9 -view info yes
+ $ds9 -view panner yes
+ $ds9 -view magnifier yes
+ $ds9 -view buttons yes
+ $ds9 -view colorbar yes
+ $ds9 -view graph horizontal yes
+ $ds9 -view filename yes
+ $ds9 -view object yes
+ $ds9 -view keyword yes
+ $ds9 -view minmax yes
+ $ds9 -view lowhigh yes
+ $ds9 -view wcsa yes
+
$ds9 -view frame yes
+ $ds9 -view red yes
+ $ds9 -view green yes
+ $ds9 -view blue yes

+
+

visual

+

Force DS9 to use the specified color visual. This argument MUST + be the first argument listed. Requires the visual be available. +

+ Syntax:
+ -visual + [pseudocolor|pseudocolor8|truecolor|truecolor8|truecolor16|truecolor24] +  
+ Example:
+ $ds9 -visual truecolor24
+
+

vla

+

Support for VLA Sky Survey.

+ Syntax:
+ -vla []
+        [<object>]
+        [name <object>]
+        [coord <ra> + <dec> degrees|sexagesimal] # in wcs fk5
+        [size <width> + <height> degrees|arcmin|arcsec]
+        [save yes|no]
+        [frame new|current]
+        [update frame|crosshair]
+        [survey first|stripe82]
+        [open|close]
+  
+ Example:
+ $ds9 -vla
+ $ds9 -vla m31
+ $ds9 -vla name m31
+ $ds9 -vla coord 00:42:44.404 +41:16:08.78 sexagesimal
+ $ds9 -vla size 60 60 arcmin
+ $ds9 -vla save yes
+ $ds9 -vla frame current
+ $ds9 -vla update frame
+ $ds9 -vla survey stripe82
+ $ds9 -vla open
+ $ds9 -vla close

+

vlss

+

Support for NRAO VLSS Sky Survey.

+ Syntax:
+ -vlss []
+       [<object>]
+       [name <object>]
+       [coord <ra> <dec> + degrees|sexagesimal] # in wcs fk5
+       [size <width> + <height> degrees|arcmin|arcsec]
+       [save yes|no]
+       [frame new|current]
+       [update frame|crosshair]
+       [open|close]
+  
+ Example:
+ $ds9 -vlss
+ $ds9 -vlss m31
+ $ds9 -vlss name m31
+ $ds9 -vlss coord 00:42:44.404 +41:16:08.78 sexagesimal
+ $ds9 -vlss size 60 60 arcmin
+ $ds9 -vlss save yes
+ $ds9 -vlss frame current
+ $ds9 -vlss update frame
+ $ds9 -vlss open
+ $ds9 -nvess close
+

vo

+

Invoke an connection to a Virtual Observatory site.

+ Syntax:
+ -vo [method xpa|mime]
+     [server <url>]
+     [internal yes|no]
+     [delay #]
+     [<url>]
+     [connect <url>]
+     [disconnect <url>]
+     [open|close]
+  
+ Example:
+ $ds9 -vo method xpa
+ $ds9 -vo server "http://foo.bar.edu/list.txt"
+ $ds9 -vo internal yes
+ $ds9 -vo delay 15 # keep-alive delay
+ $ds9 -vo chandra-ed
+ $ds9 -vo connect chandra-ed
+ $ds9 -vo disconnect chandra-ed
+ $ds9 -vo open
+ $ds9 -vo close
+
+

wcs

+

Controls the World Coordinate System for the current frame. If + the wcs system, skyframe, or skyformat is modified, the info + panel, compass, grid, and alignment will be modified + accordingly. Also, a new WCS specification can be loaded and + used by the current image regardless of the WCS that was + contained in the image file. Please see WCS + for more information.

+ Syntax:
+ -wcs [[system] wcs|wcsa...wcsz]
+      [[sky] fk4|fk5|icrs|galactic|ecliptic] +
+      [[skyformat] degrees|sexagesimal]
+      [align yes|no]
+      [reset [#]]
+      [replace [#] <filename>]
+      [append [#] <filename>]
+      [open|close]
+  
+ Example:
+ $ds9 -wcs wcs
+ $ds9 -wcs system wcs
+
$ds9 -wcs fk5
+
$ds9 -wcs sky fk5
+
$ds9 -wcs sexagesimal
+
$ds9 -wcs skyformat sexagesimal
+ $ds9 -wcs align yes
+ $ds9 -wcs reset
+ $ds9 -wcs reset 3
+ $ds9 -wcs replace foo.wcs
+ $ds9 -wcs replace 3 foo.wcs
+ $ds9 -wcs append foo.wcs
+ $ds9 -wcs append 3 foo.wcs
+ $ds9 -wcs open
+ $ds9 -wcs close
+
+

web

+

Display specified URL in the web display.

+ Syntax:
+ -web [new|<webname>] [<url>]
+      [<webname>] [click + back|forward|stop|reload|#]
+      [<webname>] [clear]
+      [<webname>] [close]
+  
+ Example:
+ $ds9 -web www.cnn.com
+ $ds9 -web new www.cnn.com
+ $ds9 -web hvweb www.apple.com
+ $ds9 -web click back
+ $ds9 -web click 2
+ $ds9 -web clear
+ $ds9 -web close
+
+

width

+

Set the width of the image display window. Use the geometry command to set the + overall width and height of the ds9 window.

+ Syntax:
+ -width [<value>]
+  
+ Example:
+ $ds9 -width 512
+
+

xpa

+

Configure XPA.

+ Syntax:
+ -xpa [yes|no]
+      [inet|local|unix|localhost]
+      [noxpans]
+      [connect]
+      [disconnect]
+      [info]
+  
+ Example:
+ $ds9 -xpa no
+ $ds9 -xpa local
+ $ds9 -xpa noxpans
+ $ds9 -xpa connect
+ $ds9 -xpa disconnect
+ $ds9 -xpa info
+
+

zmax

+

Set Scale Limits based  on the IRAF algorithm and + maximum data value.

+ Syntax:
+ -zmax
+  
+ Example:
+ $ds9 -zmax
+

zscale

+

Set Scale Limits based  on the IRAF algorithm.

+ Syntax:
+ -zscale []
+         [contrast]
+         [sample]
+         [line]
+  
+ Example:
+ $ds9 -zscale
+ $ds9 -zscale contrast .25
+ $ds9 -zscale sample 600
+ $ds9 -zscale line 120
+
+

zoom

+

Controls the current zoom value for the current frame.

+ Syntax:
+ -zoom [<value>]
+       [<value> <value>]
+       [to <value>]
+       [to <value> <value>] +
+       [in]
+       [out]
+       [to fit]
+       [open|close]
+  
+ Example:
+ $ds9 -zoom 2
+ $ds9 -zoom 2 4
+ $ds9 -zoom to 4
+ $ds9 -zoom to 2 4
+ $ds9 -zoom in
+ $ds9 -zoom out
+ $ds9 -zoom to fit
+ $ds9 -zoom open
+ $ds9 -zoom close
+
+
+ + diff --git a/ds9/doc/ref/contour.html b/ds9/doc/ref/contour.html new file mode 100644 index 0000000..25dc20d --- /dev/null +++ b/ds9/doc/ref/contour.html @@ -0,0 +1,189 @@ + + + + + + Contours + + +

Contours

+
+

DS9 can create and display contours as an overlay on an image. + The Analysis Contours menu is used to display contours. To + create, copy, paste,  and configure contours, use the + Analysis Contour Parameters menu.

+

Contour Parameters

+

When creating a new contour, a dialog box appears, in which the + user selects the number of contour levels, smoothness, and the + distribution of the contours.

+

Contour Levels

+

Specifies the number of contour levels to be generated. A + typical number is between 1 and 10. Note: large numbers of + contours can take a long time to generate.

+

Contour Smoothness

+

Specifies how smooth the contours are. A smoothness level of 1 + will evaluate the contour at each image pixel. A level of 2 will + evaluate the contour at every other pixel. The larger the + number, the quicker the contour will be generated, and the less + detail will be available.

+

Contour Scale

+

Specifies the distribution of the contour levels.
+

+

Contour Method

+

There are two methods that are available to calculate the + contour lines. The first, BLOCK, blocks down the image, by the + smoothness factor, before contours are calculated. As a result, + the larger the smoothness, the faster the result. The second + method, SMOOTH, smooths the image before calculating contours. + As a result, the larger the smoothness, the slower the result.
+

+

Contour Files

+

A contour file is an ASCII file containing a header, global + properties, coordinate system, contour levels, and contour + points.
+

+
+

Header

+

A DS9 contour file may start with the following optional + header:

+
# Contour file format: DS9 version 7.5
+
+

Global Properties

+

Global properties affect all contour levels unless a line + level attribute is specified. The global keyword is + first, followed by a list of keyword = value pairs. Multiple + global property lines may be used within a region file.

+
global color=green width=1 dash=1 dashlist=8 3
+
+

Coordinate Systems

+

For each contour file, it is important to specify the + coordinate system used to interpret the contour points, i.e., + to set the context in which the positions are interpreted. For + this purpose, the following keywords are recognized:

+
PHYSICAL                + +# + + + + + + + + + pixel coords of original file using LTM/LTV
+ IMAGE                   + +# + + + + + + + + + pixel coords of current file
+ FK4,B1950             +   + # sky coordinate systems
+ FK5,J2000               +# + + + + + + + + + sky coordinate systems

+
ICRS                    + +# + sky coordinate systems
+
GALACTIC                + +# + + + + + + + + + sky coordinate systems

+ ECLIPTIC                + +# + + + + + + + + + sky coordinate systems
+ WCS        +         +      # primary WCS
+
WCSA        +             # + secondary WCS
+
LINEAR                  + +# + + + + + + + + + linear primary WCS
+
+
+
+

Contour Level

+

Each contour level is composed of a line value, line + attributes and one or more contours. Line attributes are + specified at the start of a new level and only affect contours + within that level .

+
level=15.78775 color=pink width=2 dash=yes dashlist=2 + 2
+
+

Contour

+

Each contour is composed of one or more X,Y coordinates, with + a deliminator of space or comma,  starting with "(" and + ending with ")". Contours are not closed.
+

+
+
+
(202.4836468 47.22380226
+
 202.4833538 47.2239185
+
 202.4831634 47.22409874
+
 202.4829883 47.22428858)
+
+
+
+


+

+
+
+


+

+
+
+
+
+
+
+ + diff --git a/ds9/doc/ref/file.html b/ds9/doc/ref/file.html new file mode 100644 index 0000000..379eee3 --- /dev/null +++ b/ds9/doc/ref/file.html @@ -0,0 +1,825 @@ + + + + + + File Formats + + +

File Formats

+
FITS
+ FITS Image
+ FITS Binary Events Table
+ FITS HEALPIX Table
+ FITS Data Cube
+ FITS Multiple Extension + Data Cube
+ FITS Multiple + Extension Multiple Frames
+ FITS Mosaic
+ FITS Mosaic Data Cube
+ FITS RGB
+ Split FITS
+ Array
+ NRRD
+ ENVI
+ GIF
+ TIFF
+ JPEG
+ PNG
+ External Format Support
+ External Analysis Support
+ Region Files
+ Contour Files
+ Color Lookup Table
+ WCS
+ Preference File
+ Startup File
+ TCL
+

FITS

+ DS9 supports FITS images and FITS binary tables. The following + algorithm is used to locate and to load the FITS image or table if + no additional information is provide: +
+ +
+ FITS keyword inheritance is supported. All valid FITS BITPIX + values are supported, along with -16, for UNSIGNED + SHORT. The following FITS keywords are supported: +
OBJECT
+ UNITS
+ BSCALE / BZERO
+ BLANK
+ DATASEC
+ LTV / LTM  for physical coords
+ DTV / DTM  for detector coords
+ ATV / ATM  for amplifier coords
+ WCS keywords
+ WCS# keywords
+

FITS Image

+ At load time, the user may provide just a file name or a file name + along with FITS extension name/number and image section + specification. FITS extension names are case insensitive. When + specifying an extension, be sure to quote strings correctly to + pass both the shell and DS9 parser. A image section specification + is used to specify the x,y limits of an image subsection. By + default, x and y coordinates are in IMAGE, use a 'p' + as the last character to indicate PHYSICAL coordinates. + A '*' indicates use the default for that axis only. + Block is optional and defaults to 1.
+
Syntax:
+ filename
+ filename[ext]
+ filename[ext][sect]
+ filename[sect]
+ filename[ext,sect]
+
+ where

+
+ ext:
+ [extension name | extension #]
+
+ sect:
+ [x0:x1
,y0:y1[p]]
+
[x0:x1,y0:y1,block[p]]
+
[x0:x1
,y0:y1,z0:z1[p]]
+
[x0:x1,y0:y1,block,z0:z1[p]]
+ [*,y0:y1[p]]
+
[*,y0:y1
,block[p]]
+
[*,y0:y1
,z0:z1[p]]
+
[*,y0:y1
,block,z0:z1[p]]
+ [x0:x1,*[p]]
+
[x0:x1
,*,block[p]]
+
[x0:x1
,*,z0:z1[p]]
+
[x0:x1
,*,block,z0:z1[p]]
+ [*,*,block]
+
[*,*,z0:z1
]
+
[*,*,block,z0:z1
]
+
+
[dim1@xcen,dim2@ycen
[p]]
+
[dim1@xcen,dim2@ycen,block[p]]
+
[dim1@xcen,dim2@ycen,dim3@zcen
[p]]
+
[dim1@xcen,dim2@ycen,block,dim3@zcen[p]]
+ [*,dim2@ycen[p]]
+
[*,dim2@ycen,block
[p]]
+
[*,dim2@ycen,dim3@zcen
[p]]
+
[*,dim2@ycen,block,dim3@zcen
[p]]
+ [dim1@xcen,*[p]]
+
[dim1@xcen,*,block
[p]]
+
[dim1@xcen,*,dim3@zcen
[p]]
+
[dim1@xcen,*,block,dim3@zcen
[p]]
+ [*,*,block]
+
[*,*,dim3@zcen]
+
[*,*,block,dim3@zcen]
+
+
[dim@xcen@ycen]
+
[dim@xcen@ycen,block]

+ [dim@xcen@ycen,zdim@zcen]
+ [dim@xcen@ycen,block,zdim@zcen]
+
+ Example:
+ $ds9 foo.fits # default load
+ $ds9 foo.fits[1] # load first extension
+ $ds9 foo.fits[BCKGRD] # load extension named 'BCKGRD'
+ $ds9 foo.fits[10:200,40:100] # image section
+
$ds9 foo.fits[10:200,40:100,2] # image section, + blocked by 2
+
$ds9 foo.fits[*,40:100] # only section y axis
+ $ds9 foo.fits[256@512@512] # section box at 512,512
+ $ds9 foo.fits[2][100:200,100:200] # second extension, image + section
+
$ds9 foo.fits[2][100:200,100:200,2] # second + extension, image section, blocked by 2
+
$ds9 foo.fits[10:200,40:100,5:20] # cube section
+ $ds9 foo.fits[*,40:100,5:20] # only section y and z axes
+ $ds9 foo.fits[256@512@512] # section cube at 512,512
+ $ds9 foo.fits[2][100:200,100:200,5:20] # second extension, + cube section

+ $ds9 foo.fits[2][100:200,100:200,2,5:20] # second extension, + cube section, blocked by 2
+ FITS Binary Events Table
+
+
At load time, the user may provide just a file name or a file + name along with FITS extension name/number, image section + specification, and binnng parameters. DS9 will automatically + convert an FITS binary events table into a 2D image for display. + FITS extension names and parameters are case insensitive. The + users may specify a number of parameters on how to construct the + image and how to filter data. When specifying a filter, be sure to + quote strings correctly to pass both the shell and DS9 parser.
+
+
Syntax:
+
filename
+ filename[ext]
+ filename[ext][sect]
+ filename[sect]
+ filename[ext,sect]
+

+ filename[ext][bin]
+
filename[ext][bin][sect]
+
filename[ext][sect][bin]
+
filename[bin]
+
filename[bin][sect]
+
filename[sect][bin]
+
filename[ext,bin]
+
+
where:
+ ext: see FITS Image
+ sect: see FITS Image
+
+ bin:
+ [bin=colx,coly] # bin counts
+
[bin=colx,coly,filter] # bin counts with filter
+
[bin=colx,coly,colz] # bin on colz
+
[bin=colx,coly,colz,filter] # bin on colz with + filter
+
[bin=colz] # bin cols 'x', 'y', and colz
+
[bin=colz,filter] # bin cols 'x', 'y', and + colz with filter
+
[key=colx,coly]
+ [binkey=colx,coly]
+

+ (see Introduction + + + + + + + + + + + + + + + + to Filtering)
+
+ Example:
+ $ds9 foo.fits # default load
+ $ds9 foo.fits[1] # load first extension
+ $ds9 foo.fits[BCKGRD] # load extension named 'BCKGRD'
+ $ds9 foo.fits[bin=detx,dety] # bin on detx,dety
+ $ds9 foo.fits[2][bin=rawx,rawy] # load ext 2, cols + rawx,rawy
+ $ds9 foo.fits[bg_events,bin=rawx,rawy] # load ext + bg_events, cols rawx,rawy
+ $ds9 foo.fits[bin=x,y,pha] # bin on x,y,pi
+ $ds9 foo.fits[bin=pi] # bin on x,y,pi
+ $ds9 'foo.fits[ccd_id==3&&energy>4000]' # quoted + filter
+ $ds9 '"foo.fits[ccd_id==3 && energy>4000]"' # + double quoted filter
+ $ds9 'foo.fits[events][pha>5,pi<2]' # load extension + 'events' and filter
+
+
+
+

The shell environment variable DS9_BINKEY may be + used to specify default bin cols for FITS bin tables. Example:

+
$ export DS9_BINKEY='[bin=rawx,rawy]'
+ $ ds9 foo.fits # load FITS bin table, bin on rawx, rawy
+
+

FITS HEALPIX Table
+

+ At load time, the user may provide just a file name or a file name + along with FITS extension name/number, image section + specification, and Healpix parameters. DS9 will automatically + convert a FITS HEALPIX binary or ascii table into a 2D image for + display. FITS extension names and parameters are case insensitive. + The users may specify a number of parameters on how to construct + the image. Any table with keyword PIXTYPE=HEALPIX or NSIDE=x will + be processed as an HEALPIX image. The following FITS keywords will + be used if present and not overwritten by a command line option: + NSIDE, COORDSYS, ORDER.
+
+
+ Syntax:
+
filename
+ filename[ext]
+ filename[ext][sect]
+ filename[sect]
+ filename[ext,sect]
+
+
filename[ext][hpx]
+
filename[ext][hpx][sect]
+
filename[ext][sect][hpx]
+
filename[hpx]
+
filename[hpx][sect]
+
filename[sect][hpx]
+
filename[ext,hpx]
+
+
where:
+
ext: see FITS + + + + + + Image
+
sect: see FITS + + + + + + Image
+
+ hpx:
+
[order=ring|nested] # default ring
+ [layout=equatorial|north|south] # default equatorial
+ [col=<column number>] # defaut 1
+ [quad=<quadurant number>] # (1-4) default 1
+ [system=equatorial|galactic|ecliptic|unknown] # default + unknown

+
+ Example:
+ $ds9 foo.fits # default load

+ $ds9 foo.fits[1] # load first extension

+ $ds9 + foo.fits[order=ring,layout=equatorial,col=1,quad=1,system=unknown]
+
$ds9 foo.fits[1,order=nested] # first extension, nested + order
+
+
+

FITS Cube

+ A FITS Cube is a FITS image which contains more than 2 axes + (NAXES>2). DS9 will automatically detect if a cube is present + and will load all additional images. In addition, individual + images can be loaded one at a time into a cube. DS9 will display + the Cube dialog box which allows the user to select which 2 image + to be displayed. +

FITS Multiple + Extension Cube

+ A FITS Multiple Extension Data Cube file is a FITS file with one + or more extensions, that is to be displayed as a data cube. Each + image does not have to be the same size, however, only the + coordinate systems from the first extension will be used for + contours and grids.
+
Example:
+ $ds9 -mecube foo.fits # load multiple extension fits file + as data cube
+

FITS + Multiple Extension Multiple Frames

+ Load a multiple extension FITS file into multiple frames. Please + note that files loaded via standard-in or the xpa fits command can + not be displayed using this method.
+
Example:
+ $ds9 -multiframe foo.fits # load multiple extension fits + file as multiple frames
+

FITS Mosaic

+ A FITS mosaic image may exist as a series of FITS files, or as one + FITS file with many extensions. A FITS mosaic may be loaded all a + one time, or by the segment. Once loaded, the multiple FITS images + are treated as one FITS image.
+
+ DS9 supports three forms of mosaics:  +
+ + + + + + + + + + + + + + + +
IRAF
+
contains the DETSEC and DETSIZE + keywords.
+ See NOAO + +IRAF +Mosaic +Data + + + + + + + + + + + + + + + + Structures

+
WCS
+
each FITS image contains + a valid WCS.
+
HST WFPC2
+
valid HST WFPC2 data + cube, consisting of 4 planes, along with a fits ascii + table containing wcs information.
+
+ +
Example:
+ $ds9 -mosaicimage iraf foo.fits # load mosaic iraf from one + fits file with multiple exts
+ $ds9 -mosaic iraf foo.fits bar.fits wow.fits # load mosaic + iraf from 3 files
+ $ds9 -mosaicimage wcs foo.fits # load mosaic wcs from one + fits file with multiple exts
+ $ds9 -mosaic wcs foo.fits bar.fits wow.fits # load mosaic + wcs from 3 files
+ $ds9 -mosaicimage wfpc2 bar.fits # load wfpc2 mosaic
+ $ds9 -mosaic foo.fits bar.fits wow.fits # load mosaic (wcs) + from 3 files
+
+

FITS Mosaic Data Cube

+ A FITS Mosaic Data Cube is a FITS mosaic image which contains more + than 2 axes (NAXES>2). DS9 will automatically detect if a + mosaic data cube is present and will load all additional images. + At the same time, DS9 will display the data cube dialog box which + allows the user to select which 2 image to be displayed. +

FITS RGB

+ A FITS RGB image may exist as three of FITS images, one FITS file + with three extensions, or as a FITS 3D Data cube, with three + slices, each representing the red, green, and blue channel. A FITS + RGB image may be loaded all a one time, or by the channel. Once + loaded, the multiple FITS images are treated as one FITS image.
+
Example:
+ $ds9 -rgbimage rgb.fits # load rgb image consisting of one + fits file with 3 image exts
+ $ds9 -rgbcube cube.fits # load rgb image consisting of one + fits data cube
+ $ds9 -rgb -red foo.fits -green bar.fits -blue wow.fits # + rgb image from 3 fits images
+
+

Split FITS

+ A split fits is a valid fits file in which two files contain the + header and data segments. +

Array

+ Raw data arrays are supported. To load an array, the user must + provide the dimensions, pixel depth, and optional header size and + architecture type. +
Syntax:
+
filename[arr]
+
filename[arr][sect]
+
filename[sect][arr]
+  

+ where

+ sect: see FITS + + + + + + Image
+
arr:
+
+
xdim=value
+ ydim=value
+ zdim=value # default is a depth of 1
+ dim=value
+ dims=value
+ bitpix=[8|16|-16|32|64|-32|-64]
+ skip=value # must be even, most must be factor of 4
+ arch|endian=[big|bigendian|little|littleendian]
+
+ Example:
+ $ds9 -array bar.arr[xdim=512,ydim=512,zdim=1,bitpix=16] # load + 512x512 short
+ $ds9 -array bar.arr[dim=256,bitpix=-32,skip=4] # load 256x256 + float with 4 byte head
+ $ds9 -array bar.arr[dim=512,bitpix=32,arch=little] # load + 512x512 long, intel
+
+

or alternate format:

+ filename[array(<type><dim><:skip><endian>)]
+
+ where:
+ type: +
'b' 8 -bit unsigned char
+ 's' 16-bit short int
+ 'u' 16-bit unsigned short int
+ 'i' 32-bit int
+ 'l' 64-bit int
+ 'r' 32-bit float
+ 'f' 32-bit float
+ 'd' 64-bit float
+ dim: +
int     # x,y dim
+ int.int # x,y dim
+ int.int.int # x,y,z dim
+
+ skip: +
int     # number of bytes to + skip
+ endian: +
'l' little endian
+ 'b' big endian
+
+ Example:
+ $ds9 -array bar.arr[array(s512)]   # load 512x512 + short
+ $ds9 -array bar.arr[array(r256:4)] # load 256x256 float with 4 + byte head
+ $ds9 -array bar.arr[array(i512l)]  # load 512x512 long, + intel
+

The shell environment variable DS9_ARRAY may be + used to specify default array parameters.

+ Example:
+ $export DS9_ARRAY='[dim=256,bitpix=-32]'
+ $ds9 -array foo.arr # load 256x256 float
+
+

NRRD (Nearly Raw Raster Data)
+

+ Images in NRRD are supported directly. Encodings supported: raw, + + + + + + + + + gzip
+

+ Syntax:
+
filename
+
filename[sect]
+

+ where:
+ sect: see FITS + + + + + + Image
+

+
Example:
+ $ds9 -nrrd foo.nrrd
+ $ds9 -nrrd foo.nrrd[100:200,100:200] # cropped

+

ENVI
+

+ Images in ENVI are supported directly. Encodings supported: BIL, + + + + + + + BIP, BSQ.
+

+ Syntax:
+
filename
+
filename[sect]
+
+ where:

+ sect: see FITS + + + + + + Image
+

+
Example:
+ $ds9 -envi foo.hdr foo.bsq
+ $ds9 -envi foo.hdr foo.bsq[100:200,100:200] # cropped
+
+

GIF
+

+ Images in GIF are supported directly. For a Frame, the + average of the luminosity is used. For Frame RGB, each + channel is loaded directly.
+
+ Syntax:
+
filename
+

+ Example:
+
$ ds9 -gif foo.gif
+

TIFF
+

+ Images in TIFF are supported directly. For a Frame, the + average of the luminosity is used. For Frame RGB, each + channel is loaded directly.
+
+ Syntax:
+
filename
+

+ Example:
+ $ ds9 -tiff foo.tiff
+

JPEG
+

+ Images in JPEG are supported directly. For a Frame, the + average of the luminosity is used. For Frame RGB, each + channel is loaded directly.
+
+ Syntax:
+
filename
+

+ Example:
+ $ ds9 -jpeg foo.jpeg
+

PNG
+

+ Images in PNG are supported directly. For a Frame, the + average of the luminosity is used. For Frame RGB, each + channel is loaded directly.
+
+ Syntax:
+
filename
+

+ Example:
+ $ ds9 -png foo.png
+

External File Support

+ DS9 supports external file formats via an ASCII description file. + When loading a file into DS9, these descriptions are referenced + for instructions for loading the file, based on the file + extension. If found, the command is executed and the result, a + FITS image or FITS Binary Table, is read into DS9 via stdin.
+ At start-up, DS9 first searches for the ASCII file, named .ds9.filin + + +the +local +directory, + + + + + + + + + + + + + + + + then in the users home directory.
+ The file command first is macro-expanded to fill in user-defined + arguments and then is executed externally.
+ The ASCII file that defines the known image files consists of one + or more file descriptors, each of which has the following format: +
Help description
+ A space-separated list of templates
+ A space-separated list of file types (not currently used)
+ The command line for the loading this file type
+
+ Note that blank lines separate the file descriptions and should + not be used as part of a description. Also, the '#' character is a + comment character.
+
+ The following macros are supported: $filename
+
For Example:
+ # File access descriptions:
+ #       help explanation
+ #       file template
+ #       file type
+ #       access command
+ IRAF IMH files
+ *.imh
+ IMH
+ i2f -s $filename
+

External Analysis + Support

+ For more information about external analysis support files, see Analysis. +

Region Files

+ DS9 can read and write a number of region file formats. See Regions documentation for more + information. +
DS9
+ FUNTools
+ Ciao
+ SAOimage
+ IRAF PROS
+ FITS REGION Binary + Table
+ X Y
+
+

Contour Files

+ See Contours + documentation for more information.
+ +
+

Color Lookup Table

+ DS9 has a number of default colormaps available to the user. DS9 + also supports reading and writing color lookup table formats from + the following programs: +
SAOimage
+ SAOtng
+ XImtool
+
+ DS9 uses the file extension to determine the color table format: +
+ + + + + + + + + + + + + + + + + + + +
+
Ext
+
+
Format
+
.lutXImtool, SAOtng
.saoDS9, SAOimage
any otherDS9
+
+

WCS

+ A new WCS specification can be loaded and used by the current + image regardless of the WCS that was contained in the image file. + WCS specification can be sent to DS9 as an ASCII file via XPA. The + format of the specification is a set of valid FITS keywords that + describe a WCS. +
Example:
+     CRPIX1  + =               + + + + + + + + + + + + + + + + 257.75
+     CRPIX2  + =               + + + + + + + + + + + + + + + + 258.93
+     CRVAL1  + =      -201.94541667302
+     CRVAL2  + =             + + + + + + + + + + + + + + + + -47.45444
+     CDELT1  + =        -2.1277777E-4
+     CDELT2  + =         2.1277777E-4 +
+     CTYPE1  = 'RA---TAN'
+     CTYPE2  = 'DEC--TAN'
+
+ Note that the WCS definitions can contain standard FITS 80 + character WCS card images, as shown above, or free-form name/value + pairs without the intervening "=" sign: +
    CRPIX1    + 257.75
+     CRPIX2    258.93
+     CRVAL1    -201.94541667302
+     CRVAL2    -47.45444
+     CDELT1    -2.1277777E-4
+     CDELT2    2.1277777E-4
+     CTYPE1   'RA---TAN'
+     CTYPE2   'DEC--TAN'
+

Preference File

+ A preference file is a valid tcl script generated by DS9 to save + the current preference items. See Preferences + for more information. +

Startup File

+ If a startup file $HOME/ds9.ini is available, it is + sourced as the last step in initialization. The file permissions + must be group/world readonly.
+ Users may have several different startup files. DS9 looks for a + startup file with its own name. By default, if the application is + named ds9, it will look for .ds9.ini. However, + if the DS9 application is named foo, then DS9 will look + for .foo.ini. In this manner, the user can have several + predefined startup files that are activated by invoking DS9 with a + different application names.
+

TCL

+ TCL/TK script file. Users may customize the appearance and enhance + the capabilities of DS9 by sourcing their own TCL scripts.
+ + diff --git a/ds9/doc/ref/grid.html b/ds9/doc/ref/grid.html new file mode 100644 index 0000000..ed772cc --- /dev/null +++ b/ds9/doc/ref/grid.html @@ -0,0 +1,90 @@ + + + + + + Coordinate Grids + + +

Coordinate Grids

+
+

DS9 can create and display coordinate grids as an overlay on an + image. The Display Coordinate Grid Menu is used to display + grids. A coordinate grid is composed of Grid Lines, Axes, + Border, and Title. Axes include tick marks, title, and numbers. + The appearance of the coordinate grid is specified by + parameters. These parameters may be configured via the + Coordinate Grid Parameters dialog box. In addition to the axes + titles and the grid title, the following menus are available.

+

Numeric Formats

+

The user may specify custom numeric formats for either axes. + The format specification can be empty (default) or a print + function, based on the selected coordinate system:
+

+
image
+ physical
+ detector
+ amplifier
+ wcs linear
+ wcs equatorial
+
+

The format specification string to be passed to the C "printf" + function (e.g. "%%1.7G") in order to format a single coordinate + value.

+

The Format string supplied should contain one or more of the + following characters. These may occur in any order, but the + following is recommended for clarity:

+
"": Indicates that a plus sign should be prefixed to + positive values. By default, no plus sign is used.
+ "z": Indicates that leading zeros should be prefixed to the + value so that the first field is of constant width, as would be + required in a fixed-width table (leading zeros are always + prefixed to any fields that follow). By default, no leading + zeros are added.
+ "i": Use the standard ISO field separator (a colon) between + fields. This is the default behaviour.
+ "b": Use a blank to separate fields.
+ "l": Use a letter ("h"/"d", "m" or "s" as appropriate) to + separate fields.
+ "g": Use a letter and symbols to separate fields ("h"/"d", "m" + or "s", etc, as appropriate), but include escape sequences in + the formatted value so that the Plot class will draw the + separators as small super-scripts.
+ "d": Include a degrees field. Expressing the angle purely in + degrees is also the default if none of "h", "m", "s" or "t" are + given.
+ "h": Express the angle as a time and include an hours field + (where 24 hours correspond to 360 degrees). Expressing the angle + purely in hours is also the default if "t" is given without + either "m" or "s".
+ "m": Include a minutes field. By default this is not included.
+ "s": Include a seconds field. By default this is not included. + This request is ignored if "d" or "h" is given, unless a minutes + field is also included.
+ "t": Express the angle as a time (where 24 hours correspond to + 360 degrees). This option is ignored if either "d" or "h" is + given and is intended for use where the value is to be expressed + purely in minutes and/or seconds of time (with no hours field). + If "t" is given without "d", "h", "m" or "s" being present, then + it is equivalent to "h".
+ ".": Indicates that decimal places are to be given for the final + field in the formatted string (whichever field this is). The "." + should be followed immediately by an unsigned integer which + gives the number of decimal places required, or by an asterisk. + If an asterisk is supplied, a default number of decimal places + is used which is based on the value of the Digits attribute.
+
+

All of the above format specifiers are case-insensitive. If + several characters make conflicting requests (e.g. if both "i" + and "b" appear), then the character occurring last takes + precedence, except that "d" and "h" always override "t".

+

The default formats are d.3 for degrees and hms.1 + / dms.1 / ldms.1 for sexagesimal.
+

+
+ + diff --git a/ds9/doc/ref/how.html b/ds9/doc/ref/how.html new file mode 100644 index 0000000..9a76d51 --- /dev/null +++ b/ds9/doc/ref/how.html @@ -0,0 +1,159 @@ + + + + + + How + + +

How it Works

+
+

Table of Contents

+ How DS9 Renders an Image
+ Scales
+ Smoothing
+ Contours
+ Large Files
+

How DS9 renders an image

+

Here is a short description on how DS9 decides to paint a pixel + a color on the the screen, give an data value... you need a + color scale, a contrast/bias pair for the colorscale, clip + values for the data, a scale distribution, and finally, the + value of the pixel in question.

+
+

Step 1. Select a color scale. A color scale is defined as a + number of colors (RGB triplets). The number of RGB triplets + can vary from just a few to over 200. DS9 contains a number of + predefined color scales (Gray, A, B, I8, ...) or the user may + load his own color scale.

+

Step 2. Apply a contrast/bias pair. This step takes the + result of step 1 and creates a new array with the + contrast/bias applied. The length of the new array will + between 200 (for pseudocolor) and 4096 (for truecolor).

+

Step 3. Calculate the data clip values (low/high data + values). The min/max data values may be used or an algorithm + may be used to determine the clip data values.

+

Step 4. Apply the scale distribution. This involves taking + the result of step 2, and creating yet another array, this + time of size 16384, redistributing the colors, based on the + scale algorithm selected (see Scales).

+

Step 5. Based on your data clip values, and the value of the + pixel you have, index into the result of step 4, and you have + an index into lookup table (for pseudocolor) and an RGB pair + (for truecolor and postscript).

+
+

Scales

+

The log function is defined as the following:

+
+

log equation

+
+

as x goes from 0 to 1. The user may specify an exponent + a to change the distribution of colors within the + colorbar. 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 as defined + as the following:

+
+

SAOImage log equation

+
+

The pow function is defined as the following:

+
+

pow equation

+
+

as x goes from 0 to 1. The user may specify an exponent + a to change the distribution of colors within the + colorbar. The default value of a is 1000.

+

The sqrt scale function is defined as the following:

+
sqrt equation
+
+

as x goes from 0 to 1.

+

The square scale function is defined as the + following:

+
square equation
+
+

as x goes from 0 to 1.
+

+

The asinh scale function is defined as the following:

+
asinh
+
+

as x goes from 0 to 1.

+

The sinh scale function is defined as the following:

+
sinh
+
+

as x goes from 0 to 1.

+

The histogram equalization scale function distributes + colors based on the frequency of each data value.

+

Smoothing

+

The user may select one of three types of smoothing kernels. + The parameter, r or kernel radius, is defined + as the following:

+
Boxcar function, where the width = 2r+1
+ Tophat function, where the radius = r and the diameter + of kernel is 2r+1
+ Gaussian function, defined as: +
Gaussian Equation
+
+ where the mean = 0 and sigma = r/2, and the diameter of + kernel is 2r+1
+

Contours

+

The contour algorithm is from an unknown author and originally + came from FV. The difference between the two modes are:
+

+
block : the image is blocked down before the + contour is generated
+ smooth : the image is smoothed via a Gaussian kernel + before the contour is generated.
+

block mode is faster as the smoothing parameter + increases. Inversely, smooth mode is much slower as + the smoothing parameter increases.

+

Large Files

+ There are several factors that determine if DS9 will be able to + load a large file.
+

32 bit OS vs 64 bit OS : to address very large files, you may + need to use an 64 bit OS with a 64bit version of DS9. 32bit apps + can address up to 4Gb of address space. However, depending on + the OS, this limit may be less. Linux for example, the limit + appears to be ~3GB (the OS and shared libs eat up a lot of + address space). Under 64bit Solaris, 32bit ds9 has a full 4Gb of + space. MacOSX appears to have a limit ~3Gb. Under windows, ~2Gb.

+

Large File Support: is the ability to sequence thru files + larger than 4Gb. DS9 is compiled with LFS.

+

File system: the OS file system must be able to support files + larger than 4Gb. Most recent file systems fully support 4GB>.

+

Memory Management: There are a number of memory management + techniques supported in DS9 that will greatly affect the ability + and speed of loading large files:

+
$ ds9 foo.fits # uses mmap
+ $ cat foo.fits | ds9 - # allocates memory
+ $ xpaset -p ds9 file foo.fits # uses mmap
+ $ xpaset -p ds9 fits foo.fits # allocates memory
+
+

Memory Map (mmap) is very fast, limit is memory + address space (see above). Allocate is very slow, limit is + amount of physical memory + swap partition.

+

Scanning Data: DS9 needs to determine the min and max data + values to correctly display your image. For large files, such as + Mosaics and Data Cubes,  this can take time. You have the + option of using using the FITS keywords DATAMIN/MAX or + IRAFMIN/MAX - great if present, bad because they are always + wrong. Another option is to specify the low and high clip values + via the command line or Scale dialogbox.
+

+

+
+
+ + diff --git a/ds9/doc/ref/img/asinh.png b/ds9/doc/ref/img/