diff options
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" |