diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /vendor/voclient/doc/voimage.html | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vendor/voclient/doc/voimage.html')
-rw-r--r-- | vendor/voclient/doc/voimage.html | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/vendor/voclient/doc/voimage.html b/vendor/voclient/doc/voimage.html new file mode 100644 index 00000000..7742b22e --- /dev/null +++ b/vendor/voclient/doc/voimage.html @@ -0,0 +1,109 @@ +Content-type: text/html + +<HTML><HEAD><TITLE>Manpage of VOIMAGE</TITLE> +</HEAD><BODY> +<H1>VOIMAGE</H1> +Section: User Commands (1)<BR>Updated: Feb 2013<BR><A HREF="#index">Index</A> +<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR> + +<A NAME="lbAB"> </A> +<H2>NAME</H2> + +voimage - Query VO image services for data +<P> +<A NAME="lbAC"> </A> +<H2>SYNOPSIS</H2> + +<B>voimage</B> [<opts>] <service> [ <object> | <ra> <dec> ] [ <size> ] +<P> +<A NAME="lbAD"> </A> +<H2>OPTIONS</H2> + +The <I>voimage</I> application accepts the following options: +<DL COMPACT> +<DT><B>-h, --help</B> + +<DD> +Print a help summary to the terminal and exit. No processing is done +following this flag. +<P> +<DT><B>All VODATA task options</B> + +<DD> +<P> +</DL> +<A NAME="lbAE"> </A> +<H2>DESCRIPTION</H2> + +The <I>voimage</I> task is a convenience application built on top of the +<I>vodata</I> application, logically it will only query for image data and will +set the appropriate flags when calling <I>vodata</I>. +<P> + +For a complete list of options and a description of the task behavior, see +the <I>VODATA</I> man page. +<P> +<A NAME="lbAF"> </A> +<H2>RETURN STATUS</H2> + +On exit the <B>voimage</B> task will return a zero indicating success, or a +one indicating an error. +<P> +<A NAME="lbAG"> </A> +<H2>EXAMPLES</H2> + +<DL COMPACT> +<DT>1) Query for all X-ray image data of M51:<DD> +<P> +<PRE> + % voimage -b x-ray any m51 +</PRE> + +<DT>2) Query an HST service having data of the subdwarf galaxy IC 10, print a <DD> +count of the results only: +<P> +<PRE> + % voimage -c CADC/HST IC10 +</PRE> + +<P> +</DL> +<A NAME="lbAH"> </A> +<H2>BUGS</H2> + +No known bugs with this release. +<A NAME="lbAI"> </A> +<H2>Revision History</H2> + +Feb 2013 - First public release +<A NAME="lbAJ"> </A> +<H2>Author</H2> + +Michael Fitzpatrick (<A HREF="mailto:fitz@noao.edu">fitz@noao.edu</A>), Feb 2013 +<A NAME="lbAK"> </A> +<H2>SEE ALSO</H2> + +vodata, vocatalog, vospectrum +<P> + +<HR> +<A NAME="index"> </A><H2>Index</H2> +<DL> +<DT><A HREF="#lbAB">NAME</A><DD> +<DT><A HREF="#lbAC">SYNOPSIS</A><DD> +<DT><A HREF="#lbAD">OPTIONS</A><DD> +<DT><A HREF="#lbAE">DESCRIPTION</A><DD> +<DT><A HREF="#lbAF">RETURN STATUS</A><DD> +<DT><A HREF="#lbAG">EXAMPLES</A><DD> +<DT><A HREF="#lbAH">BUGS</A><DD> +<DT><A HREF="#lbAI">Revision History</A><DD> +<DT><A HREF="#lbAJ">Author</A><DD> +<DT><A HREF="#lbAK">SEE ALSO</A><DD> +</DL> +<HR> +This document was created by +<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>, +using the manual pages.<BR> +Time: 05:13:24 GMT, April 14, 2013 +</BODY> +</HTML> |