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/utilities/nttools/tcreate.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/utilities/nttools/tcreate.par')
-rw-r--r-- | pkg/utilities/nttools/tcreate.par | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/utilities/nttools/tcreate.par b/pkg/utilities/nttools/tcreate.par new file mode 100644 index 00000000..4a95daf8 --- /dev/null +++ b/pkg/utilities/nttools/tcreate.par @@ -0,0 +1,12 @@ +table,s,a,"",,,"name of table to be created" +cdfile,s,a,"STDIN",,,"name of file containing column descriptions" +datafile,s,a,"STDIN",,,"name of file containing data" +uparfile,s,h,"",,,"name of file containing header parameters" +nskip,i,h,0,0,,"number of header lines to skip in data file" +nlines,i,h,0,0,,"number of lines in data file per row in table" +nrows,i,h,0,0,,"number of rows [zero for all]" +hist,b,h,yes,,,"add a history record with creation date?" +extrapar,i,h,5,0,,"extra space for header parameters" +tbltype,s,h,"default","default|row|column|text",,"type of table" +extracol,i,h,0,0,,"number of extra columns to allocate" +mode,s,h,"al",,, |