Changes between Initial Version and Version 1 of ESAR2SDRR


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ESAR2SDRR

    v1 v1  
     1=== esar2sdrr ===
     2
     3Extracts the non-radar messages from ERAM SAR and dumps SDRR message file to stdout
     4
     5{{{
     6   Usage: esar2sdrr -f fdswac.xml sarfile[s] [ options ]
     7     Creates sdrr msg file from ERAM SAR
     8     -f    fdswac.xml file for national release that recorded the ERAM SAR
     9     -S    starttime
     10     -E    endtime
     11     -y    filter out confirms
     12     -z    filter out TZ msgs
     13     -p    convert picks to CIDs
     14     -r    dump rcu info in ccumsgs (for sdrr to gsgt)
     15     -l    dump live ssrv msgs only
     16}}}
     17example:
     18{{{
     19     esar2sdrr -p -f ../SAR/fdswac.xml* `cat sar_list` > main.out
     20}}}
     21
     22{{{
     23notes:
     24     -p option replaces trackball picks with CID (later converted to ACID by sdrr2atc)
     25     -h (obsolete as of 7-14-2011) host option is for pre-eab1* SAR to determine sender/receiver (host should be lowercase local center)
     26}}}