STILTS-TLOOP(1) | Stilts commands | STILTS-TLOOP(1) |
NAME¶
stilts-tloop - Generates a single-column table from a loop variableSYNOPSIS¶
stilts tloop [ocmd=<cmds>] [omode=out|meta|stats|count|cgi|discard|topcat|samp|tosql|gui] [out=<out-table>] [ofmt=<out-format>] [colname=<value>] [start=<float-value>] [end=<float-value>] [step=<float-value>] [forcefloat=true|false]
DESCRIPTION¶
tloop generates a one-column table where the values in the column are effectively populated from a for loop (start, end, step). This may be useful as it is, or it can be postprocessed with ocmd parameters to add more columns etc.OPTIONS¶
- ocmd=<cmds>
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.
- omode=out|meta|stats|count|cgi|discard|topcat|samp|tosql|gui
Possible values are
- out
- meta
- stats
- count
- cgi
- discard
- topcat
- samp
- tosql
- gui
- out=<out-table>
This parameter must only be given if omode has its default value of "out".
- ofmt=<out-format>
This parameter must only be given if omode has its default value of "out".
- colname=<value>
- start=<float-value>
- end=<float-value>
- step=<float-value>
- forcefloat=true|false
SEE ALSO¶
stilts(1)If the package stilts-doc is installed, the full documentation
SUN/256 is available in HTML format:
file:///usr/share/doc/stilts-doc/sun256/index.html
VERSION¶
STILTS version 3.1-5-debianThis 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
AUTHOR¶
Mark Taylor (Bristol University)Mar 2017 |