stats \- calculate statistics of a dataset
.SH SYNOPSIS
.B stats
[\-s | \-v] in= \fIdataset\f
.SH DESCRIPTION
.NXR "data stats"
The dataset name
.I dataset
can be either a dataset descriptor or a filename.\fR The following example calculates the statistics of the file foo:
.EX
stats\| in=foo
.EE
.SH OPTIONS
.TP
.B \-v
Verbose mode: report all the statistics.
.TP
.B \-s
Silent mode: do not report anything.
.SH EXAMPLES
.NXR(e) "stats in="
The following command line
.EX
stats\| in= foo
.EE
generates the following output
.EX
*** strategy-level stats *** V 0.5
*** processing default.fits ***
*** exit strategy-level stats ***
min: 449
max: 2868
min_abs: 449
mean: 1890.395969
rms: 748.640807
skew: -0.652793
N valid: 262144
.EE
The following command line
.EX
stats\| -v\| in= foo
.EE
generates the following output
.EX
*** strategy-level stats *** V NaN
*** processing p` ***
gds_in - input name is: default.fits
*** exit strategy-level stats ***
min: 449
max: 2868
min_abs: 449
mean: 1890.395969
rms: 748.640807
skew: -0.652793
N valid: 262144
.EE
.SH FILES
none
.SH SEE ALSO
.SH DIAGNOSTICS
.SH BUGS
An attempt to set a date to before 1/1/1970 will result in
the date being set to 1/1/1970.
.rs
.SH HISTORY
1993-04-12
.br
1994-02-08
.br
SOI Version 0.8
.#$Id: stats.1,v 1.1 1994/02/17 00:10:10 CM Exp $ .#$Source: /home/soi/CM/man/man1/RCS/stats.1,v $ .#$Author: CM $