[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Old Help




  If what you wish is to collect all the measurements of a given
star together in one place, this may suit your needs (or at least
get you started in the right direction).  

       http://spiff.rit.edu/richmond/temp/calc_gammas_simple.pl

  This Perl script is designed to take one (or more) .cal files
produced by the pipeline and process them so that all measurements
of each star are contiguous.  One uses it like so:

              sort -n +1 M*.cal | perl calc_gammas_simple.pl

  The output has one line per measurement of each star.  All the
measurements of a star appear next to each other.  The program calculates
the mean and stdev of all these measurements of each star, and
prints them out, together with the difference between that mean
and each individual measurement.

  Please modify as needed if you wish, or ignore if this is not
what you were seeking.

                                 Michael