diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/lists/doc/columns.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/lists/doc/columns.hlp')
-rw-r--r-- | pkg/lists/doc/columns.hlp | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/pkg/lists/doc/columns.hlp b/pkg/lists/doc/columns.hlp new file mode 100644 index 00000000..a4f304fa --- /dev/null +++ b/pkg/lists/doc/columns.hlp @@ -0,0 +1,38 @@ +.help columns Nov88 lists +.ih +NAME +columns -- break a multicolumn list into multiple single column lists +.ih +USAGE +columns filename numcols +.ih +PARAMETERS +.ls filename +Name of the input table file. +.le +.ls numcols +The number of columns in the input file. +.le +.ls outroot = "col." +Root name of the output column files. +.le +.ih +DESCRIPTION +Task \fIcolumns\fR is used to reformat a multicolumn list file into separate +files, such that one output file is created for each column in the input +file. It is used to break multicolumn tables into simple CL lists. +Comment lines beginning with the character "#" are ignored. All data +is transferred as text. One file \fBoutroot\fRn is produced for each +column in the input table. +.ih +EXAMPLES +Make 3 files named datacol.1, datacol.2 and datacol.3 from the 3 column +table dtable: +.nf + + cl> columns dtable 3 outroot=datacol. +.fi +.ih +SEE ALSO +fields +.endhelp |