.TH STILTS-TCOPY 1 "Mar 2017" "" "Stilts commands" .SH NAME stilts-tcopy \- Converts between table formats .SH SYNOPSIS .ad l .HP 13 .hy 0 \fBstilts tcopy\fR [in=\fI\fR] [out=\fI\fR] [ifmt=\fI\fR] [ofmt=\fI\fR] .hy .ad .SH DESCRIPTION .PP \fItcopy\fR is a table copying tool. It simply copies a table from one place to another, but since you can specify the input and output formats as desired, it works as a converter from any of the supported input formats to any of the supported output formats. .PP \fItcopy\fR is just a stripped-down version of \fItpipe\fR - it doesn't do anything that \fItpipe\fR can't, but the usage is slightly simplified. It is provided as a drop-in replacement for the old \fItablecopy\fR (\fIuk.ac.starlink.table.TableCopy\fR) tool which was supplied with earlier versions of STIL and TOPCAT - it has the same arguments and behaviour as \fItablecopy\fR, but is implemented somewhat differently and will in some cases be more efficient. .SH OPTIONS .TP \fBin=\fI
\fR .RS The location of the input table. This may take one of the following forms: .RS 2 .IP * 2 A filename. .IP * 2 A URL. .IP * 2 The special value "\fI-\fR", meaning standard input. In this case the input format must be given explicitly using the \fIifmt\fR parameter. Note that not all formats can be streamed in this way. .IP * 2 A scheme specification of the form \fI::\fR. .IP * 2 A system command line with either a "\fI<\fR" character at the start, or a "\fI|\fR" character at the end ("\fI\fR .RS The location of the output table. This is usually a filename to write to. If it is equal to the special value "-" (the default) the output table will be written to standard output. .RE .TP \fBifmt=\fI\fR .RS Specifies the format of the input table as specified by parameter \fIin\fR. The known formats are listed in SUN/256. This flag can be used if you know what format your table is in. If it has the special value \fI(auto)\fR (the default), then an attempt will be made to detect the format of the table automatically. This cannot always be done correctly however, in which case the program will exit with an error explaining which formats were attempted. This parameter is ignored for scheme-specified tables. .RE .TP \fBofmt=\fI\fR .RS Specifies the format in which the output table will be written (one of the ones in SUN/256 - matching is case-insensitive and you can use just the first few letters). If it has the special value "\fI(auto)\fR" (the default), then the output filename will be examined to try to guess what sort of file is required usually by looking at the extension. If it's not obvious from the filename what output format is intended, an error will result. .RE .SH SEE ALSO \fBstilts\fR(1) .PP If the package stilts-doc is installed, the full documentation \fBSUN/256\fR is available in HTML format: .br \%file:///usr/share/doc/stilts/sun256/index.html .SH VERSION STILTS version 3.4.7-debian .PP This is the Debian version of Stilts, which lack the support of some file formats and network protocols. For differences see .br \%file:///usr/share/doc/stilts/README.Debian .SH AUTHOR Mark Taylor (Bristol University)