
fgmiff  --  put CLUSTER FGM data into the .iff file format

USAGE:

 ... | fgmiff <filename> { -p | -s } [-o [<outfile>]]

 The program reads CLUSTER FGM data (in fgmtvec_t format) from stdin
 and writes them on an ASCII file, using the interface file format (IFF)
 for primary or summary parameter data bases.

 <filename> is the name of a file in which the name and day-of-creation
 of the used calibration files have been stored.

OPTIONS:

  -p     produce IFF listing for prime parameter data base.
         The input data must be spin averages.

  -s     produce IFF listing for summary parameter data base.
         The input data must be one-minute averages.
 
  -o     use <outfile> as output file. If -o is used but <outfile> is
         omitted, output is written to stdout.
         Default is to generate an output file name according to the
         IFF file naming convention.

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

AUTHORS:

 Edita Georgescu  (eg@mpe.mpg.de)
 Stephan Buchert  (scb@geophys.nat.tu-bs.de)
 Reinhold Kempen  (reinhold@geophys.nat.tu-bs.de)
 Joerg Warnecke   (joerg@geophys.nat.tu-bs.de)
