
fgmls  --  extract informations from a series of FGM vectors

USAGE:

 ... | fgmls [-t <int>] | ...

 The program reads CLUSTER FGM vectors of the `fgmtvec_t' data structure
 from stdin and writes some fundamental informations in ASCII code to stdout.

OPTIONS:

  -t     print the time information in the following form 
         <int> = 0 : ISO standard time string like `2000-12-02T02:05:15.398Z'
         <int> = 1 : (int) seconds of the UNIX epoch, and (int) nanoseconds
         <int> = 2 : (float) seconds of the hour
         <int> = 3 : (float) hours of the day
         <int> = 4 : character string like `Mon Dec 02 02:05:15 2000'

  -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)

