diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/utilities/nttools/thistogram.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/utilities/nttools/thistogram.par')
-rw-r--r-- | pkg/utilities/nttools/thistogram.par | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg/utilities/nttools/thistogram.par b/pkg/utilities/nttools/thistogram.par new file mode 100644 index 00000000..ce34cd34 --- /dev/null +++ b/pkg/utilities/nttools/thistogram.par @@ -0,0 +1,14 @@ +intable,s,a,"",,,"input tables" +outtable,s,a,"STDOUT",,,"output tables or STDOUT" +column,s,a,"",,,"column in input tables" +nbins,i,h,100,1,,"total number of bins" +lowval,r,h,INDEF,,,"lower limit for histogram" +highval,r,h,INDEF,,,"upper limit for histogram" +dx,r,h,INDEF,,,"bin width" +clow,r,h,INDEF,,,"center of first bin" +chigh,r,h,INDEF,,,"center of last bin" +rows,s,h,"-",,,"range of rows to use for histogram" +outcolx,s,h,"value",,,"column name for bin centers" +outcoly,s,h,"counts",,,"column name for histogram values" +Version,s,h,"18March1994",,,"date of installation" +mode,s,h,"al" |