aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/tstat.par
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/utilities/nttools/tstat.par
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/utilities/nttools/tstat.par')
-rw-r--r--pkg/utilities/nttools/tstat.par21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/utilities/nttools/tstat.par b/pkg/utilities/nttools/tstat.par
new file mode 100644
index 00000000..ad947bda
--- /dev/null
+++ b/pkg/utilities/nttools/tstat.par
@@ -0,0 +1,21 @@
+intable,s,a,"",,,"input tables"
+column,s,a,"",,,"column in input tables"
+outtable,s,h,"STDOUT",,,"output table or STDOUT"
+lowlim,r,h,INDEF,,,"values below this are ignored"
+highlim,r,h,INDEF,,,"values above this are ignored"
+rows,s,h,"-",,,"range of rows to use for statistics"
+n_tab,s,h,"table",,,"column name for name of input table"
+n_nam,s,h,"column",,,"column name for name of input column"
+n_nrows,s,h,"nrows",,,"column name for number of good rows"
+n_mean,s,h,"mean",,,"column name for mean"
+n_stddev,s,h,"stddev",,,"column name for standard deviation"
+n_median,s,h,"median",,,"column name for median"
+n_min,s,h,"min",,,"column name for minimum"
+n_max,s,h,"max",,,"column name for maximum"
+nrows,i,h,,,,"number of rows"
+mean,r,h,,,,"mean value"
+stddev,r,h,,,,"standard deviation"
+median,r,h,,,,"median value"
+vmin,r,h,,,,"minimum"
+vmax,r,h,,,,"maximum"
+mode,s,h,"al"