.\" @(#)votcnv.1 1.0 Feb-2013 MJF .TH VOTCNV 1 "Feb 2013" "VOClient Package" .SH NAME votcnv \- Convert from VOTable to another format .SH SYNOPSIS \fBvotcnv\fP [\fI-opts\fP] votable.xml .SH OPTIONS The \fIvotcnv\fP task accepts the following options: .TP 6 .B \-h, --help Print a help summary to the terminal and exit. No processing is done following this flag. .TP 6 .B \-f \fIFMT\fP, --fmt \fIFMT\fP Convert the VOTable to the format specified by \fIFMT\fP. Allowed formats are described below. .TP 6 .B \-i \fINUM\fP, --indent \fINUM\fP Indent each level of XML output by \fINUM\fP spaces. .TP 6 .B \-n, --noheader Suppress writing any header information. This flag only applies to formats other than FITS and VOTable. .TP 6 .B \-o \fINAME\fP, --output \fINAME\fP Write the result to the file \fINAME\fP. .SH DESCRIPTION The \fIvotcnv\fP task is used to convert a VOTable XML document to a different format, or to rewrite a VOTable using (or removing) indention. Creating a new VOTable document will fix any compliance issues since the task will loosly read a VOTable on input but will always write an XML file that complies with the VOTable specification. The \fI\-f\fP (or \fI\--fmt\fP) flag is used to specify the new format using one of the names listed below. .in 15 .I vot A new VOTable .in 15 .I asv ASCII-separated (i.e. whitespace) values. .in 15 .I bsv Bar-separated values. .in 15 .I csv Comma-separated values .in 15 .I tsv Tab-separated values .in 15 .I html Standalone HTML document (entire table) .in 15 .I shtml Single HTML table .in 15 .I fits FITS bintable .in 15 .I ascii ASV alias .in 15 .I xml VOTable alias .in 15 .I raw VOTable alias .in 7 For formats such as CSV that normally include column headers, the \fI\-n\fP (or \fI\--noheader\fP) flag may be used to suppress this header. The FITS file produced will be an MEF containing a bintable extension for each VOTable "