diff options
Diffstat (limited to 'vendor/voclient/doc/votstat.html')
-rw-r--r-- | vendor/voclient/doc/votstat.html | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/vendor/voclient/doc/votstat.html b/vendor/voclient/doc/votstat.html new file mode 100644 index 00000000..5e09cae3 --- /dev/null +++ b/vendor/voclient/doc/votstat.html @@ -0,0 +1,122 @@ +Content-type: text/html + +<HTML><HEAD><TITLE>Manpage of VOTSTAT</TITLE> +</HEAD><BODY> +<H1>VOTSTAT</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> + +votstat - Compute statistics for numeric columns of a VOTable. +<P> +<A NAME="lbAC"> </A> +<H2>SYNOPSIS</H2> + +<B>votstat</B> [<I>-opts</I>] votable.xml +<P> +<A NAME="lbAD"> </A> +<H2>OPTIONS</H2> + +The <I>votstat</I> task 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>-a,--all</B> + +<DD> +Print all columns, but only compute statistics for the numeric columns. +<DT><B>-o </B><I>NAME</I>,--output <I>NAME</I> + +<DD> +Output name of sorted file, if not specified results are written to stdout. +<DT><B>-n,--noheader</B> + +<DD> +Suppress header information for formats other than XML and FITS. +<P> +<P> +</DL> +<A NAME="lbAE"> </A> +<H2>DESCRIPTION</H2> + +The <I>votstat</I> task is used to compute statistics for columns of a table. +Output is written to the stdout unless the <I>-o</I> flag is used to +name a specific output file. If the <I>-a</I> flag is used, all columns +are printed but only the statistics of numeric columns is computed. +<P> +If no input file is specified the VOTable will be read from the stdin, +results will be written to stdout unless the <I>-o</I> (or <I>--output</I>) +names an output file. The task will only process a single VOTable and may +not be used to convert multiple files in a single call. +<P> +<A NAME="lbAF"> </A> +<H2>RETURN STATUS</H2> + +On exit the <B>votstat</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) Print statistics for a VOTable<DD> +<P> +<PRE> + % votstat test.xml +</PRE> + +<P> +<DT>2) Print statistics for all column in a VOTable and save results to a file.<DD> +<P> +<PRE> + % votsort -a -o stats test.xml +</PRE> + +<P> +</DL> +<A NAME="lbAH"> </A> +<H2>BUGS</H2> + +The task should have a way to select specific columns or request specific +values. +<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> + +votget, votinfo, votcnv, votpos, votstat +<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:28 GMT, April 14, 2013 +</BODY> +</HTML> |