STATS(1)



NAME

     stats - calculate statistics of a dataset


SYNOPSIS

     stats [-s | -v] in= dataset


DESCRIPTION

     The dataset name dataset can be either a dataset  descriptor
     or a filename.  The following example calculates the statis-
     tics of the file foo:  stats in=foo


OPTIONS

     -v   Verbose mode: report all the statistics.

     -s   Silent mode: do not report anything.


EXAMPLES

     The following command line stats in= foo generates the  fol-
     lowing output
      *** 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 The following  com-
     mand line stats -v in= foo generates the following output
      *** 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


FILES

     none


SEE ALSO


DIAGNOSTICS


BUGS

     An attempt to set a date to before 1/1/1970 will  result  in
     the date being set to 1/1/1970.



HISTORY

     1993-04-12
     1994-02-08
     SOI Version 0.8