aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/tstat.par
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/utilities/nttools/tstat.par
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
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"