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/tinfo.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/utilities/nttools/tinfo.par')
-rw-r--r-- | pkg/utilities/nttools/tinfo.par | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/utilities/nttools/tinfo.par b/pkg/utilities/nttools/tinfo.par new file mode 100644 index 00000000..9f65e296 --- /dev/null +++ b/pkg/utilities/nttools/tinfo.par @@ -0,0 +1,15 @@ +# parameter file for tinfo +table,s,a,"",,,"name of table" +ttout,b,h,y,,,"display values on terminal?" +nrows,i,h,0,,,"number of rows written to table" +ncols,i,h,0,,,"number of columns defined" +npar,i,h,0,,,"number of header parameters written to table" +rowlen,r,h,0,,,"row length in units of SZ_REAL" +rowused,r,h,0,,,"amount of row length used in units of SZ_REAL" +allrows,i,h,0,,,"number of allocated rows" +maxpar,i,h,0,,,"space allocated for header parameters" +maxcols,i,h,0,,,"space allocated for column descriptors" +tbltype,s,h,"",,,"table type" +subtype,s,h,"",,,"table subtype" +tblversion,i,h,0,,,"version of software that created the table" +mode,s,h,"al",,, |