diff options
Diffstat (limited to 'ds9/doc/ref/command.html')
-rw-r--r-- | ds9/doc/ref/command.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/ds9/doc/ref/command.html b/ds9/doc/ref/command.html index 55161bf..af5457d 100644 --- a/ds9/doc/ref/command.html +++ b/ds9/doc/ref/command.html @@ -44,6 +44,7 @@ <a href="#fifo">fifo</a><br> <a href="#fifo_only">fifo_only</a><br> <a href="#fits">fits</a><br> +<a href="#footprint">footprint</a><br> <a href="#frame">frame</a><br> <a href="#geometry">geometry</a><br> <a href="#gif">gif</a><br> @@ -819,6 +820,57 @@ $ds9 -fits foo.fits<br> $ds9 -fits bar.fits[bin=detx,dety]<br> $cat foo.fits | ds9 -fits -<br> $cat bar.fits | ds9 -fits -[bin=detx,dety]<br></tt> +<p><b><a name="footprint" id="footprint"></a>footprint<br> +fp</b></p> +<p>Support for Chandra (CXC) and Hubble Legacy Archive (HLA) footprint servers.</p> +<tt>Syntax:<br> +-footprint [cxc|hla]<br> + [<ref>] [cancel]<br> + [<ref>] [clear]<br> + [<ref>] [close]<br> + [<ref>] [coordinate <ra> <dec> <coordsys>]<br> + [<ref>] [crosshair]<br> + [<ref>] [export sb|tsv <filename>]<br> + [<ref>] [filter <string>]<br> + [<ref>] [filter load <filename>]<br> + [<ref>] [name <object>]<br> + [<ref>] [panto yes|no]<br> + [<ref>] [print]<br> + [<ref>] [regions]<br> + [<ref>] [retrieve]<br> + [<ref>] [save <filename>]<br> + [<ref>] [show yes|no]<br> + [<ref>] [radius <value> degrees|arcmin|arcsec]<br> + [<ref>] [sky <skyframe>]<br> + [<ref>] [skyformat <skyformat>]<br> + [<ref>] [sort <col> incr|decr]<br> + [<ref>] [system <coordsys>]<br> + [<ref>] [update]<br> +<br> +Example:<br> +$ds9 -footprint cxc<br> +<br> +$ds9 -footprint cancel<br> +$ds9 -footprint clear<br> +$ds9 -footprint close<br> +$ds9 -footprint coordinate 202.48 47.21 fk5<br> +$ds9 -footprint crosshair<br> +$ds9 -footprint export tsv foo.tsv<br> +$ds9 -footprint filter'\$ObsId<10000'<br> +$ds9 -footprint filter load foo.flt<br> +$ds9 -footprint name m51<br> +$ds9 -footprint panto no<br> +$ds9 -footprint print<br> +$ds9 -footprint regions<br> +$ds9 -footprint retrieve<br> +$ds9 -footprint save foo.xml<br> +$ds9 -footprint show yes<br> +$ds9 -footprint radius 1 degrees<br> +$ds9 -footprint sky fk5<br> +$ds9 -footprint skyformat degrees<br> +$ds9 -footprint sort "ObsId" incr<br> +$ds9 -footprint system wcs<br> +$ds9 -footprint update</tt><br> <p><b><a name="frame" id="frame"></a>frame</b></p> <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> <tt>Syntax:<br> |