
fgmtel  --  extract CLUSTER FGM data from the telemetry data (RDM)

USAGE:

 fgmtel [-a <int>] [-e <ecl>] [-s] [list] | ...

 The program reads CLUSTER FGM data from telemetry files given in list
 (default stdin) and writes the primary vectors to stdout using the
 'fgmtvec_t' data structure.
 The range depending scale factor is already taken into account. Thus, the
 output vectors are given in nT.

 If the option -s is given, the secondary vectors are extracted instead of 
 the primary vectors.

OPTIONS:

  -a     output all vectors, if <int> missing or <int>=7.
        <int> is a 3-bit integer, each bit corresponding to a selection rule
        <int>=1 (bit 0), output marked vectors at range changes 
        <int>=2 (bit 1), output marked vectors in calibration mode
        <int>=4 (bit 2), output data during eclipses
	 DEFAULT: output only non-marked vectors

  -e     read eclipse info from file <ecl> (name pattern: *ta* on CDROM).
         Default is '$SATTPATH/s{|l}tef.cl#', where #=1,2,3,4.
 
  -s     extract vectors of the secondary sensor

  -v     verbose mode

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