Changes between Initial Version and Version 1 of SDRRMERGE


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SDRRMERGE

    v1 v1  
     1=== sdrrmerge ===
     2
     3Merges products into single time-sorted sdrr message file
     4{{{
     5   Usage: sdrrmerge sdrr_message_file[s]
     6     Merges SDRR message files into single time-sorted file and dumps to stdout
     7}}}
     8example:
     9{{{
     10     sdrrmerge main.out ifa.out bcn.out > merge.out
     11}}}
     12DIL notes:
     13{{{
     14   since sdrrmerge may not preserve order of same-time msgs:
     15     - grep msgType=\"CS merge.out > merge_cs.out
     16     - edit merge_cs.out: delete anything prior to sector dump, and anything after "live/TI" starttime (ex: 13:00:00)
     17     - import the edited merge_cs.out into sector.out after the dump
     18     - edit merge.out: remove all CSes prior to "live/TI" starttime
     19}}}