STILTS-TMULTI(1) | Stilts commands | STILTS-TMULTI(1) |
stilts-tmulti - Writes multiple tables to a single container file
stilts tmulti [in=<table> [<table> ...]] [ifmt=<in-format>] [multi=true|false] [istream=true|false] [icmd=<cmds>] [out=<out-file>] [ofmt=<out-format>]
tmulti takes multiple input tables and writes them as separate tables to a single output container file. The container file must be of some format which can contain more than one table, for instance a FITS file (which can contain multiple extensions) or a VOTable document (which can contain multiple TABLE elements). Filtering may be performed on the tables prior to writing them. It is not necessary that all the tables are similar (e.g. that they all have the same type and number of columns), but the same processing commands will be applied to all of them. For more individual control, use the tmultin task.
The following table location forms are allowed:
A list of input table locations may be given in an external file by using the indirction character '@'. Thus "in=@filename" causes the file filename to be read for a list of input table locations. The locations in the file should each be on a separate line.
The same format parameter applies to all the tables specified by in.
The same streaming flag applies to all the tables specified by in.
Commands may alteratively be supplied in an external file, by using the indirection character '@'. Thus a value of "@filename" causes the file filename to be read for a list of filter commands to execute. The commands in the file may be separated by newline characters and/or semicolons, and lines which are blank or which start with a '#' character are ignored.
Not all output formats are capable of writing multiple tables; if you choose one that is not, an error will result.
If the package stilts-doc is installed, the full documentation
SUN/256 is available in HTML format:
file:///usr/share/doc/stilts/sun256/index.html
STILTS version 3.4.7-debian
This is the Debian version of Stilts, which lack the support of
some file formats and network protocols. For differences see
file:///usr/share/doc/stilts/README.Debian
Mark Taylor (Bristol University)
Mar 2017 |