Changes between Initial Version and Version 1 of SRV2RM


Ignore:
Timestamp:
2013-05-23T14:42:49-04:00 (11 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SRV2RM

    v1 v1  
     1== srv2rm ==
     2
     3Converts SDRR .srv radar files to ATCoach radar hex format
     4
     5{{{
     6   Usage: srv2rm [-c] [-d dir] [-o outfile] [-S starttime] [-i] [radar] [radar]
     7      convert list of surveillance files to an ATCoach RM file.
     8      default output file is "rm.txt"
     9      must be run from gsgt scenario dir.
     10      all .srv files are asumed to be in the current directory, unless the -d option is used.
     11      all filenames are assumed to be lower case.
     12      if no radars are specified, all radars in scenario are processed
     13      -c means use C<TEXT> format msgs (to be mixed with ATCoach-generated radar)
     14         default (RM msgs) is used to replace ATCoach-generated radar
     15      -i base sensor index numbers on command line radar list, not adaptation (first radar is 0)
     16}}}
     17example:
     18{{{
     19       user@host:/home/jason/GSGT_WORK/DIL_ZID_20110630_16hr--> srv2rm -d /home/jason/SAR/ZID/RADAR/radar*
     20}}}
     21then rename the resulting rm.txt file to the ATCoach required name for desired scenario, for example: DIL_ZID_20110630_16hr-0_radar.ZID and copy into the exported ATCoach scenario directory)