summaryrefslogtreecommitdiffstats
path: root/ds9/doc/ref/samp.html
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/doc/ref/samp.html')
-rw-r--r--ds9/doc/ref/samp.html2238
1 files changed, 1020 insertions, 1218 deletions
diff --git a/ds9/doc/ref/samp.html b/ds9/doc/ref/samp.html
index 234796d..df90178 100644
--- a/ds9/doc/ref/samp.html
+++ b/ds9/doc/ref/samp.html
@@ -9,19 +9,19 @@
2.4.7-10 i686) [Netscape]">
<title>SAMP</title>
</head>
- <body vlink="#551A8B" link="#0000FF" alink="#FF0000">
- <h3><img alt="" src="../sun.gif" width="100" height="98"
- align="middle"> SAMP</h3>
+ <body alink="#FF0000" link="#0000FF" vlink="#551A8B">
+ <h3><img alt="" src="../sun.gif" align="middle" height="98"
+ width="100"> SAMP</h3>
<blockquote>
<p>SAMP is a messaging protocol that enables astronomy software
tools to interoperate and communicate. Broadly speaking, SAMP is
- an
- abstract framework for loosely-coupled, asynchronous, RPC-like
- and/or event-based communication, based on a central service
- providing multi-directional publish/subscribe message brokering.
- The message semantics are extensible and use structured but
- weakly-typed data. For more information on SAMP, please click
- <a href="http://www.ivoa.net/Documents/latest/SAMP.html">here</a>.</p>
+ an abstract framework for loosely-coupled, asynchronous,
+ RPC-like and/or event-based communication, based on a central
+ service providing multi-directional publish/subscribe message
+ brokering. The message semantics are extensible and use
+ structured but weakly-typed data. For more information on SAMP,
+ please click <a
+ href="http://www.ivoa.net/Documents/latest/SAMP.html">here</a>.</p>
<p>The samp implementation for DS9 is based on the <a
href="xpa.html">XPA</a> model with 2 private calls:</p>
<tt>ds9.get<br>
@@ -163,8 +163,7 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ra&gt; &lt;dec&gt;] # in wcs
fk5<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [size &lt;width&gt;
- &lt;height&gt;
- degrees|arcmin|arcsec]<br>
+ &lt;height&gt; degrees|arcmin|arcsec]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [save yes|no]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [frame new|current]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [update frame|crosshair]<br>
@@ -183,10 +182,8 @@
2mass<br>
2mass m31<br>
</tt> <tt><tt>2mass name m31<br>
- </tt></tt>
- <tt><tt><tt>2mass name clear<br>
- </tt></tt> 2mass 00:42:44.404
- +41:16:08.78<br>
+ </tt></tt> <tt><tt><tt>2mass name clear<br>
+ </tt></tt> 2mass 00:42:44.404 +41:16:08.78<br>
2mass size 60 60 arcmin<br>
2mass save yes<br>
2mass frame current<br>
@@ -205,19 +202,15 @@
&nbsp;&nbsp; [scale &lt;scale&gt;]<br>
&nbsp;&nbsp; [method mip|aip]</tt><br>
<tt><tt>&nbsp;&nbsp; [background none|azimuth|elevation]<br>
- </tt>
- &nbsp;</tt><tt>&nbsp; [border yes|no]<br>
+ </tt> &nbsp;</tt><tt>&nbsp; [border yes|no]<br>
&nbsp;&nbsp; [border color &lt;color&gt;]<br>
- </tt> <tt>&nbsp;&nbsp;
- [highlite yes|no]<br>
+ </tt> <tt>&nbsp;&nbsp; [highlite yes|no]<br>
&nbsp;&nbsp; [hightlite color &lt;color&gt;]<br>
- </tt>
- <tt><tt>&nbsp;</tt><tt>&nbsp; [compass yes|no]<br>
+ </tt> <tt><tt>&nbsp;</tt><tt>&nbsp; [compass yes|no]<br>
&nbsp;&nbsp; [compass color &lt;color&gt;]</tt></tt><br>
<tt><tt><tt><tt><tt>&nbsp;&nbsp; [match]<br>
&nbsp;&nbsp; [lock [yes|no]]<br>
- </tt></tt></tt></tt> &nbsp;&nbsp;
- [open|close]</tt><tt><br>
+ </tt></tt></tt></tt> &nbsp;&nbsp; [open|close]</tt><tt><br>
&nbsp;<br>
Example:<br>
string value = ds9.get(string cmd)<br>
@@ -235,8 +228,7 @@
3d compass color<br>
3d lock<br>
</tt> ds9.set(string cmd)<br>
- </tt> <tt>3d # create new
- 3D frame<br>
+ </tt> <tt>3d # create new 3D frame<br>
3d view 45 30<br>
3d az 45<br>
3d el 30<br>
@@ -270,17 +262,14 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [yes|no]<br>
&nbsp;<br>
Example:<br>
- </tt> <tt><tt>string value = ds9.get(string
- cmd)<br>
+ </tt> <tt><tt>string value = ds9.get(string cmd)<br>
</tt> align<br>
</tt> <tt><tt>ds9.set(string cmd)<br>
- </tt>
- align yes</tt><br>
+ </tt> align yes</tt><br>
<p><b><a name="analysis" id="analysis"></a>analysis</b></p>
<p>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.</p>
+ and display text in the text dialog window.</p>
<tt>Syntax:<br>
analysis [&lt;task number&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
@@ -296,8 +285,7 @@
ok|okcancel|yesno &lt;message&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [entry
&lt;message&gt;]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [text]</tt><tt><tt><tt><tt><tt><br>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [text]</tt><tt><tt><tt><tt><tt><br>
</tt></tt> &nbsp;</tt></tt><br>
Example:<br>
string value = ds9.get(string cmd)<br>
@@ -316,8 +304,7 @@
analysis clear load my.ans<br>
analysis message {This is a message}<br>
analysis text {this is text}</tt><tt><tt><br>
- </tt> ds9.set(string
- cmd, string url)<br>
+ </tt> ds9.set(string cmd, string url)<br>
analysis load<br>
analysis text</tt><b><br>
</b>
@@ -331,16 +318,12 @@
&nbsp;<br>
Example:<br>
</tt> <tt><tt>string url = ds9.get(string cmd)<br>
- </tt>
- array<br>
+ </tt> array<br>
array little<br>
- </tt> <tt><tt>ds9.set(string command, string
- url)<br>
+ </tt> <tt><tt>ds9.set(string command, string url)<br>
</tt> array foo.arr[dim=512,bitpix=-32,endian=little]<br>
- array new
- foo.arr[dim=512,bitpix=</tt><tt>-32,endian=little]</tt><br>
- <tt><tt>array mask
- foo.arr[dim=512,bitpix=</tt></tt><tt>-32,endian=little]</tt><tt><br>
+ array new foo.arr[dim=512,bitpix=</tt><tt>-32,endian=little]</tt><br>
+ <tt><tt>array mask foo.arr[dim=512,bitpix=</tt></tt><tt>-32,endian=little]</tt><tt><br>
</tt>
<p><b><a name="background" id="background"></a>bg<br>
background</b></p>
@@ -352,8 +335,7 @@
</tt> <tt>string url = ds9.get(string cmd)</tt><tt><br>
bg<br>
</tt> <tt>ds9.set(string cmd)<br>
- </tt> <tt>bg
- red</tt><tt><br>
+ </tt> <tt>bg red</tt><tt><br>
</tt> bg red<br>
<p><b><a name="backup" id="backup"></a>backup</b></p>
<p>Create a backup save set.</p>
@@ -362,13 +344,11 @@
&nbsp;<br>
Example:<br>
</tt> <tt>ds9.set(string cmd)<br>
- </tt> <tt>backup
- ds9.bck</tt><br>
+ </tt> <tt>backup ds9.bck</tt><br>
<p><b><a name="bin" id="bin"></a>bin</b></p>
<p>Controls binning factor, binning buffer size, and&nbsp; binning
function for binning FITS bin tables. The access point blocking
- is
- provided for backward compatibility.</p>
+ is provided for backward compatibility.</p>
<tt>Syntax:<br>
bin [about &lt;x&gt; &lt;y&gt;]<br>
&nbsp;&nbsp;&nbsp; [about center]<br>
@@ -378,10 +358,8 @@
&nbsp;&nbsp;&nbsp; [factor &lt;value&gt; [&lt;vector&gt;]]<br>
&nbsp;&nbsp;&nbsp; [depth &lt;value&gt;]<br>
&nbsp;&nbsp;&nbsp; [filter &lt;string&gt;]<br>
- </tt>
- <tt><tt>&nbsp;&nbsp;&nbsp; [filter clear]<br>
- </tt>
- &nbsp;&nbsp;&nbsp; [function average|sum]<br>
+ </tt> <tt><tt>&nbsp;&nbsp;&nbsp; [filter clear]<br>
+ </tt> &nbsp;&nbsp;&nbsp; [function average|sum]<br>
&nbsp;&nbsp;&nbsp; [in]<br>
&nbsp;&nbsp;&nbsp; [out]<br>
&nbsp;&nbsp;&nbsp; [to fit]<br>
@@ -448,274 +426,269 @@
&lt;value&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [in]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [out]<br>
- </tt>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [to fit]<br>
+ </tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [to fit]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [match]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [lock [yes|no]]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [open|close]<br>
&nbsp;<br>
Example:<br>
- </tt> <tt><tt>string value = ds9.get(string
- cmd)<br>
+ </tt> <tt><tt>string value = ds9.get(string cmd)<br>
</tt> block<br>
block lock<br>
</tt> <tt><tt>ds9.set(string cmd)<br>
- </tt></tt>
- <tt><tt><tt>block</tt></tt> 4<br>
- </tt> <tt><tt><tt>block</tt></tt>
- 4 2<br>
+ </tt></tt> <tt><tt><tt>block</tt></tt> 4<br>
+ </tt> <tt><tt><tt>block</tt></tt> 4 2<br>
</tt> <tt><tt><tt><tt><tt>block</tt></tt> to 4<br>
- </tt>
- <tt><tt><tt>block</tt></tt> to 4 2<br>
- </tt></tt>
- <tt><tt><tt>block</tt></tt> in<br>
- </tt></tt>
- <tt><tt><tt><tt><tt>block</tt></tt> out<br>
- </tt></tt></tt>
- <tt><tt><tt>block</tt></tt> to fit<br>
- </tt>
- <tt><tt><tt>block</tt></tt> match<br>
- </tt>
- <tt><tt><tt>block</tt></tt> lock yes<br>
- </tt>
- <tt><tt><tt>block</tt></tt> open<br>
- </tt>
- <tt><tt><tt>block</tt></tt> close</tt><tt><br>
+ </tt> <tt><tt><tt>block</tt></tt> to 4 2<br>
+ </tt></tt> <tt><tt><tt>block</tt></tt> in<br>
+ </tt></tt> <tt><tt><tt><tt><tt>block</tt></tt> out<br>
+ </tt></tt></tt> <tt><tt><tt>block</tt></tt> to fit<br>
+ </tt> <tt><tt><tt>block</tt></tt> match<br>
+ </tt> <tt><tt><tt>block</tt></tt> lock yes<br>
+ </tt> <tt><tt><tt>block</tt></tt> open<br>
+ </tt> <tt><tt><tt>block</tt></tt> close</tt><tt><br>
</tt>
<p><b><a name="catalog" id="catalog"></a>catalog<br>
cat<br>
</b></p>
<p>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.</p>
- <tt>Syntax:<br>
- </tt> <tt>catalog [new]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [ned|simbad|denis|skybot]<br>
- </tt>
- <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-[aavso|ac|ascss|cmc|gaia|gsc1|gsc2|gsc3|nomad|ppmx|sao|sdss5|sdss6|</tt><tt>sdss7|sdss8|</tt><tt>sdss9|tycho]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [</tt><tt><tt>ua2|ub1|</tt>ucac2|ucac2sup|ucac3|ucac4|urat1]<br>
- </tt></tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [2mass|iras]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [csc|xmm|rosat]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [first|nvss]<br>
- &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
- [chandralog|cfhtlog|esolog|stlog|xmmlog]<br>
- &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [cds &lt;catalogname&gt;]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [cds
- &lt;catalogid&gt;]<br>
- <br>
- &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [load &lt;filename&gt;]<br>
- &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [import sb|tsv
- &lt;filename&gt;]<br>
- <br>
- </tt> <tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
- [&lt;ref&gt;] [&lt;ra&gt; &lt;dec&gt;
- &lt;coordsys&gt;]</tt><tt><br>
- </tt> &nbsp;&nbsp; &nbsp;&nbsp;
- &nbsp; [&lt;ref&gt;] [allcols]<br>
- </tt>
- <tt>&nbsp;</tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; [&lt;ref&gt;]
- [allrows]<br>
- &nbsp;</tt><tt>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [cancel]<br>
- </tt> <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
- [&lt;ref&gt;] [clear]<br>
- </tt> <tt>&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;
- [&lt;ref&gt;] [close]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
- <tt>[&lt;ref&gt;] [crosshair]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [dec
- &lt;col&gt;]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [edit
- yes|no]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [export sb|tsv &lt;filename&gt;]<br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [filter &lt;string&gt;]<br>
- &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [filter load
- &lt;filename&gt;]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [header]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [location
- &lt;code&gt;]</tt><br>
- <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [match]<br>
- </tt></tt>
- <tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [&lt;ref&gt;] [match &lt;ref&gt; &lt;ref&gt;]<br>
- </tt></tt>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[&lt;ref&gt;]
-[match
- error &lt;value&gt; degrees|arcmin|arcsec]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
- <tt>[&lt;ref&gt;] [match function 1and2|1not2|2not1]<br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
- <tt>[&lt;ref&gt;] [match return 1and2|1only|2only]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
- <tt>[&lt;ref&gt;] [match unique yes|no]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [maxrows
- &lt;number&gt;]</tt><br>
- <tt>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; [&lt;ref&gt;] [name
- &lt;object&gt;]<br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [panto
- yes|no]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [plot
- &lt;xcol&gt; &lt;ycol&gt; &lt;xerrcol&gt; &lt;yerrcol&gt;]</tt><br>
- <tt>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; [&lt;ref&gt;] [print]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [psky
- &lt;skyframe&gt;]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [psystem
- &lt;coordsys&gt;]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [ra
- &lt;col&gt;]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [regions]</tt><br>
- <tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [retrieve]</tt><br>
- &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [samp]<br>
- &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [samp
- broadcast]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [samp
- send
- &lt;application&gt;]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [save
- &lt;filename&gt;]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [server</tt>
- <tt><tt>cds|adac|cadc|cambridge|sao|ukirt|iucaa|bejing|saao]</tt></tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [show
- yes|no]</tt><br>
- <tt>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; [&lt;ref&gt;] [radius
- &lt;value&gt; degrees|arcmin|arcsec]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [sky
- &lt;skyframe&gt;]<br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;
- &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [skyformat
- &lt;skyformat&gt;]<br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;
- &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [sort &lt;col&gt;
- incr|decr]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [symbol
- [#]
- condition|shape|color|text|font|fontsize|fontweight|fontslant
- &lt;value&gt;]<br>
- </tt> <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
- [&lt;ref&gt;] [symbol [#] text|size|size2|units|angle
- &lt;value&gt;]<br>
- </tt> <tt><tt>&nbsp;&nbsp;&nbsp;
- &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [symbol shape
- circle|ellipse|box|text|point]<br>
- &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</tt></tt>
- <tt><tt><tt><tt>[&lt;ref&gt;] [symbol shape</tt></tt></tt></tt>
- <tt><tt><tt><tt><tt><tt>circle point|box point|diamond
- point|</tt></tt></tt></tt>cross point|x point|arrow
- point|boxcircle
- point]<br>
- </tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [&lt;ref&gt;] [symbol add| [#] remove]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [symbol
- save|load &lt;filename&gt;]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [system
+ new catalog search. All other commands operated on the last
+ search created, unless indicated otherwise.</p>
+ <tt>Syntax:</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog [new]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [ned|simbad|denis|skybot]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+[aavso|ac|ascss|cmc|gaia|gsc1|gsc2|gsc3|nomad|ppmx|sao|sdss5|sdss6|</tt><tt>sdss7|sdss8|</tt><tt>sdss9|tycho]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [</tt><tt>ua2|ub1|</tt><tt>ucac2|ucac2sup|ucac3|ucac4|urat1]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
+
+
+
+ [2mass|iras]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [csc|xmm|rosat]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [first|nvss]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [chandralog|cfhtlog|esolog|stlog|xmmlog]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [cds
+ &lt;catalogname&gt;]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [cds
+ &lt;catalogid&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [load
+ &lt;filename&gt;]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [import sb|tsv
+ &lt;filename&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [&lt;ra&gt; &lt;dec&gt;
&lt;coordsys&gt;]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
- &nbsp;&nbsp;</tt> <tt>[&lt;ref&gt;] [update]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [x
- &lt;col&gt;]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [y
- &lt;col&gt;]</tt><br>
- <tt>&nbsp;<br>
- Example:<br>
- string value = ds9.get(string cmd)<br>
- catalog<br>
- catalog header<br>
- <br>
- ds9.set(string cmd)<br>
- </tt> <tt><tt>catalog new<br>
- </tt> catalog
- 2mass<br>
- catalog cds 2mass<br>
- catalog cds</tt> <tt>{I/252}</tt><br>
- <tt><br>
- </tt> <tt>catalog load foo.xml<br>
- catalog import tsv foo.tsv<br>
- <br>
- </tt> <tt>catalog allrows<br>
- catalog allcols<br>
- </tt> <tt>catalog cancel<br>
- </tt> <tt>catalog
- clear<br>
- </tt> <tt>catalog close<br>
- </tt> <tt>catalog coordinate
- 202.48 47.21 fk5<br>
- </tt> <tt>catalog crosshair<br>
- </tt>
- <tt>catalog dec DEC<br>
- </tt> <tt>catalog edit yes<br>
- </tt>
- <tt>catalog export tsv bar.tsv<br>
- </tt> <tt>catalog filter
- {$Jmag&gt;10}<br>
- catalog filter load foo.flt<br>
- catalog header<br>
- </tt> <tt>catalog location 500</tt><br>
- <tt>catalog match error 2 arcsec<br>
- catalog match function 1and2<br>
- catalog match unique no<br>
- catalog match return 1only<br>
- </tt> <tt>catalog match # last two
- catalogs loaded<br>
- </tt> <tt>catalog match 2mass csc<br>
- </tt>
- <tt>catalog maxrows 2000<br>
- </tt> <tt>catalog name m51<br>
- catalog panto no<br>
- </tt> <tt>catalog plot</tt> <tt>{$Jmag} {$Hmag}
- {$e_Jmag} {$e_Hmag}</tt><tt><br>
- </tt> <tt>catalog print</tt><br>
- <tt>catalog psky fk5</tt><br>
- <tt>catalog psystem wcs</tt><br>
- <tt>catalog ra RA</tt><br>
- <tt>catalog regions<br>
- </tt> <tt>catalog retrieve<br>
- </tt>
- <tt>catalog samp broadcast<br>
- catalog samp send aladin<br>
- catalog save foo.xml<br>
- </tt> <tt>catalog server sao<br>
- </tt>
- <tt>catalog show yes</tt><br>
- <tt>catalog radius 1 degrees</tt><br>
- <tt>catalog symbol condition</tt> <tt>{$Jmag&gt;15}</tt><br>
- <tt>catalog symbol 2 shape</tt> <tt>{boxcircle point}</tt><br>
- <tt>catalog symbol color red<br>
- catalog symbol font times<br>
- </tt> <tt>catalog symbol fontsize
- 14<br>
- </tt> <tt>catalog symbol fontweight bold<br>
- </tt> <tt>catalog
- symbol fontslant italic<br>
- </tt> <tt>catalog symbol add<br>
- catalog symbol 2 remove<br>
- catalog symbol load foo.sym<br>
- catalog symbol save bar.sym</tt><tt><br>
- catalog sky fk5<br>
- catalog skyformat degrees<br>
- </tt> <tt>catalog sort {Jmag}
- incr<br>
- </tt> <tt>catalog system wcs</tt><tt><br>
- </tt> <tt>catalog
- update<br>
- </tt> <tt>catalog x RA<br>
- catalog y DEC</tt><br>
+ </tt><tt> </tt><tt> &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
+ [&lt;ref&gt;] [allcols]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;</tt><tt>&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp; [&lt;ref&gt;] [allrows]</tt><tt><br>
+ </tt><tt> &nbsp;</tt><tt>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [cancel]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [clear]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;
+ [&lt;ref&gt;] [close]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt>
+ </tt><tt>[&lt;ref&gt;] [crosshair]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [dec &lt;col&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [edit yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [export sb|tsv &lt;filename&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
+
+
+
+ [&lt;ref&gt;] [filter &lt;string&gt;]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
+ [filter load &lt;filename&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [header]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [location &lt;code&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [match]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
+
+
+
+
+ [&lt;ref&gt;] [match &lt;ref&gt; &lt;ref&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt>
+ </tt><tt>[&lt;ref&gt;] [match error &lt;value&gt;
+ degrees|arcmin|arcsec]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt>
+ </tt><tt>[&lt;ref&gt;] [match function 1and2|1not2|2not1]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt>
+ </tt><tt>[&lt;ref&gt;] [match return 1and2|1only|2only]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt>
+ </tt><tt>[&lt;ref&gt;] [match unique yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [maxrows &lt;number&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; [&lt;ref&gt;]
+ [name &lt;object&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
+
+
+
+ [&lt;ref&gt;] [panto yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [plot &lt;xcol&gt; &lt;ycol&gt; &lt;xerrcol&gt;
+ &lt;yerrcol&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; [&lt;ref&gt;]
+ [print]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [psky &lt;skyframe&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [psystem &lt;coordsys&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [ra &lt;col&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [regions]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [retrieve]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
+ [samp]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
+ [samp broadcast]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
+ [samp send &lt;application&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
+
+
+
+ [&lt;ref&gt;] [save &lt;filename&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [server</tt><tt> </tt><tt>cds|adac|cadc|cambridge|sao|ukirt|iucaa|bejing|saao]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [show yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; [&lt;ref&gt;]
+ [radius &lt;value&gt; degrees|arcmin|arcsec]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [sky &lt;skyframe&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [skyformat &lt;skyformat&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [sort &lt;col&gt; incr|decr]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [symbol [#]
+ condition|shape|color|text|font|fontsize|fontweight|fontslant
+ &lt;value&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [symbol [#]
+ text|size|size2|units|angle &lt;value&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [symbol shape
+ circle|ellipse|box|text|point]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[&lt;ref&gt;]
+
+
+
+
+ [symbol shape</tt><tt> </tt><tt>circle point|box point|diamond
+ point|</tt><tt>cross point|x point|arrow point|boxcircle point]</tt><tt><br>
+ </tt><tt> </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [symbol add| [#] remove]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
+ [symbol save|load &lt;filename&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [system &lt;coordsys&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;</tt><tt> </tt><tt>[&lt;ref&gt;] [update]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [x &lt;col&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [y &lt;col&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;</tt><tt><br>
+ </tt><tt> Example:</tt><tt><br>
+ </tt><tt> string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> catalog</tt><tt><br>
+ </tt><tt> catalog header</tt><tt><br>
+ </tt><tt> </tt><tt><br>
+ </tt><tt> ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog new</tt><tt><br>
+ </tt><tt> </tt><tt> catalog 2mass</tt><tt><br>
+ </tt><tt> catalog cds 2mass</tt><tt><br>
+ </tt><tt> catalog cds</tt><tt> </tt><tt>{I/252}</tt><tt><br>
+ </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog load foo.xml</tt><tt><br>
+ </tt><tt> catalog import tsv foo.tsv</tt><tt><br>
+ </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog allrows</tt><tt><br>
+ </tt><tt> catalog allcols</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog cancel</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog clear</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog close</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog coordinate 202.48 47.21 fk5</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog crosshair</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog dec DEC</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog edit yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog export tsv bar.tsv</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog filter {$Jmag&gt;10}</tt><tt><br>
+ </tt><tt> catalog filter load foo.flt</tt><tt><br>
+ </tt><tt> catalog header</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog location 500</tt><tt><br>
+ </tt><tt> </tt><tt>catalog match error 2 arcsec</tt><tt><br>
+ </tt><tt> catalog match function 1and2</tt><tt><br>
+ </tt><tt> catalog match unique no</tt><tt><br>
+ </tt><tt> catalog match return 1only</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog match # last two catalogs
+ loaded</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog match 2mass csc</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog maxrows 2000</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog name m51</tt><tt><br>
+ </tt><tt> catalog panto no</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog plot</tt><tt> </tt><tt>{$Jmag}
+
+
+
+ {$Hmag} {$e_Jmag} {$e_Hmag}</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog print</tt><tt><br>
+ </tt><tt> </tt><tt>catalog psky fk5</tt><tt><br>
+ </tt><tt> </tt><tt>catalog psystem wcs</tt><tt><br>
+ </tt><tt> </tt><tt>catalog ra RA</tt><tt><br>
+ </tt><tt> </tt><tt>catalog regions</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog retrieve</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog samp broadcast</tt><tt><br>
+ </tt><tt> catalog samp send aladin</tt><tt><br>
+ </tt><tt> catalog save foo.xml</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog server sao</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog show yes</tt><tt><br>
+ </tt><tt> </tt><tt>catalog radius 1 degrees</tt><tt><br>
+ </tt><tt> </tt><tt>catalog symbol condition</tt><tt> </tt><tt>{$Jmag&gt;15}</tt><tt><br>
+ </tt><tt> </tt><tt>catalog symbol 2 shape</tt><tt> </tt><tt>{boxcircle
+
+
+
+ point}</tt><tt><br>
+ </tt><tt> </tt><tt>catalog symbol color red</tt><tt><br>
+ </tt><tt> catalog symbol font times</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog symbol fontsize 14</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog symbol fontweight bold</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog symbol fontslant italic</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog symbol add</tt><tt><br>
+ </tt><tt> catalog symbol 2 remove</tt><tt><br>
+ </tt><tt> catalog symbol load foo.sym</tt><tt><br>
+ </tt><tt> catalog symbol save bar.sym</tt><tt><br>
+ </tt><tt> catalog sky fk5</tt><tt><br>
+ </tt><tt> catalog skyformat degrees</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog sort {Jmag} incr</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog system wcs</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog update</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>catalog x RA</tt><tt><br>
+ </tt><tt> catalog y DEC</tt><br>
<p><b><a name="cd" id="cd"></a>cd</b></p>
<p>Sets/Returns the current working directory.</p>
<tt>Syntax:<br>
@@ -730,8 +703,7 @@
<p><b><a name="cmap" id="cmap"></a>cmap</b></p>
<p>Controls the colormap for the current frame. The colormap name
is not case sensitive. A valid contrast value is&nbsp; from 0 to
- 10
- and bias value from 0 to 1.</p>
+ 10 and bias value from 0 to 1.</p>
<tt>Syntax:<br>
cmap [&lt;colormap&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [file]<br>
@@ -739,8 +711,8 @@
&nbsp;&nbsp;&nbsp;&nbsp; [save &lt;filename&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [invert yes|no]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [&lt;constrast&gt; &lt;bias&gt;]<br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [tag [load|save] &lt;filename&gt;]<br>
+ </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp; [tag [load|save]
+ &lt;filename&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [tag delete]</tt><br>
<tt>&nbsp;&nbsp;&nbsp;&nbsp; [open|close]<br>
&nbsp;<br>
@@ -785,8 +757,7 @@
roman|italic]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; [size]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ticks]</tt><br>
- <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [match]<br>
+ <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [match]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [lock
[yes|no]]</tt><br>
&nbsp;<br>
@@ -838,18 +809,17 @@
&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [save &lt;filename&gt;
[&lt;coordsys&gt; &lt;skyframe&gt;]]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [convert]<br>
- </tt>
- <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [load levels
- &lt;filename&gt;]<br>
- </tt></tt>
- <tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [save
- levels
- &lt;filename&gt;]<br>
- </tt></tt>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [copy]<br>
+ </tt> <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [load
+ levels &lt;filename&gt;]<br>
+ </tt></tt> <tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
+
+
+
+ [save levels &lt;filename&gt;]<br>
+ </tt></tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [copy]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [paste
- [&lt;coordsys&gt;
- &lt;color&gt; &lt;width&gt; yes|no]]<br>
+ [&lt;coordsys&gt; &lt;color&gt; &lt;width&gt; yes|no]]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [color &lt;color&gt;]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [width &lt;width&gt;]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [dash yes|no]<br>
@@ -867,8 +837,7 @@
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [limits &lt;min&gt;
&lt;max&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [levels &lt;value
- value
- value...&gt;]<br>
+ value value...&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [open|close]<br>
&nbsp;<br>
Example:<br>
@@ -894,20 +863,14 @@
contour clear<br>
contour generate<br>
contour load ds9.ctr<br>
- </tt> <tt><tt>contour save
- ds9.con<br>
- </tt></tt> <tt><tt><tt>contour save ds9.con wcs
- fk5<br>
+ </tt> <tt><tt>contour save ds9.con<br>
+ </tt></tt> <tt><tt><tt>contour save ds9.con wcs fk5<br>
</tt></tt> contour convert<br>
- </tt> <tt><tt>contour load
- levels ds9.ctr<br>
- </tt></tt> <tt><tt><tt>contour save levels
- ds9.lev<br>
+ </tt> <tt><tt>contour load levels ds9.ctr<br>
+ </tt></tt> <tt><tt><tt>contour save levels ds9.lev<br>
</tt></tt> contour copy<br>
- </tt> <tt><tt>contour
- paste<br>
- </tt></tt> <tt><tt><tt>contour paste wcs red 2
- no<br>
+ </tt> <tt><tt>contour paste<br>
+ </tt></tt> <tt><tt><tt>contour paste wcs red 2 no<br>
</tt></tt> contour color yellow<br>
contour width 2<br>
contour dash yes<br>
@@ -919,33 +882,35 @@
contour mode zscale<br>
contour scope local<br>
contour limits 1 100<br>
- contour levels {1 10 100 1000}<br>
+ contour levels 1 10 100 1000<br>
contour open<br>
contour close<br>
</tt>
<p><b><a name="crop" id="crop"></a>crop</b></p>
<p>Set current image display area.</p>
- <tt>Syntax:<br>
- crop [&lt;x&gt; &lt;y&gt; &lt;width&gt; &lt;height&gt;
- [&lt;coordsys&gt;][&lt;skyframe&gt;][degrees|arcmin|arcsec]<br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [match &lt;coordsys&gt;]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [lock
+ <tt>Syntax:</tt><tt><br>
+ </tt><tt> crop [&lt;x&gt; &lt;y&gt; &lt;width&gt; &lt;height&gt;
+ [&lt;coordsys&gt;][&lt;skyframe&gt;][degrees|arcmin|arcsec]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [match &lt;coordsys&gt;]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [lock
&lt;coordsys&gt;|none]</tt><tt><br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [reset]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [3d</tt> <tt><tt>zmin zmax
- &lt;coordsys&gt;]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [open|close]</tt><br>
- &nbsp;<br>
- Example:<br>
- string value = ds9.get(string cmd)<br>
- </tt> <tt>crop # get crop in
- physical coords<br>
- </tt> <tt>crop wcs galactic sexagesimal
- arcsec<br>
- crop lock<br>
- </tt> <tt>ds9.set(string cmd)</tt><br>
- <tt>crop 40 30 10 20 # set crop in physical coords<br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [reset]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [3d</tt><tt> </tt><tt>zmin
+
+
+
+ zmax &lt;coordsys&gt;]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [open|close]</tt><tt><br>
+ </tt><tt> &nbsp;</tt><tt><br>
+ </tt><tt> Example:</tt><tt><br>
+ </tt><tt> string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>crop # get crop in physical coords</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>crop wcs galactic sexagesimal
+ arcsec</tt><tt><br>
+ </tt><tt> crop lock</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> crop 40 30 10 20 # set crop in physical coords<br>
crop +104:51:06.915 +68:33:40.761&nbsp; 28.144405 22.000204 wcs
galactic arcsec<br>
crop match wcs<br>
@@ -962,9 +927,8 @@
<tt>Syntax:<br>
crosshair [&lt;x&gt; &lt;y&gt; &lt;coordsys&gt;
[&lt;skyframe&gt;]]<br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [match
- &lt;coordsys&gt;]<br>
+ </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [match &lt;coordsys&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; [lock
&lt;coordsys&gt;|none]</tt><br>
<tt>&nbsp;<br>
@@ -989,8 +953,7 @@
&nbsp;&nbsp;&nbsp;&nbsp; [&lt;slice&gt;
[&lt;coordsys&gt;][&lt;axis&gt;]]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [interval &lt;numeric&gt;]<br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [match &lt;coordsys&gt;]<br>
+ </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp; [match &lt;coordsys&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [lock &lt;coordsys&gt;|none]</tt><br>
<tt>&nbsp;&nbsp;&nbsp;&nbsp; [order 123|132|213|231|312|321]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [axes lock [yes|no]]</tt><br>
@@ -1029,10 +992,8 @@
<p><b><a name="data" id="data"></a>data</b></p>
<p>Return an array of data values given a lower left corner and a
width and height in specified coordinate system. The last
- argument
- of yes indicates to strip the coordinates from the output and
- just
- list the data values. The default is yes.<br>
+ argument of yes indicates to strip the coordinates from the
+ output and just list the data values. The default is yes.<br>
</p>
<tt>Syntax:<br>
data [&lt;coordsys&gt; [&lt;skyframe&gt;] &lt;x&gt; &lt;y&gt;
@@ -1044,8 +1005,7 @@
data physical 899 1039 6 6 no<br>
data fk5 202.47091 47.196811 0.00016516669 0.00016516669 no<br>
data wcs fk5 13:29:53.018 +47:11:48.52 0.00016516669
- 0.00016516669
- no</tt><tt><br>
+ 0.00016516669 no</tt><tt><br>
</tt>
<p><b><a name="dsssao" id="dsssao"></a>dsssao<br>
dss<br>
@@ -1054,11 +1014,9 @@
<tt>Syntax:<br>
dsssao []<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; [&lt;object&gt;]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [name
- &lt;object&gt;|clear]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [name &lt;object&gt;|clear]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ra&gt; &lt;dec&gt;] #
- in
- wcs fk5<br>
+ in wcs fk5<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [size &lt;width&gt;
&lt;height&gt; degrees|arcmin|arcsec]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [save yes|no]<br>
@@ -1077,10 +1035,8 @@
dsssao<br>
dsssao m31<br>
</tt> <tt><tt>dsssao name m31<br>
- </tt></tt>
- <tt><tt><tt>dsssao name clear<br>
- </tt></tt> dsssao 00:42:44.404
- +41:16:08.78<br>
+ </tt></tt> <tt><tt><tt>dsssao name clear<br>
+ </tt></tt> dsssao 00:42:44.404 +41:16:08.78<br>
dsssao size 60 60 arcmin<br>
dsssao save yes<br>
dsssao frame current<br>
@@ -1093,11 +1049,9 @@
<tt>Syntax:<br>
dsseso []<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;object&gt;]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [name
- &lt;object&gt;|clear]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [name &lt;object&gt;|clear]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ra&gt; &lt;dec&gt;] #
- in
- wcs fk5<br>
+ in wcs fk5<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [size &lt;width&gt;
&lt;height&gt; degrees|arcmin|arcsec]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [save yes|no]<br>
@@ -1119,10 +1073,8 @@
dsseso<br>
dsseso m31<br>
</tt> <tt><tt>dsseso name m31<br>
- </tt></tt>
- <tt><tt><tt>dsseso name clear<br>
- </tt></tt> dsseso 00:42:44.404
- +41:16:08.78<br>
+ </tt></tt> <tt><tt><tt>dsseso name clear<br>
+ </tt></tt> dsseso 00:42:44.404 +41:16:08.78<br>
dsseso size 60 60 arcmin<br>
dsseso save yes<br>
dsseso frame current<br>
@@ -1166,10 +1118,8 @@
dssstsci<br>
dssstsci m31<br>
</tt> <tt><tt>dssstsci name m31<br>
- </tt></tt>
- <tt><tt><tt>dssstsci name clear<br>
- </tt></tt> dssstsci 00:42:44.404
- +41:16:08.78<br>
+ </tt></tt> <tt><tt><tt>dssstsci name clear<br>
+ </tt></tt> dssstsci 00:42:44.404 +41:16:08.78<br>
dssstsci size 60 60 arcmin<br>
dssstsci save yes<br>
dssstsci frame current<br>
@@ -1178,8 +1128,7 @@
dssstsci open<br>
dssstsci close</tt><br>
<p><b><a name="envi" id="envi"></a>envi</b></p>
- <p>Load an ENVI header and file. Optional parameter: array
- endian.<br>
+ <p>Load an ENVI header and file. Optional parameter: array endian.<br>
</p>
<tt>Syntax:<br>
envi [new] &lt;header&gt; [&lt;filename&gt;]<br>
@@ -1205,34 +1154,29 @@
<p>Export loaded image data of current frame in specified image
format. Optional parameters: array endian, nrrd endian, jpeg
quality (1-100) and tiff compression method.</p>
- <tt>Syntax:</tt> <tt><br>
- </tt> <tt>export</tt>
- <tt>[array|nrrd|envi|gif|tiff|jpeg|png]</tt>
- <tt>&lt;filename&gt;</tt><tt><br>
- </tt> <tt>export array
- &lt;filename&gt;</tt>
- <tt>[big|little</tt><tt>|native]</tt><tt><br>
- </tt> <tt>export nrrd
- &lt;filename&gt;</tt> <tt>[big|little</tt><tt>|native]</tt><br>
- <tt>export envi &lt;header&gt; [&lt;filename&gt;]</tt>
- <tt>[big|little</tt><tt>|native]</tt><tt><br>
- </tt> <tt>export jpeg
- &lt;filename&gt;</tt> <tt>[1-100]</tt><tt><br>
- </tt> <tt>export tiff
- &lt;filename</tt><tt>&gt;</tt>
- <tt>[none|jpeg|packbits|deflate]</tt><br>
- <tt>&nbsp;<br>
- Example:<br>
- </tt> <tt><tt><tt>ds9.set (string cmd)<br>
- </tt> export
- array foo.arr little</tt></tt><br>
- <tt><tt>export nrrd foo.nrrd little<br>
- export envi foo.hdr little<br>
- export envi foo.hdr foo.bsq little<br>
- </tt></tt>
- <tt><tt><tt><tt>export tiff foo.tiff jpeg</tt></tt></tt><br>
- export jpeg foo.jpeg 75<br>
- export png foo.png</tt><br>
+ <tt>Syntax:</tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>export</tt><tt> </tt><tt>[array|nrrd|envi|gif|tiff|jpeg|png]</tt><tt>
+ </tt><tt>&lt;filename&gt;</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>export array &lt;filename&gt;</tt><tt>
+ </tt><tt>[big|little</tt><tt>|native]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>export nrrd &lt;filename&gt;</tt><tt>
+ </tt><tt>[big|little</tt><tt>|native]</tt><tt><br>
+ </tt><tt> </tt><tt>export envi &lt;header&gt; [&lt;filename&gt;]</tt><tt>
+ </tt><tt>[big|little</tt><tt>|native]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>export jpeg &lt;filename&gt;</tt><tt>
+ </tt><tt>[1-100]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>export tiff &lt;filename</tt><tt>&gt;</tt><tt>
+ </tt><tt>[none|jpeg|packbits|deflate]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;</tt><tt><br>
+ </tt><tt> Example:</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set (string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> export array foo.arr little</tt><tt><br>
+ </tt><tt> </tt><tt>export nrrd foo.nrrd little</tt><tt><br>
+ </tt><tt> export envi foo.hdr little</tt><tt><br>
+ </tt><tt> export envi foo.hdr foo.bsq little</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>export tiff foo.tiff jpeg</tt><tt><br>
+ </tt><tt> export jpeg foo.jpeg 75</tt><tt><br>
+ </tt><tt> export png foo.png</tt><br>
<p><b><a name="file" id="file"></a>file</b></p>
<p>Query currently loaded file information.</p>
<tt>Syntax:<br>
@@ -1247,10 +1191,8 @@
loaded image.<br>
</p>
<tt>Syntax:<br>
- fits</tt> <tt><tt>[new|mask|slice]
- [&lt;filename&gt;]</tt><tt><br>
- </tt> &nbsp;&nbsp;&nbsp;&nbsp;
- [width|height|depth|bitpix|type]<br>
+ fits</tt> <tt><tt>[new|mask|slice] [&lt;filename&gt;]</tt><tt><br>
+ </tt> &nbsp;&nbsp;&nbsp;&nbsp; [width|height|depth|bitpix|type]<br>
&nbsp; &nbsp;&nbsp; [size [wcs|wcsa...wcsz]
[fk4|fk5|icrs|galactic|ecliptic] [degrees|arcmin|arcsecs]]<br>
&nbsp;&nbsp;&nbsp; &nbsp;[header [&lt;ext&gt;] [keyword
@@ -1276,8 +1218,7 @@
fits table</tt></tt><tt><br>
fits slice<br>
ds9.set(string cmd, string url)</tt><tt><tt><br>
- </tt> fits
- foo.fits<br>
+ </tt> fits foo.fits<br>
fits new foo.fits<br>
fits bar.fits[bin=detx,dety]<br>
fits slice foo.fits<br>
@@ -1289,10 +1230,8 @@
fits mask</tt>
<p>Syntax:<br>
</p>
- <tt><tt>fits</tt> <tt><tt>[new|mask|slice]
- [&lt;filename&gt;]</tt><tt><br>
- </tt> &nbsp;&nbsp;&nbsp;&nbsp;
- [width|height|depth|bitpix]<br>
+ <tt><tt>fits</tt> <tt><tt>[new|mask|slice] [&lt;filename&gt;]</tt><tt><br>
+ </tt> &nbsp;&nbsp;&nbsp;&nbsp; [width|height|depth|bitpix]<br>
&nbsp; &nbsp;&nbsp; [size [wcs|wcsa...wcsz]
[fk4|fk5|icrs|galactic|ecliptic] [degrees|arcmin|arcsecs]]<br>
&nbsp;&nbsp;&nbsp; &nbsp;[header [&lt;ext&gt;] [keyword
@@ -1315,10 +1254,8 @@
fits<br>
fits image<br>
</tt> <tt><tt>fits table<br>
- </tt></tt>
- <tt><tt><tt>fits slice<br>
- </tt></tt> ds9.set(string cmd, string
- url)</tt><tt><br>
+ </tt></tt> <tt><tt><tt>fits slice<br>
+ </tt></tt> ds9.set(string cmd, string url)</tt><tt><br>
fits foo.fits<br>
fits new foo.fits<br>
fits bar.fits[bin=detx,dety]<br>
@@ -1327,12 +1264,10 @@
<br>
</tt> <b><a name="frame" id="frame"></a>frame</b>
<p>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.</p>
+ 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.</p>
<tt>Syntax:<br>
frame [center [#|all]]<br>
&nbsp; &nbsp; &nbsp; [clear [#|all]]<br>
@@ -1360,15 +1295,13 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [has fits [ |bin|cube|mosaic]]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [has marker
[highlite|paste|select|undo]]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [has system
- &lt;coordsys&gt;]<br>
- </tt>
- <tt><tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [has wcs
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [has system &lt;coordsys&gt;]<br>
+ </tt> <tt><tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [has wcs
[&lt;wcssys&gt;]]<br>
- </tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [has wcs
- celestial [&lt;wcssys&gt;]]<br>
- </tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [has wcs linear [&lt;wcssys&gt;]]<br>
+ </tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [has wcs celestial
+ [&lt;wcssys&gt;]]<br>
+ </tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [has wcs linear
+ [&lt;wcssys&gt;]]<br>
&nbsp;</tt><br>
Example:<br>
string value = ds9.get(string cmd)<br>
@@ -1431,14 +1364,12 @@
gif [new|slice] [&lt;filename&gt;]<br>
&nbsp;<br>
Example:<br>
- </tt> <tt><tt>string value = ds9.get(string
- cmd)<br>
+ </tt> <tt><tt>string value = ds9.get(string cmd)<br>
</tt> gif</tt><br>
<tt><tt>ds9.set(string cmd)<br>
</tt> gif foo.gif</tt><br>
<tt><tt>gif new foo.gif<br>
- </tt></tt> <tt><tt><tt>gif slice
- foo.gif<br>
+ </tt></tt> <tt><tt><tt>gif slice foo.gif<br>
</tt></tt> gif</tt><br>
<tt><tt>gif</tt> <tt>new<br>
</tt> gif</tt> <tt>slice</tt>
@@ -1457,21 +1388,17 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [grid width &lt;value&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [grid dash yes|no]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [grid gap1 &lt;value&gt;]<br>
- </tt>
- <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [grid gap2
+ </tt> <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [grid gap2
&lt;value&gt;]<br>
- </tt></tt>
- <tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [grid gap3
- &lt;value&gt;]<br>
- </tt></tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [axes
- yes|no]<br>
+ </tt></tt> <tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [grid
+ gap3 &lt;value&gt;]<br>
+ </tt></tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [axes yes|no]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [axes color &lt;color&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [axes width &lt;value&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [axes dash yes|no]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [axes type
- interior|exterior]<br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [axes origin lll|llu|lul|luu|ull|ulu|uul|uuu]</tt><br>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [axes type interior|exterior]<br>
+ </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [axes origin
+ lll|llu|lul|luu|ull|ulu|uul|uuu]</tt><br>
<tt>&nbsp;&nbsp;&nbsp; &nbsp; [format1 &lt;format&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [format2 &lt;format&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [tickmarks yes|no]<br>
@@ -1485,22 +1412,17 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics yes|no]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics font
times|helvetica|courier]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics fontsize
- &lt;value&gt;]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics fontweight
- normal|bold]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics fontslant
- roman|italic]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics fontsize &lt;value&gt;]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics fontweight normal|bold]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics fontslant roman|italic]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics color &lt;color&gt;]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics gap1
- &lt;value&gt;]<br>
- </tt> <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [numerics gap2 &lt;value&gt;]<br>
- </tt></tt>
- <tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics gap3
- &lt;value&gt;]<br>
- </tt></tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [numerics type interior|exterior]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics gap1 &lt;value&gt;]<br>
+ </tt> <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics gap2
+ &lt;value&gt;]<br>
+ </tt></tt> <tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics
+ gap3 &lt;value&gt;]<br>
+ </tt></tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics type
+ interior|exterior]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [numerics vertical yes|no]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [title yes|no]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [title text &lt;text&gt;]<br>
@@ -1514,17 +1436,13 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [title color &lt;color&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels yes|no]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels text1 &lt;text&gt;]<br>
- </tt>
- <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels text2
+ </tt> <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels text2
&lt;text&gt;]<br>
- </tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels def1
- yes|no]<br>
+ </tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels def1 yes|no]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels def2 yes|no]<br>
- </tt>
- <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels gap1
+ </tt> <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels gap1
&lt;value&gt;]<br>
- </tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels gap2
- &lt;value&gt;]<br>
+ </tt> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels gap2 &lt;value&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels font
times|helvetica|courier]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [labels fontsize &lt;value&gt;]<br>
@@ -1549,8 +1467,7 @@
grid grid dash<br>
grid grid gap1<br>
</tt> <tt><tt>grid grid gap2<br>
- </tt></tt>
- <tt><tt><tt>grid grid gap3<br>
+ </tt></tt> <tt><tt><tt>grid grid gap3<br>
</tt></tt> grid axes<br>
grid axes color<br>
grid axes width<br>
@@ -1574,11 +1491,9 @@
grid numerics fontslant<br>
grid numerics color<br>
grid numerics gap1<br>
- </tt> <tt><tt>grid numerics
- gap2<br>
+ </tt> <tt><tt>grid numerics gap2<br>
</tt></tt> <tt><tt><tt>grid numerics gap3<br>
- </tt></tt>
- grid numerics type<br>
+ </tt></tt> grid numerics type<br>
grid numerics vertical<br>
grid title<br>
grid title text<br>
@@ -1592,12 +1507,10 @@
grid labels<br>
grid labels text1<br>
</tt> <tt><tt>grid labels text2<br>
- </tt> grid
- labels def1<br>
+ </tt> grid labels def1<br>
grid labels def2<br>
</tt> <tt><tt>grid labels gap1<br>
- </tt> grid
- labels gap2<br>
+ </tt> grid labels gap2<br>
grid labels font<br>
grid labels fontsize<br>
grid labels fontweight<br>
@@ -1616,8 +1529,7 @@
grid grid dash yes<br>
grid grid gap1 10<br>
</tt> <tt><tt>grid grid gap2 10<br>
- </tt></tt>
- <tt><tt><tt>grid grid gap3 10<br>
+ </tt></tt> <tt><tt><tt>grid grid gap3 10<br>
</tt></tt> grid axes yes<br>
grid axes color red<br>
grid axes width 2<br>
@@ -1641,11 +1553,9 @@
grid numerics fontslant italic<br>
grid numerics color red<br>
grid numerics gap1 10<br>
- </tt> <tt><tt>grid numerics gap2
- 10<br>
+ </tt> <tt><tt>grid numerics gap2 10<br>
</tt></tt> <tt><tt><tt>grid numerics gap3 10<br>
- </tt></tt>
- grid numerics type exterior<br>
+ </tt></tt> grid numerics type exterior<br>
grid numerics vertical yes<br>
grid title yes<br>
grid title text {Hello World}<br>
@@ -1658,13 +1568,11 @@
grid title color red<br>
grid labels yes<br>
grid labels text1 {Hello World}<br>
- </tt> <tt><tt>grid labels text2
- {Hello World}<br>
+ </tt> <tt><tt>grid labels text2 {Hello World}<br>
</tt> grid labels def1 yes<br>
grid labels def2 yes<br>
</tt> <tt><tt>grid labels gap1 10<br>
- </tt>
- grid labels gap2 10<br>
+ </tt> grid labels gap2 10<br>
grid labels font courier<br>
grid labels fontsize 12<br>
grid labels fontweight bold<br>
@@ -1717,41 +1625,40 @@
iconify yes</tt><br>
<p><b><a name="iexam" id="iexam"></a>iexam</b></p>
<p>Interactive examine function. A blinking cursor will indicate
- to
- the user to click on a point on an image. The specified
- information
- will be returned at that time. The default event is
+ to the user to click on a point on an image. The specified
+ information will be returned at that time. The default event is
<tt>button</tt>. In the last form, the following macros will be
expanded if present: <tt>$width, $height, $depth, $bitpix,
$filename, $regions, $filename[$regions], $env, $pan, $value,
- $x,
- $y, $z.</tt> See <a
+ $x, $y, $z.</tt> See <a
href="file:///Users/joye/saods9/doc/ref/analysis.html#macros">Analysis
+
+
+
+
+
Macros</a> for more information.</p>
<tt>Syntax:<br>
iexam []<br>
- </tt> <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [[]|button|key|any] coordinate &lt;coordsys&gt;
- [&lt;skyframe&gt;]
+ </tt> <tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [[]|button|key|any]
+ coordinate &lt;coordsys&gt; [&lt;skyframe&gt;]
[&lt;skyformat&gt;]<br>
&nbsp;&nbsp; &nbsp;&nbsp; [[]|button|key|any] data
[width][height]<br>
- </tt> <tt><tt>&nbsp;&nbsp; &nbsp;&nbsp;
- [[]|button|key|any] &lt;macro string&gt;]<br>
+ </tt> <tt><tt>&nbsp;&nbsp; &nbsp;&nbsp; [[]|button|key|any]
+ &lt;macro string&gt;]<br>
&nbsp;</tt></tt><br>
Example:<br>
string value = ds9.get(string cmd)<br>
</tt> <tt><tt>iexam<br>
- </tt>
- iexam coordinate image<br>
+ </tt> iexam coordinate image<br>
iexam key coordinate image # return coordinate and key event<br>
iexam coordinate wcs fk5 degrees<br>
iexam coordinate wcs galactic sexagesimal<br>
iexam coordinate fk5<br>
iexam data # return data value<br>
iexam key data # return data value and key event<br>
- iexam data 3 3 # return all data in 3x3 box about selected
- point<br>
+ iexam data 3 3 # return all data in 3x3 box about selected point<br>
iexam {'Click at $x,$y in file $filename'}</tt><br>
<p><b><a name="iis" id="iis"></a>iis</b></p>
<p>Set/Get IIS Filename. Optional mosaic number maybe supplied.</p>
@@ -1766,78 +1673,71 @@
iis filename foo.fits<br>
iis filename bar.fits 4</tt><br>
<p><b><a name="jpeg" id="jpeg"></a>jpeg</b></p>
- <p>Load JPEG image into current frame. Optional parameters:
- <tt>jpeg</tt> quality (1-100)</p>
+ <p>Load JPEG image into current frame. Optional parameters: <tt>jpeg</tt>
+ quality (1-100)</p>
<tt>Syntax:<br>
jpeg [new|slice] [&lt;filename&gt;] [1-100]<br>
&nbsp;<br>
Example:<br>
- </tt> <tt><tt>string value = ds9.get(string
- cmd)<br>
+ </tt> <tt><tt>string value = ds9.get(string cmd)<br>
</tt> jpeg</tt><br>
<tt><tt>jpeg 100</tt><br>
</tt> <tt><tt>ds9.set(string cmd)<br>
- </tt>
- jpeg foo.jpeg</tt><br>
+ </tt> jpeg foo.jpeg</tt><br>
<tt><tt>jpeg new foo.jpeg<br>
- </tt></tt> <tt><tt><tt>jpeg slice
- foo.jpeg<br>
+ </tt></tt> <tt><tt><tt>jpeg slice foo.jpeg<br>
</tt></tt> jpeg</tt><br>
<tt><tt>jpeg</tt> <tt>new<br>
</tt> jpeg</tt> <tt>slice</tt>
<p><b><a name="lock" id="lock"></a>lock</b></p>
<p>Lock all other frames to the current frame.</p>
- <tt>Syntax:<br>
- </tt> <tt>lock</tt> <tt>[frame
- &lt;coordsys&gt;|none]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[crosshair
- &lt;coordsys&gt;|none]</tt> <tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [crop &lt;coordsys&gt;|none]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [slice &lt;coordsys&gt;|none]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [bin [yes|no]]<br>
- &nbsp;&nbsp;&nbsp;&nbsp; [axes [yes|no]]<br>
- &nbsp;&nbsp;&nbsp;&nbsp; [scale [yes|no]]<br>
- &nbsp;&nbsp;&nbsp;&nbsp; [scalelimits [yes|no]]<br>
- &nbsp;&nbsp;&nbsp;&nbsp; [colorbar [yes|no]]<br>
- &nbsp;&nbsp;&nbsp;&nbsp; [block [yes|no]]<br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [smooth [yes|no]]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [3d [yes|no]]</tt><tt><br>
- </tt>
- <tt>&nbsp;</tt> <tt><br>
- Example:<br>
- </tt> <tt>string value = ds9.get(string cmd)<br>
- </tt>
- <tt>lock frame<br>
- lock crosshair<br>
- </tt> <tt>lock crop</tt><br>
- <tt>lock slice</tt><br>
- <tt>lock bin<br>
- lock axes<br>
- lock scale<br>
- lock scalelimits<br>
- lock color</tt><tt>bar<br>
- lock block<br>
- </tt> <tt>lock smooth<br>
- </tt> <tt>lock 3d<br>
- </tt>
- <tt>ds9.set(string cmd)<br>
- </tt> <tt>lock frame
- wcs</tt><tt><br>
- </tt> <tt>lock crosshair wcs<br>
- </tt> <tt>lock crop
- wcs</tt><br>
- <tt>lock slice wcs</tt><br>
- <tt>lock bin yes<br>
- lock axes yes<br>
- </tt> <tt>lock scale yes<br>
- lock scalelimits yes<br>
- </tt> <tt>lock colorbar yes</tt><tt><br>
- lock block yes</tt><br>
- <tt>lock smooth yes<br>
- </tt> <tt>lock 3d yes<br>
+ <tt>Syntax:</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>lock</tt><tt> </tt><tt>[frame
+ &lt;coordsys&gt;|none]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[crosshair
+ &lt;coordsys&gt;|none]</tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp; [crop
+ &lt;coordsys&gt;|none]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp; [slice
+ &lt;coordsys&gt;|none]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp; [bin [yes|no]]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp; [axes [yes|no]]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp; [scale [yes|no]]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp; [scalelimits [yes|no]]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp; [colorbar [yes|no]]</tt><tt><br>
+ </tt><tt> &nbsp;&nbsp;&nbsp;&nbsp; [block [yes|no]]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp; [smooth
+ [yes|no]]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp; [3d
+ [yes|no]]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;</tt><tt> </tt><tt><br>
+ </tt><tt> Example:</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>lock frame</tt><tt><br>
+ </tt><tt> lock crosshair</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>lock crop</tt><tt><br>
+ </tt><tt> </tt><tt>lock slice</tt><tt><br>
+ </tt><tt> </tt><tt>lock bin</tt><tt><br>
+ </tt><tt> lock axes</tt><tt><br>
+ </tt><tt> lock scale</tt><tt><br>
+ </tt><tt> lock scalelimits</tt><tt><br>
+ </tt><tt> lock color</tt><tt>bar</tt><tt><br>
+ </tt><tt> lock block</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>lock smooth</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>lock 3d</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>lock frame wcs</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>lock crosshair wcs</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>lock crop wcs</tt><tt><br>
+ </tt><tt> </tt><tt>lock slice wcs</tt><tt><br>
+ </tt><tt> </tt><tt>lock bin yes</tt><tt><br>
+ </tt><tt> lock axes yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>lock scale yes</tt><tt><br>
+ </tt><tt> lock scalelimits yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>lock colorbar yes</tt><tt><br>
+ </tt><tt> lock block yes</tt><tt><br>
+ </tt><tt> </tt><tt>lock smooth yes</tt><tt><br>
+ </tt><tt> </tt><tt> lock 3d yes<br>
<br>
</tt> <b><a name="lower" id="lower"></a>lower</b>
<p>Lower in the window stacking order.</p>
@@ -1876,8 +1776,10 @@
<p>Controls mask parameters.</p>
<tt>Syntax:<br>
mask [color &lt;color&gt;]<br>
- &nbsp;&nbsp;&nbsp;&nbsp; [mark 1|0]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp; [mark zero|nonzero|nan|nonnan|range]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp; [range &lt;low&gt; &lt;high&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [transparency &lt;value&gt;]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp; [system &lt;coordsys&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [clear]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [open|close]<br>
&nbsp;<br>
@@ -1885,11 +1787,15 @@
string value = ds9.get(string cmd)<br>
mask color<br>
mask mark<br>
+ mask range<br>
+ mask system<br>
mask transparency<br>
ds9.set(string cmd)<br>
mask color red<br>
- mask mark 0<br>
+ mask mark zero<br>
+ mask range 10 100<br>
mask transparency 50<br>
+ mask system wcs<br>
mask clear<br>
mask open<br>
mask close<br>
@@ -1897,17 +1803,12 @@
<p><b><a name="match" id="match"></a>match</b></p>
<p>Match all other frames to the current frame.</p>
<tt>Syntax:<br>
- </tt> <tt>match</tt> <tt>[frame
- &lt;coordsys&gt;]<br>
+ </tt> <tt>match</tt> <tt>[frame &lt;coordsys&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[crosshair
&lt;coordsys&gt;]</tt> <tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [crop &lt;coordsys&gt;]<br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [slice
- &lt;coordsys&gt;]<br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [bin]<br>
+ </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [crop &lt;coordsys&gt;]<br>
+ </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [slice &lt;coordsys&gt;]<br>
+ </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [bin]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [axes]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [scale]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [scalelimits]<br>
@@ -1919,8 +1820,7 @@
Example:<br>
ds9.set(string cmd)<br>
</tt> <tt>match frame wcs<br>
- </tt> <tt>match
- crosshair wcs<br>
+ </tt> <tt>match crosshair wcs<br>
</tt> <tt>match crop wcs</tt><br>
<tt>match slice wcs<br>
match bin<br>
@@ -1940,11 +1840,9 @@
&nbsp;<br>
Example:</tt><br>
<tt>string value = ds9.get(string cmd)</tt><tt><tt><br>
- </tt>
- mecube<br>
+ </tt> mecube<br>
</tt> <tt><tt><tt>ds9.set(string cmd)<br>
- </tt></tt>
- mecube foo.fits</tt><br>
+ </tt></tt> mecube foo.fits</tt><br>
<tt><tt>mecube new foo.fits<br>
</tt> mecube</tt><br>
<tt>mecube</tt> <tt>new</tt>
@@ -1983,16 +1881,13 @@
mosaic [wcs|wcsa...wcsz|iraf] [new|mask] [&lt;filename&gt;]<br>
&nbsp;<br>
Example:<br>
- </tt> <tt><tt>string value = ds9.get(string
- cmd)<br>
+ </tt> <tt><tt>string value = ds9.get(string cmd)<br>
</tt> mosaic</tt><tt><br>
- </tt> <tt><tt>ds9.set(string
- cmd)<br>
+ </tt> <tt><tt>ds9.set(string cmd)<br>
</tt> mosaic foo.fits</tt><br>
<tt><tt>mosaic wcs foo.fits</tt></tt><br>
<tt><tt>mosaic wcs new foo.fits</tt></tt><br>
- <tt><tt>mosaic wcs mask
- foo.fits</tt></tt><tt><tt><tt><br>
+ <tt><tt>mosaic wcs mask foo.fits</tt></tt><tt><tt><tt><br>
</tt></tt> mosaic</tt><br>
<tt><tt>mosaic wcs<br>
mosaic wcs</tt> <tt>new<br>
@@ -2005,40 +1900,36 @@
[&lt;filename&gt;]<br>
&nbsp;<br>
Example:<br>
- </tt> <tt><tt>string value = ds9.get(string
- cmd)<br>
+ </tt> <tt><tt>string value = ds9.get(string cmd)<br>
</tt> mosaicimage</tt><tt><br>
- </tt> <tt><tt>ds9.set(string
- cmd)<br>
+ </tt> <tt><tt>ds9.set(string cmd)<br>
</tt> mosaicimage foo.fits</tt><br>
<tt><tt>mosaicimage wcs foo.fits</tt></tt><br>
<tt><tt>mosaicimage wcs new foo.fits</tt></tt><br>
- <tt><tt>mosaicimage wcs mask
- foo.fits</tt></tt><tt><tt><tt><br>
+ <tt><tt>mosaicimage wcs mask foo.fits</tt></tt><tt><tt><tt><br>
</tt></tt> mosaicimage</tt><br>
<tt><tt>mosaicimage wcs<br>
mosaicimage wcs new</tt><tt><br>
</tt> mosaicimage wcs mask</tt>
<p><b><a name="movie" id="movie"></a>movie</b></p>
- <p>Create mpeg1 movie from snap shots of the DS9 window. A
- <tt>slice</tt> movie cycles though all slices of a cube. A
- <tt>frame</tt> movie cycles through all active frames. A
- <tt>3d</tt> movie cycles through specified viewing angles. The
- default is <tt>frame</tt>. Optional parameters for <tt>3d</tt>:
- number of frames, azimuth from/to, elevation from/to, slice
- from/to, oscillate/repeat times.</p>
+ <p>Create mpeg1 movie from snap shots of the DS9 window. A <tt>slice</tt>
+ movie cycles though all slices of a cube. A <tt>frame</tt>
+ movie cycles through all active frames. A <tt>3d</tt> movie
+ cycles through specified viewing angles. The default is <tt>frame</tt>.
+ Optional parameters for <tt>3d</tt>: number of frames, azimuth
+ from/to, elevation from/to, slice from/to, oscillate/repeat
+ times.</p>
<tt>Syntax:<br>
movie</tt> <tt>[slice|frame|3d]</tt> <tt>&lt;filename&gt;<br>
- </tt>
- <tt>movie 3d &lt;filename&gt;
+ </tt> <tt>movie 3d &lt;filename&gt;
[number|azfrom|azto|elfrom|elto|slfrom|slto|oscillate|repeat
&lt;#&gt;]</tt><br>
<tt>&nbsp;<br>
Example:<br>
ds9.set(string cmd)<br>
movie slice ds9.mpg<br>
- </tt> <tt>movie 3d ds9.mpg number 10 azfrom
- -60 azto 60 oscillate 1</tt><br>
+ </tt> <tt>movie 3d ds9.mpg number 10 azfrom -60 azto 60 oscillate
+ 1</tt><br>
<p><b><a name="multiframe" id="multiframe"></a>multiframe</b></p>
<p>Load FITS multiple extension file as multiple images.<br>
</p>
@@ -2047,19 +1938,16 @@
&nbsp;<br>
Example:<br>
</tt> <tt><tt>ds9.set(string cmd)<br>
- </tt> multiframe
- foo.fits</tt><tt><tt><br>
+ </tt> multiframe foo.fits</tt><tt><tt><br>
</tt> multiframe</tt><br>
<p><b><a name="nameserver" id="nameserver"></a>nameserver</b></p>
<p>Support Name Server functions. Coordinates are in fk5.</p>
<tt>Syntax:<br>
nameserver [&lt;object&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [name
- &lt;object&gt;]<br>
+ [name &lt;object&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [server
- ned-sao|ned-cds|simbad-sao|simbad-cds|</tt><tt><tt>vizier-sao|vizier-cds</tt>]<br>
+ [server ned-sao|ned-cds|simbad-sao|simbad-cds|</tt><tt><tt>vizier-sao|vizier-cds</tt>]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[skyformat degrees|sexagesimal]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
@@ -2103,17 +1991,13 @@
nrrd [new|mask] [&lt;filename&gt;]<br>
&nbsp;<br>
Example:<br>
- </tt> <tt><tt>string value = ds9.get(string
- cmd)<br>
+ </tt> <tt><tt>string value = ds9.get(string cmd)<br>
</tt> nrrd</tt><br>
<tt><tt>nrrd big<br>
- </tt></tt> <tt><tt><tt>ds9.set(string
- cmd</tt><tt>, string url</tt><tt>)<br>
- </tt> nrrd
- foo.nrrd</tt></tt><br>
+ </tt></tt> <tt><tt><tt>ds9.set(string cmd</tt><tt>, string url</tt><tt>)<br>
+ </tt> nrrd foo.nrrd</tt></tt><br>
<tt><tt><tt><tt>nrrd new foo.nrrd</tt></tt></tt></tt><br>
- <tt><tt><tt><tt><tt><tt>nrrd mask
- foo.nrrd<br>
+ <tt><tt><tt><tt><tt><tt>nrrd mask foo.nrrd<br>
</tt></tt></tt></tt></tt> nrrd</tt><br>
<tt>nrrd</tt> <tt>new<br>
nrrd mask</tt><br>
@@ -2142,10 +2026,8 @@
nvss<br>
nvss m31<br>
</tt> <tt><tt>nvss name m31<br>
- </tt></tt>
- <tt><tt><tt>nvss name clear<br>
- </tt></tt> nvss 00:42:44.404
- +41:16:08.78<br>
+ </tt></tt> <tt><tt><tt>nvss name clear<br>
+ </tt></tt> nvss 00:42:44.404 +41:16:08.78<br>
nvss size 60 60 arcmin<br>
nvss save yes<br>
nvss frame current<br>
@@ -2231,10 +2113,8 @@
<p>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:</p>
+ assumed to be a pair of coordinates, with optional error values.
+ The follow are valid data descriptions:</p>
<blockquote>xy &nbsp;&nbsp; &nbsp; &nbsp; x and y coordinates<br>
xyex&nbsp;&nbsp;&nbsp; &nbsp; x,y coordinates with x errors<br>
xyey&nbsp;&nbsp;&nbsp; &nbsp; x,y coordinates with y errors<br>
@@ -2243,423 +2123,372 @@
</blockquote>
<p>To create a new plot, use the plot new command.</p>
<tt>Syntax:</tt><tt><br>
- </tt> <tt># create new empty plot
- window</tt><tt><br>
- </tt> <tt>plot []</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [line|bar|scatter]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [new]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [new
- line|bar|scatter]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
- [new name &lt;plotname&gt;]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [new name &lt;plotname&gt;
+ </tt><tt> </tt><tt> </tt><tt># create new empty plot window</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot []</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ [line|bar|scatter]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp; [new]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp; [new
line|bar|scatter]</tt><tt><br>
- </tt> <tt><br>
- </tt> <tt>#</tt>
- <tt>load data into existing plot from stdin</tt><tt><br>
- </tt>
- <tt>plot [[&lt;plotname&gt;] data
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp; [new name
+ &lt;plotname&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp; [new name
+ &lt;plotname&gt; line|bar|scatter]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>#</tt><tt> </tt><tt>load data into
+ existing plot from stdin</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot [[&lt;plotname&gt;] data
xy|xyex|xyey|xyexey]</tt><tt><br>
- </tt> <tt><br>
- </tt> <tt># existing
- plot</tt><tt><br>
- </tt> <tt>plot</tt> <tt>[[&lt;plotname&gt;] load
- &lt;filename&gt; xy|xyex|xyey|xyexey]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [[&lt;plotname&gt;] save
- &lt;filename&gt;]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt># existing plot</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+ load &lt;filename&gt; xy|xyex|xyey|xyexey]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ [[&lt;plotname&gt;] save &lt;filename&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
[[&lt;plotname&gt;] clear]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;]
- duplicate
- [#]]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt>
- <tt>[[&lt;plotname&gt;] stats yes|no]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;] list
- yes|no]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt>
- <tt>[[&lt;plotname&gt;] loadconfig
- &lt;filename&gt;]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ duplicate [#]]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ stats yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ list yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ loadconfig &lt;filename&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
[[&lt;plotname&gt;] saveconfig &lt;filename&gt;]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [[&lt;plotname&gt;] pagesetup orient
- portrait|landscape]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ [[&lt;plotname&gt;] pagesetup orient portrait|landscape]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
[[&lt;plotname&gt;] pagesetup size
letter|legal|tabloid|poster|a4]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [[&lt;plotname&gt;]
- print]</tt><tt><br>
- </tt> <tt>&nbsp; &nbsp;&nbsp;
- [[&lt;plotname&gt;] print destination
- printer|file]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
- [[&lt;plotname&gt;] print command
- &lt;command&gt;]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
- [[&lt;plotname&gt;] print filename
- &lt;filename&gt;]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ [[&lt;plotname&gt;] print]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;
+ [[&lt;plotname&gt;] print destination printer|file]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ [[&lt;plotname&gt;] print command &lt;command&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ [[&lt;plotname&gt;] print filename &lt;filename&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
[[&lt;plotname&gt;] print color rgb|gray]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;]
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
close</tt><tt>]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt>
- <tt>[[&lt;plotname&gt;] mode pointer|zoom]</tt><tt><br>
- </tt>
- <tt><br>
- </tt> <tt># configure graph</tt><tt><br>
- </tt> <tt>plot
- [[&lt;plotname&gt;] axis x|y grid yes|no]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [[&lt;plotname&gt;] axis x|y log
- yes|no]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ mode pointer|zoom]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt># configure graph</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot [[&lt;plotname&gt;] axis x|y
+ grid yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ [[&lt;plotname&gt;] axis x|y log yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
[[&lt;plotname&gt;] axis x|y flip yes|no]</tt><tt><br>
- </tt>
- <tt>&nbsp; &nbsp;&nbsp; [[&lt;plotname&gt;] axis x|y auto
- yes|no]</tt><tt><br>
- </tt> <tt>&nbsp; &nbsp;&nbsp;
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;
+ [[&lt;plotname&gt;] axis x|y auto yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;
[[&lt;plotname&gt;] axis x|y min &lt;value&gt;]</tt><tt><br>
- </tt>
- <tt>&nbsp; &nbsp;&nbsp; [[&lt;plotname&gt;] axis x|y max
- &lt;value&gt;]</tt><tt><br>
- </tt> <tt>&nbsp; &nbsp;&nbsp;
- [[&lt;plotname&gt;] axis x|y format
- &lt;string&gt;]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt>
- <tt>[[&lt;plotname&gt;] legend yes|no]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp; [[&lt;plotname&gt;] legend position
- right|left|top|bottom]</tt><tt><br>
- </tt> <tt>&nbsp; &nbsp;&nbsp;
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;
+ [[&lt;plotname&gt;] axis x|y max &lt;value&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;
+ [[&lt;plotname&gt;] axis x|y format &lt;string&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ legend yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ [[&lt;plotname&gt;] legend position right|left|top|bottom]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;
[[&lt;plotname&gt;] font title|labels|numbers font
times|helvetica|courier]</tt><tt><br>
- </tt> <tt>&nbsp; &nbsp;&nbsp;
- [[&lt;plotname&gt;] font</tt> <tt>title|labels|numbers</tt>
- <tt>size &lt;value&gt;]</tt><tt><br>
- </tt> <tt>&nbsp; &nbsp;&nbsp;
- [[&lt;plotname&gt;] font</tt> <tt>title|labels|numbers</tt>
- <tt>weight normal|bold]</tt><tt><br>
- </tt> <tt>&nbsp; &nbsp;&nbsp;
- [[&lt;plotname&gt;] font</tt> <tt>title|labels|numbers</tt>
- <tt>slant roman|italic]</tt><tt><br>
- </tt> <tt>&nbsp; &nbsp;&nbsp;
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;
+ [[&lt;plotname&gt;] font</tt><tt> </tt><tt>title|labels|numbers</tt><tt>
+ </tt><tt>size &lt;value&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;
+ [[&lt;plotname&gt;] font</tt><tt> </tt><tt>title|labels|numbers</tt><tt>
+ </tt><tt>weight normal|bold]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;
+ [[&lt;plotname&gt;] font</tt><tt> </tt><tt>title|labels|numbers</tt><tt>
+ </tt><tt>slant roman|italic]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;
[[&lt;plotname&gt;] title &lt;string&gt;]</tt><tt><br>
- </tt>
- <tt>&nbsp; &nbsp;&nbsp; [[&lt;plotname&gt;] title x|y
- &lt;string&gt;]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
- [</tt><tt>[&lt;plotname&gt;] barmode
- normal|stacked|aligned|overlap]</tt><tt><br>
- </tt> <tt><br>
- </tt>
- <tt># configure current dataset</tt><tt><br>
- </tt> <tt>plot
- [[&lt;plotname&gt;] show yes|no]</tt><tt><br>
- </tt> <tt>&nbsp;
- &nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;] shape
- circle|square|diamond|plus|splus|scross|triangle|arrow]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;]
- shape fill yes|no]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;] shape
- color &lt;value&gt;]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;] smooth
- step|linear|cubic|quadratic|catrom]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;] color
- &lt;value&gt;]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt>
- <tt>[[&lt;plotname&gt;] width &lt;value&gt;]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;] dash
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;
+ [[&lt;plotname&gt;] title x|y &lt;string&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp; [</tt><tt>[&lt;plotname&gt;]
+
+
+
+
+ barmode normal|stacked|aligned|overlap]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt># configure current dataset</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot [[&lt;plotname&gt;] show
yes|no]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt>
- <tt>[[&lt;plotname&gt;] error yes|no]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;] error
+ </tt><tt> </tt><tt> </tt><tt>&nbsp; &nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+ shape circle|square|diamond|plus|splus|scross|triangle|arrow]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ shape fill yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ shape color &lt;value&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ smooth step|linear|cubic|quadratic|catrom]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
color &lt;value&gt;]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
- [[&lt;plotname&gt;] color &lt;value&gt;]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;] error
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
width &lt;value&gt;]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt> <tt>[[&lt;plotname&gt;] name
- &lt;string&gt;]</tt><tt><br>
- </tt> <tt><br>
- </tt> <tt># select
- current dataset</tt><tt><br>
- </tt> <tt>plot [[&lt;plotname&gt;]
- select &lt;value&gt;]</tt><tt><br>
- </tt> <tt>&nbsp;</tt> <tt><br>
- </tt> <tt>Example:</tt><tt><br>
- </tt> <tt># return all
- plotnames</tt><tt><br>
- </tt> <tt>string value = ds9.get(string
- cmd)</tt><tt><br>
- </tt> <tt>plot</tt><tt><br>
- </tt> <tt><br>
- </tt>
- <tt># create new empty plot window</tt><tt><br>
- </tt>
- <tt>ds9.set(string cmd)</tt><tt><br>
- </tt>
- <tt>plot</tt><tt><br>
- </tt> <tt>plot bar</tt><tt><br>
- </tt> <tt>plot
- new</tt><tt><br>
- </tt> <tt>plot new bar</tt><tt><br>
- </tt> <tt>plot
- new name foo</tt><tt><br>
- </tt> <tt>plot new name foo
- bar</tt><tt><br>
- </tt> <tt><br>
- </tt> <tt># load additional dataset
- into an existing plot</tt><tt><br>
- </tt> <tt>ds9.set(string cmd,
- string url)</tt><tt><br>
- </tt> <tt>plot data xy # plot additional
- data</tt><tt><br>
- </tt> <tt>plot foo data xy # plot additional
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ dash yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ error yes|no]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ error color &lt;value&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ [[&lt;plotname&gt;] color &lt;value&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ error width &lt;value&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt> </tt><tt>[[&lt;plotname&gt;]
+
+
+
+
+ name &lt;string&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt># select current dataset</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot [[&lt;plotname&gt;] select
+ &lt;value&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;</tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>Example:</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt># return all plotnames</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt># create new empty plot window</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot bar</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot new</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot new bar</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot new name foo</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot new name foo bar</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt># load additional dataset into an
+ existing plot</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd, string url)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot data xy # plot additional data</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot foo data xy # plot additional
data</tt><tt><br>
- </tt> <tt><br>
- </tt> <tt>string value =
- ds9.get(string cmd)</tt><tt><br>
- </tt> <tt>plot
- stats</tt><tt><br>
- </tt> <tt>plot list</tt><tt><br>
- </tt>
- <tt>ds9.set(string cmd)</tt><tt><br>
- </tt> <tt>plot load foo.dat
- xy</tt><tt><br>
- </tt> <tt>plot save foo.dat</tt><tt><br>
- </tt>
- <tt>plot clear</tt><tt><br>
- </tt> <tt>plot duplicate
- 1</tt><tt><br>
- </tt> <tt>plot stats yes</tt><tt><br>
- </tt> <tt>plot
- list yes</tt><tt><br>
- </tt> <tt>plot loadconfig
- foo.plt</tt><tt><br>
- </tt> <tt>plot saveconfig
- foo.plt</tt><tt><br>
- </tt> <tt>plot pagesetup orient
- portrait</tt><tt><br>
- </tt> <tt>plot pagesetup size
- letter</tt><tt><br>
- </tt> <tt>plot print</tt><tt><br>
- </tt> <tt>plot
- print destination file</tt><tt><br>
- </tt> <tt>plot print command
- lp</tt><tt><br>
- </tt> <tt>plot print filename
- foo.ps</tt><tt><br>
- </tt> <tt>plot print color rgb</tt><tt><br>
- </tt>
- <tt>plot close</tt><tt><br>
- </tt> <tt><br>
- </tt> <tt>string value =
- ds9.get(string cmd)</tt><tt><br>
- </tt> <tt>plot
- mode</tt><tt><br>
- </tt> <tt>ds9.set(string cmd)</tt><tt><br>
- </tt>
- <tt>plot mode pointer</tt><tt><br>
- </tt> <tt><br>
- </tt> <tt>#
- configure plot</tt><tt><br>
- </tt> <tt>string value = ds9.get(string
- cmd)</tt><tt><br>
- </tt> <tt>plot axis x grid</tt><tt><br>
- </tt>
- <tt>plot axis x log</tt><tt><br>
- </tt> <tt>plot axis x
- flip</tt><tt><br>
- </tt> <tt>plot axis x auto</tt><tt><br>
- </tt>
- <tt>plot axis x min</tt><tt><br>
- </tt> <tt>plot axis x
- max</tt><tt><br>
- </tt> <tt>plot axis x format</tt><tt><br>
- </tt>
- <tt>plot legend</tt><tt><br>
- </tt> <tt>plot legend
- position</tt><tt><br>
- </tt> <tt>plot font numbers
- font</tt><tt><br>
- </tt> <tt>plot font numbers size</tt><tt><br>
- </tt>
- <tt>plot font numbers weight</tt><tt><br>
- </tt> <tt>plot font
- numbers slant</tt><tt><br>
- </tt> <tt>plot title</tt><tt><br>
- </tt>
- <tt>plot title x</tt><tt><br>
- </tt> <tt>plot
- barmode</tt><tt><br>
- </tt> <tt>ds9.set(string cmd)</tt><tt><br>
- </tt>
- <tt>plot axis x grid yes</tt><tt><br>
- </tt> <tt>plot axis x log
- yes</tt><tt><br>
- </tt> <tt>plot axis x flip yes</tt><tt><br>
- </tt>
- <tt>plot axis x auto no</tt><tt><br>
- </tt> <tt>plot axis x min
- 0</tt><tt><br>
- </tt> <tt>plot axis x max 100</tt><tt><br>
- </tt>
- <tt>plot axis x format "%f"</tt><tt><br>
- </tt> <tt><br>
- </tt>
- <tt>string value = ds9.get(string cmd)</tt><tt><br>
- </tt> <tt>plot
- legend</tt><tt><br>
- </tt> <tt>plot legend position</tt><tt><br>
- </tt>
- <tt>ds9.set(string cmd)</tt><tt><br>
- </tt> <tt>plot legend
- yes</tt><tt><br>
- </tt> <tt>plot legend position
- left</tt><tt><br>
- </tt> <tt><br>
- </tt> <tt>string value =
- ds9.get(string cmd)</tt><tt><br>
- </tt> <tt>plot font numbers
- font</tt><tt><br>
- </tt> <tt>plot font numbers size</tt><tt><br>
- </tt>
- <tt>plot font numbers weight</tt><tt><br>
- </tt> <tt>plot font
- numbers slant</tt><tt><br>
- </tt> <tt>ds9.set(string
- cmd)</tt><tt><br>
- </tt> <tt>plot font numbers font
- times</tt><tt><br>
- </tt> <tt>plot font numbers size
- 12</tt><tt><br>
- </tt> <tt>plot font numbers weight
- bold</tt><tt><br>
- </tt> <tt>plot font numbers slant
- italic</tt><tt><br>
- </tt> <tt><br>
- </tt> <tt>string value =
- ds9.get(string cmd)</tt><tt><br>
- </tt> <tt>plot
- title</tt><tt><br>
- </tt> <tt>plot title xaxis</tt><tt><br>
- </tt>
- <tt>plot title yaxis</tt><tt><br>
- </tt> <tt>ds9.set(string
- cmd)</tt><tt><br>
- </tt> <tt>plot title "This is a
- Title"</tt><tt><br>
- </tt> <tt>plot title x "X
- Axis"</tt><tt><br>
- </tt> <tt>plot title y "Y Axis"</tt><tt><br>
- </tt>
- <tt>plot title legend "This is the Legend"</tt><tt><br>
- </tt>
- <tt><br>
- </tt> <tt>string value = ds9.get(string
- cmd)</tt><tt><br>
- </tt> <tt>plot barmode</tt><tt><br>
- </tt>
- <tt>ds9.set(string cmd)</tt><tt><br>
- </tt> <tt>plot barmode
- aligned</tt><tt><br>
- </tt> <tt><br>
- </tt> <tt># configure current
- dataset</tt><tt><br>
- </tt> <tt>string value = ds9.get(string
- cmd)</tt><tt><br>
- </tt> <tt>plot show</tt><tt><br>
- </tt> <tt>plot
- shape</tt><tt><br>
- </tt> <tt>plot shape fill</tt><tt><br>
- </tt>
- <tt>plot shape color</tt><tt><br>
- </tt> <tt>plot
- smooth</tt><tt><br>
- </tt> <tt>plot color</tt><tt><br>
- </tt> <tt>plot
- width</tt><tt><br>
- </tt> <tt>plot dash</tt><tt><br>
- </tt> <tt>plot
- error</tt><tt><br>
- </tt> <tt>plot error color</tt><tt><br>
- </tt>
- <tt>plot error width</tt><tt><br>
- </tt> <tt>plot
- name</tt><tt><br>
- </tt> <tt>ds9.set(string cmd)</tt><tt><br>
- </tt>
- <tt>plot show yes</tt><tt><br>
- </tt> <tt>plot shape
- circle</tt><tt><br>
- </tt> <tt>plot shape fill no</tt><tt><br>
- </tt>
- <tt>plot shape color cyan</tt><tt><br>
- </tt> <tt>plot smooth
- step</tt><tt><br>
- </tt> <tt>plot color red</tt><tt><br>
- </tt>
- <tt>plot width 2</tt><tt><br>
- </tt> <tt>plot dash
- yes</tt><tt><br>
- </tt> <tt>plot error yes</tt><tt><br>
- </tt> <tt>plot
- error color red</tt><tt><br>
- </tt> <tt>plot error width
- 2</tt><tt><br>
- </tt> <tt>plot name "My Data"</tt><tt><br>
- </tt>
- <tt><br>
- </tt> <tt># select current dataset</tt><tt><br>
- </tt>
- <tt>string value = ds9.get(string cmd)</tt><tt><br>
- </tt> <tt>plot
- select</tt><tt><br>
- </tt> <tt>ds9.set(string cmd)<br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot stats</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot list</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot load foo.dat xy</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot save foo.dat</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot clear</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot duplicate 1</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot stats yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot list yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot loadconfig foo.plt</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot saveconfig foo.plt</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot pagesetup orient portrait</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot pagesetup size letter</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot print</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot print destination file</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot print command lp</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot print filename foo.ps</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot print color rgb</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot close</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot mode</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot mode pointer</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt># configure plot</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x grid</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x log</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x flip</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x auto</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x min</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x max</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x format</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot legend</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot legend position</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers font</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers size</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers weight</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers slant</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot title</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot title x</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot barmode</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x grid yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x log yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x flip yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x auto no</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x min 0</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x max 100</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot axis x format "%f"</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot legend</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot legend position</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot legend yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot legend position left</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers font</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers size</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers weight</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers slant</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers font times</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers size 12</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers weight bold</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot font numbers slant italic</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot title</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot title xaxis</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot title yaxis</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot title "This is a Title"</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot title x "X Axis"</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot title y "Y Axis"</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot title legend "This is the
+ Legend"</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot barmode</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot barmode aligned</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt># configure current dataset</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot show</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot shape</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot shape fill</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot shape color</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot smooth</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot color</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot width</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot dash</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot error</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot error color</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot error width</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot name</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot show yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot shape circle</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot shape fill no</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot shape color cyan</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot smooth step</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot color red</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot width 2</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot dash yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot error yes</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot error color red</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot error width 2</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot name "My Data"</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt># select current dataset</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>plot select</tt><tt><br>
+ </tt><tt> </tt><tt> ds9.set(string cmd)<br>
plot select 2<br>
<br>
</tt> <b><a name="png" id="png"></a>png</b>
<p>Load PNG image into current frame.<br>
</p>
- <tt>Syntax:<br>
- png [new|slice] [&lt;filename&gt;]<br>
- &nbsp;<br>
- Example:<br>
- </tt> <tt><tt>string value = ds9.get(string
- cmd)<br>
- </tt> png</tt><br>
- <tt><tt>ds9.set(string cmd)<br>
- </tt> png foo.png</tt><br>
- <tt><tt>png new foo.png<br>
- </tt></tt> <tt><tt><tt>png slice
- foo.png<br>
- </tt></tt> png</tt><br>
- <tt><tt>png</tt> <tt>new<br>
- </tt> png</tt> <tt>slice</tt><br>
+ <tt>Syntax:</tt><tt><br>
+ </tt><tt> png [new|slice] [&lt;filename&gt;]</tt><tt><br>
+ </tt><tt> &nbsp;</tt><tt><br>
+ </tt><tt> Example:</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> png</tt><tt><br>
+ </tt><tt> </tt><tt>ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> </tt><tt> png foo.png</tt><tt><br>
+ </tt><tt> </tt><tt>png new foo.png</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>png slice foo.png</tt><tt><br>
+ </tt><tt> </tt><tt> png</tt><tt><br>
+ </tt><tt> </tt><tt>png</tt><tt> </tt><tt>new</tt><tt><br>
+ </tt><tt> </tt><tt> png</tt><tt> </tt><tt>slice</tt><br>
<p><b><a name="precision" id="precision"></a>precision</b></p>
<p>Set region and coordinate output format precision.</p>
<tt>Syntax:<br>
precision &lt;linear&gt;</tt> <tt><tt>&lt;degree&gt;</tt></tt>
- <tt><tt>&lt;hms&gt;</tt></tt>
- <tt><tt><tt>&lt;dms&gt;</tt></tt></tt>
- <tt><tt><tt><tt>&lt;arcmin&gt;</tt></tt></tt></tt>
- <tt><tt><tt><tt><tt>&lt;arcsec&gt;<br>
+ <tt><tt>&lt;hms&gt;</tt></tt> <tt><tt><tt>&lt;dms&gt;</tt></tt></tt>
+ <tt><tt><tt><tt>&lt;arcmin&gt;</tt></tt></tt></tt> <tt><tt><tt><tt><tt>&lt;arcsec&gt;<br>
<br>
</tt></tt></tt></tt> Example:<br>
string value = ds9.get(string cmd)<br>
@@ -2705,8 +2534,7 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [filename &lt;filename&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [color rgb|cmyk|gray]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [level 1|2]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [resolution
- 53|72|75|150|300|600]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [resolution 53|72|75|150|300|600]<br>
&nbsp;<br>
Example:<br>
string value = ds9.get(string cmd)<br>
@@ -2767,12 +2595,10 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [skyformat
degrees|sexagesimal]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [strip yes|no]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [shape
- &lt;shape&gt;]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [shape &lt;shape&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [color
&amp;ltcolor&gt;]<br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [width
- &lt;width&gt;]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [width &lt;width&gt;]<br>
</tt> <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
[fixed|edit|rotate|delete yes|no]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
@@ -2784,8 +2610,7 @@
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [template
&lt;filename&gt;]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [template &lt;filename&gt;
- at
- &lt;ra&gt; &lt;dec&gt; &lt;coordsys&gt; &lt;skyframe&gt;]<br>
+ at &lt;ra&gt; &lt;dec&gt; &lt;coordsys&gt; &lt;skyframe&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [savetemplate
&lt;filename&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [groups]<br>
@@ -2794,13 +2619,11 @@
new]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [group &lt;tag&gt;
update]<br>
- &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [group &lt;tag&gt;
- select]<br>
+ &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [group &lt;tag&gt; select]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [group &lt;tag&gt; color
&lt;color&gt;]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [group &lt;tag&gt; copy]<br>
- &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [group &lt;tag&gt;
- delete]<br>
+ &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [group &lt;tag&gt; delete]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [group &lt;tag&gt; cut]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [group &lt;tag&gt; font
&lt;font&gt;]<br>
@@ -2811,8 +2634,7 @@
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [group &lt;tag&gt;
moveback]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [group &lt;tag&gt;
- property
- &lt;property&gt; yes|no]<br>
+ property &lt;property&gt; yes|no]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [copy]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [cut]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [paste
@@ -2968,8 +2790,7 @@
rgb channel red # set current channel to red<br>
rgb view blue no # turn off blue channel<br>
rgb system wcs # set rgb coordinate system<br>
- </tt> <tt>rgb lock
- wcs yes</tt><br>
+ </tt> <tt>rgb lock wcs yes</tt><br>
<tt>rgb lock crop yes</tt><br>
<tt>rgb lock slice yes</tt><br>
<tt>rgb lock bin yes</tt><br>
@@ -2989,16 +2810,13 @@
[[xdim=&lt;x&gt;,ydim=&lt;y&gt;|dim=&lt;dim&gt;],[zdim=3],bitpix=&lt;b&gt;,skip=&lt;s&gt;,endian=[little|big]]<br>
&nbsp;<br>
Example:<br>
- </tt> <tt><tt><tt>string value = ds9.get(string
- cmd)<br>
+ </tt> <tt><tt><tt>string value = ds9.get(string cmd)<br>
</tt></tt> rgbarray<br>
rgbarray little<br>
- </tt> <tt><tt><tt>ds9.set(string
- cmd)<br>
+ </tt> <tt><tt><tt>ds9.set(string cmd)<br>
</tt></tt> rgbarray
foo.arr[dim=512,zdim=3,bitpix=-32,endian=little]<br>
- rgbarray new
- foo.arr[dim=512,zdim=3,bitpix=</tt><tt>-32,endian=little]</tt><br>
+ rgbarray new foo.arr[dim=512,zdim=3,bitpix=</tt><tt>-32,endian=little]</tt><br>
<p><b><a name="rgbcube" id="rgbcube"></a>rgbcube</b></p>
<p>Load FITS rgbcube into rgb frame.<br>
</p>
@@ -3006,12 +2824,10 @@
rgbcube [new] [&lt;filename&gt;]<br>
&nbsp;<br>
Example:<br>
- </tt> <tt><tt>string value = ds9.get(string
- cmd)<br>
+ </tt> <tt><tt>string value = ds9.get(string cmd)<br>
</tt> rgbcube<br>
</tt> <tt><tt>ds9.set(string cmd)<br>
- </tt>
- rgbcube foo.fits</tt><br>
+ </tt> rgbcube foo.fits</tt><br>
<tt><tt>rgbcube new foo.fits<br>
</tt> rgbcube</tt><br>
<tt>rgbcube</tt> <tt>new</tt><br>
@@ -3022,18 +2838,15 @@
rgbimage [new] [&lt;filename&gt;]<br>
&nbsp;<br>
Example:<br>
- </tt> <tt><tt><tt>string value = ds9.get(string
- cmd)<br>
+ </tt> <tt><tt><tt>string value = ds9.get(string cmd)<br>
</tt></tt> rgbimage<br>
- </tt> <tt><tt><tt>ds9.set(string
- cmd)<br>
+ </tt> <tt><tt><tt>ds9.set(string cmd)<br>
</tt></tt> rgbimage foo.fits</tt><br>
<tt><tt>rgbimage new foo.fits<br>
</tt> rgbimage</tt><br>
<tt>rgbimage</tt> <tt>new</tt>
<p><b><a name="rotate" id="rotate"></a>rotate</b></p>
- <p>Controls the rotation angle (in degrees) of the current
- frame.</p>
+ <p>Controls the rotation angle (in degrees) of the current frame.</p>
<tt>Syntax:<br>
rotate [&lt;value&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [to &lt;value&gt;]<br>
@@ -3057,11 +2870,9 @@
&nbsp;<br>
Example:<br>
</tt> <tt><tt>ds9.set(string cmd)<br>
- </tt> samp
- no<br>
+ </tt> samp no<br>
</tt> <tt><tt>samp disconnect<br>
- </tt> samp broadcast
- image<br>
+ </tt> samp broadcast image<br>
samp send image aladin</tt>
<p><b><a name="save" id="save"></a>save<br>
</b></p>
@@ -3072,14 +2883,12 @@
<tt>&nbsp;<br>
Example:<br>
</tt> <tt><tt>ds9.set(string cmd)<br>
- </tt> save
- foo.fits</tt><br>
+ </tt> save foo.fits</tt><br>
<tt>save fits foo.fits image</tt><br>
<tt>save fits foo.fits table<br>
save fits foo.fits slice</tt><br>
<tt>save rgbimage foo.fits<br>
- </tt> <tt>save rgbcube
- foo.fits</tt><br>
+ </tt> <tt>save rgbcube foo.fits</tt><br>
<tt>save mecube foo.fits</tt><br>
<tt>save mosaic foo.fits</tt><br>
<tt>save mosaicimage foo.fits</tt><br>
@@ -3090,8 +2899,7 @@
parameters: <tt>jpeg</tt> quality (1-100) and <tt>tiff</tt>
compression method.</p>
<tt>Syntax:<br>
- saveimage</tt> <tt>[fits|eps|gif|tiff|jpeg|png]</tt>
- <tt>&lt;filename&gt;<br>
+ saveimage</tt> <tt>[fits|eps|gif|tiff|jpeg|png]</tt> <tt>&lt;filename&gt;<br>
saveimage &lt;filename&gt;.jpeg [1-100]<br>
saveimage &lt;filename&gt;.tiff [none|jpeg|packbits|deflate]<br>
&nbsp;<br>
@@ -3186,69 +2994,67 @@
</b>
<p>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.</p>
- <tt>Syntax:<br>
- sia</tt>
- <tt><tt><tt>[2mass|akari|astrowise|cadc|cxc|mast|sdss|skyview|tgssadr</tt><tt>]</tt></tt><br>
- <br>
- </tt> <tt>&nbsp;</tt><tt>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
- [&lt;ref&gt;] [cancel]<br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;
- &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [clear]<br>
- </tt> <tt>&nbsp;&nbsp;
- &nbsp; &nbsp;&nbsp; [&lt;ref&gt;] [close]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [coordinate
- &lt;ra&gt; &lt;dec&gt; &lt;coordsys&gt;]</tt><tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
- <tt>[&lt;ref&gt;] [crosshair]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [export sb|tsv &lt;filename&gt;]<br>
- </tt> <tt>&nbsp;&nbsp;
- &nbsp;&nbsp; &nbsp; [&lt;ref&gt;] [name &lt;object&gt;]<br>
- </tt>
- <tt>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; [&lt;ref&gt;] [print]</tt><br>
- <tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;]
- [retrieve]</tt><br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [save
- &lt;filename&gt;]</tt><br>
- <tt>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; [&lt;ref&gt;] [radius
- &lt;value&gt; degrees|arcmin|arcsec]</tt><br>
- <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [sky
- &lt;skyframe&gt;]<br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;
- &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [skyformat
- &lt;skyformat&gt;]<br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;
- &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [system
+ last search created, unless indicated otherwise.</p>
+ <tt>Syntax:</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>[2mass|akari|astrowise|cadc|cxc|mast|sdss|skyview|tgssadr</tt><tt>]</tt><tt><br>
+ </tt><tt> </tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;</tt><tt>&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [cancel]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [clear]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;
+ [&lt;ref&gt;] [close]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [coordinate &lt;ra&gt; &lt;dec&gt;
&lt;coordsys&gt;]</tt><tt><br>
- </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;
- &nbsp;&nbsp;</tt> <tt>[&lt;ref&gt;] [update]</tt><br>
- &nbsp; <tt><br>
- Example:<br>
- string value = ds9.get(string cmd)<br>
- sia<br>
- <br>
- ds9.set(string cmd)<br>
- sia</tt> <tt>2mass<br>
- sia</tt> <tt>cancel<br>
- sia</tt> <tt>clear<br>
- sia</tt> <tt>close<br>
- sia</tt> <tt>coordinate 202.48 47.21 fk5<br>
- sia</tt> <tt>crosshair<br>
- sia</tt> <tt>export tsv bar.tsv<br>
- sia</tt> <tt>name m51<br>
- sia</tt> <tt>print</tt><br>
- <tt>sia</tt> <tt>retrieve<br>
- sia</tt> <tt>save foo.xml<br>
- sia</tt> <tt>radius 1degrees</tt><br>
- <tt>sia</tt> <tt>sky fk5<br>
- sia skyformat degrees<br>
- sia</tt> <tt>system wcs</tt><tt><br>
- sia</tt> <tt>update<br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt><tt>
+ </tt><tt>[&lt;ref&gt;] [crosshair]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [export sb|tsv &lt;filename&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
+ [&lt;ref&gt;] [name &lt;object&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
+ [&lt;ref&gt;] [print]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [retrieve]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
+
+
+
+ [&lt;ref&gt;] [save &lt;filename&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; [&lt;ref&gt;]
+ [radius &lt;value&gt; degrees|arcmin|arcsec]</tt><tt><br>
+ </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
+ [&lt;ref&gt;] [sky &lt;skyframe&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [skyformat &lt;skyformat&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp; [&lt;ref&gt;] [system &lt;coordsys&gt;]</tt><tt><br>
+ </tt><tt> </tt><tt> </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;</tt><tt> </tt><tt>[&lt;ref&gt;] [update]</tt><tt><br>
+ </tt><tt> &nbsp; </tt><tt><br>
+ </tt><tt> Example:</tt><tt><br>
+ </tt><tt> string value = ds9.get(string cmd)</tt><tt><br>
+ </tt><tt> sia</tt><tt><br>
+ </tt><tt> </tt><tt><br>
+ </tt><tt> ds9.set(string cmd)</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>2mass</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>cancel</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>clear</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>close</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>coordinate 202.48 47.21 fk5</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>crosshair</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>export tsv bar.tsv</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>name m51</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>print</tt><tt><br>
+ </tt><tt> </tt><tt>sia</tt><tt> </tt><tt>retrieve</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>save foo.xml</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>radius 1degrees</tt><tt><br>
+ </tt><tt> </tt><tt>sia</tt><tt> </tt><tt>sky fk5</tt><tt><br>
+ </tt><tt> sia skyformat degrees</tt><tt><br>
+ </tt><tt> sia</tt><tt> </tt><tt>system wcs</tt><tt><br>
+ </tt><tt> sia</tt><tt> update<br>
<br>
</tt> <b><a name="single" id="single"></a>single</b>
<p>Select Single Display mode</p>
@@ -3269,8 +3075,7 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [name
&lt;object&gt;|clear]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ra&gt;
- &lt;dec&gt;]
- # in wcs fk5<br>
+ &lt;dec&gt;] # in wcs fk5<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [size &lt;width&gt;
&lt;height&gt; degrees|arcmin|arcsec]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [pixels &lt;width&gt;
@@ -3295,10 +3100,8 @@
skyview<br>
skyview m31<br>
</tt> <tt><tt>skyview name m31<br>
- </tt></tt>
- <tt><tt><tt>skyview name clear<br>
- </tt></tt> skyview 00:42:44.404
- +41:16:08.78<br>
+ </tt></tt> <tt><tt><tt>skyview name clear<br>
+ </tt></tt> skyview 00:42:44.404 +41:16:08.78<br>
skyview size 60 60 arcmin<br>
skyview pixels 600 600<br>
skyview save yes<br>
@@ -3331,25 +3134,38 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [yes|no]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; [function
boxcar|tophat|gaussian]<br>
- </tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [radius
+ </tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [radius
&lt;value&gt;]<br>
- </tt>
- <tt><tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [radiusminor
- &lt;value&gt;]<br>
- </tt></tt></tt></tt>
- <tt><tt><tt><tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- [sigma
- &lt;value&gt;]<br>
- </tt></tt></tt></tt></tt></tt>
- <tt><tt><tt><tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ </tt> <tt><tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ [radiusminor &lt;value&gt;]<br>
+ </tt></tt></tt></tt> <tt><tt><tt><tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
+
+
+
+
+ [sigma &lt;value&gt;]<br>
+ </tt></tt></tt></tt></tt></tt> <tt><tt><tt><tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
+
+
+
+
[sigmaminor &lt;value&gt;]<br>
- </tt></tt></tt></tt></tt></tt>
- <tt><tt><tt><tt><tt><tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ </tt></tt></tt></tt></tt></tt> <tt><tt><tt><tt><tt><tt><tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[angle
+
+
+
+
+
&lt;value&gt;]<br>
- </tt></tt></tt></tt></tt></tt></tt></tt>
- <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [match]<br>
+ </tt></tt></tt></tt></tt></tt></tt></tt> <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
+
+
+
+ [match]<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; [lock [yes|no]]</tt><br>
<tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [open|close]<br>
&nbsp;</tt><br>
@@ -3358,8 +3174,7 @@
smooth<br>
smooth function<br>
</tt> <tt><tt>smooth radius<br>
- </tt></tt>
- <tt><tt><tt>smooth radiusminor<br>
+ </tt></tt> <tt><tt><tt>smooth radiusminor<br>
smooth sigma<br>
smooth sigmaminor<br>
smooth angle<br>
@@ -3368,19 +3183,26 @@
smooth<br>
smooth yes<br>
smooth function tophat<br>
- </tt> <tt><tt>smooth radius
- 4<br>
- </tt></tt> <tt><tt><tt><tt><tt><tt>smooth radiusminor
- 4<br>
- </tt></tt></tt></tt></tt></tt>
- <tt><tt><tt><tt><tt><tt><tt><tt><tt>smooth sigma
- 2.0<br>
- </tt></tt></tt></tt></tt></tt></tt></tt></tt>
- <tt><tt><tt><tt><tt><tt><tt><tt><tt>smooth sigmaminor
- 2.0<br>
- </tt></tt></tt></tt></tt></tt></tt></tt></tt>
- <tt><tt><tt><tt><tt><tt><tt><tt><tt><tt><tt><tt>smooth angle
- 45<br>
+ </tt> <tt><tt>smooth radius 4<br>
+ </tt></tt> <tt><tt><tt><tt><tt><tt>smooth radiusminor 4<br>
+ </tt></tt></tt></tt></tt></tt> <tt><tt><tt><tt><tt><tt><tt><tt><tt>smooth
+
+
+
+
+ sigma 2.0<br>
+ </tt></tt></tt></tt></tt></tt></tt></tt></tt> <tt><tt><tt><tt><tt><tt><tt><tt><tt>smooth
+
+
+
+
+ sigmaminor 2.0<br>
+ </tt></tt></tt></tt></tt></tt></tt></tt></tt> <tt><tt><tt><tt><tt><tt><tt><tt><tt><tt><tt><tt>smooth
+
+
+
+
+ angle 45<br>
</tt></tt></tt></tt></tt></tt></tt></tt></tt></tt></tt>
smooth open<br>
smooth close<br>
@@ -3405,8 +3227,7 @@
&nbsp;<br>
Example:<br>
</tt> <tt><tt>ds9.set(string cmd)<br>
- </tt> tcl {puts
- {Hello, World}}<br>
+ </tt> tcl {puts {Hello, World}}<br>
</tt>
<p><b><a name="threads" id="threads"></a>threads</b></p>
<p>Set number of process threads for functions which are
@@ -3416,24 +3237,20 @@
&nbsp;<br>
Example:<br>
</tt> <tt>string value = ds9.get(string cmd)<br>
- </tt>
- <tt>threads</tt><br>
+ </tt> <tt>threads</tt><br>
<tt>ds9.set(string cmd)<br>
</tt> <tt>threads 8</tt><br>
<p><b><a name="tiff" id="tiff"></a>tiff</b></p>
- <p>Load TIFF image into current frame. Optional parameters:
- <tt>tiff</tt> compression method.</p>
+ <p>Load TIFF image into current frame. Optional parameters: <tt>tiff</tt>
+ compression method.</p>
<tt>Syntax:<br>
- tiff [new|slice] [&lt;filename&gt;]
- [none|jpeg|packbits|deflate]<br>
+ tiff [new|slice] [&lt;filename&gt;] [none|jpeg|packbits|deflate]<br>
&nbsp;<br>
Example:<br>
- </tt> <tt><tt>string value = ds9.get(string
- cmd)<br>
+ </tt> <tt><tt>string value = ds9.get(string cmd)<br>
</tt> tiff</tt><br>
<tt><tt>tiff jpeg</tt><br>
- </tt> <tt><tt>ds9.set(string
- cmd)<br>
+ </tt> <tt><tt>ds9.set(string cmd)<br>
</tt> tiff foo.tiff<br>
tiff new foo.tiff<br>
tiff slice foo.tiff</tt><tt><tt><br>
@@ -3478,9 +3295,8 @@
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.</p>
+ available idle cycle. However, you may force an immediate update
+ by specifying the NOW option.</p>
<tt>Syntax:<br>
update []<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [# x1 y1 x2 y2]<br>
@@ -3500,8 +3316,7 @@
&nbsp;<br>
Example:<br>
</tt> <tt><tt>ds9.set(string cmd)<br>
- </tt> url
- http://foo.bar.edu/foo.fits</tt>
+ </tt> url http://foo.bar.edu/foo.fits</tt>
<p><b><a name="version" id="version"></a>version</b></p>
<p>Returns the current version of DS9.</p>
<tt>Syntax:<br>
@@ -3532,8 +3347,7 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [units yes|no]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [image|physical|wcs|wcsa...wcsz
yes|no]<br>
- </tt> <tt><tt>&nbsp;&nbsp;&nbsp; &nbsp; [frame
- yes|no]<br>
+ </tt> <tt><tt>&nbsp;&nbsp;&nbsp; &nbsp; [frame yes|no]<br>
</tt> &nbsp;&nbsp;&nbsp; &nbsp; [red yes|no]<br>
&nbsp; &nbsp; &nbsp; [green yes|no]<br>
&nbsp; &nbsp; &nbsp; [blue yes|no]<br>
@@ -3575,8 +3389,7 @@
view units yes<br>
view wcsa yes<br>
</tt> <tt><tt>view frame yes<br>
- </tt> view red
- yes<br>
+ </tt> view red yes<br>
view green yes<br>
view blue yes</tt><br>
<p><b><a name="vla" id="vla"></a>vla</b></p>
@@ -3588,8 +3401,7 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ra&gt; &lt;dec&gt;] # in wcs
fk5<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [size &lt;width&gt;
- &lt;height&gt;
- degrees|arcmin|arcsec]<br>
+ &lt;height&gt; degrees|arcmin|arcsec]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [save yes|no]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [frame new|current]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [update frame|crosshair]<br>
@@ -3608,8 +3420,7 @@
vla<br>
vla m31<br>
</tt> <tt><tt>vla name m31<br>
- </tt></tt> <tt><tt><tt>vla
- name clear<br>
+ </tt></tt> <tt><tt><tt>vla name clear<br>
</tt></tt> vla 00:42:44.404 +41:16:08.78<br>
vla size 60 60 arcmin<br>
vla save yes<br>
@@ -3644,10 +3455,8 @@
vlss<br>
vlss m31<br>
</tt> <tt><tt>vlss name m31<br>
- </tt></tt>
- <tt><tt><tt>vlss name clear<br>
- </tt></tt> vlss 00:42:44.404
- +41:16:08.78<br>
+ </tt></tt> <tt><tt><tt>vlss name clear<br>
+ </tt></tt> vlss 00:42:44.404 +41:16:08.78<br>
vlss size 60 60 arcmin<br>
vlss save yes<br>
vlss frame current<br>
@@ -3688,16 +3497,12 @@
<p><b><a name="wcs" id="wcs"></a>wcs</b></p>
<p>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,
- using this access point, 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 . Please see <a href="file.html#WCS">WCS</a> for more
- information.</p>
+ panel, compass, grid, and alignment will be modified
+ accordingly. Also, using this access point, 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 . Please see <a
+ href="file.html#WCS">WCS</a> for more information.</p>
<tt>Syntax:<br>
wcs [[system] wcs|wcsa...wcsz]<br>
&nbsp;&nbsp;&nbsp; [[sky] fk4|fk5|icrs|galactic|ecliptic]<br>
@@ -3719,11 +3524,9 @@
wcs wcs<br>
wcs system wcs<br>
</tt> <tt>wcs fk5<br>
- </tt> <tt>wcs sky
- fk5<br>
+ </tt> <tt>wcs sky fk5<br>
</tt> <tt>wcs sexagesimal<br>
- </tt> <tt>wcs skyformat
- sexagesimal<br>
+ </tt> <tt>wcs skyformat sexagesimal<br>
wcs align yes<br>
wcs reset<br>
wcs reset 3<br>
@@ -3743,8 +3546,7 @@
web</tt> <tt><tt>[]<br>
&nbsp;&nbsp;&nbsp; [&lt;url&gt;]<br>
&nbsp;&nbsp;&nbsp; [new &lt;webname&gt; &lt;url&gt;]<br>
- </tt>
- &nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [click
+ </tt> &nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [click
back|forward|stop|reload|#]<br>
&nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [clear]<br>
&nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [close]<br>