
fgmcal  --  apply calibration to CLUSTER FGM data

USAGE:

 ... | fgmcal [-a] [-c <calfile>] [-i <infofile>] | ...

 The program reads CLUSTER FGM data (in fgmtvec_t format) from stdin,
 applies the calibration, and writes them to stdout.

 Unless explicitely specified, calibration information is searched in the
 directory specified by the environment variable FGMPATH. The highest version
 of daily calfile is chosen. If no daily calfile then ground calfile is used

OPTIONS:

  -a     process `all' data, i.e., process data even if they are marked `BAD'.
         Default is to process only valid data

  -c     use <calfile> as calibration file.
         Default is to search for a daily calibration file and --if not
         found-- for a ground calibration file, using the standard names,
         in the directory specified by the environment variable FGMPATH.

  -i     store the name(s) of the used calibration file(s) in <infofile>.
         If '-i', but no name given, use default name: 'cal.log'.
         Default is not to store the name(s).

  -V     print the version number on stdout, then exit.

AUTHORS: 

   Edita Georgescu      (eg@mps.mpg.de) 
   Karl-Heinz Fornacon  (k-h.fornacon@tu-bs.de) 
   Stephan Buchert      (scb@stelab.nagoya-u.ac.jp) 
