wiki:SDRR2ATC

sdrr2atc

Converts sdrr msg file to atcoach format

   Usage: sdrr2atc sdrrfile -s startTime -h hostname [-c] [-r atcoachRoute]
     Creates ATCoach C-lines and scenario injections from sdrrfile
       -s startTime    : set atcoach injection times relative to specified startTime
       -c              : (optional) append id comment to the end of each injection
       -r atcoachRoute : (optional) atcoach route text to be used on CI lines

example:

   ZLC:
     sdrr2atc -s 12:45:00 -h zlc -c -r "BQU_K2 DLN_K1 ->D" uniqacid.out > atc_comments.out   (keep this file for per-line acid-cid comments)
     sdrr2atc -s 12:45:00 -h zlc -r "BQU_K2 DLN_K1 ->D" uniqacid.out > atc.out

   ZSE:
     sdrr2atc -s 12:45:00 -h zse -c -r "RBG_K1 EAT_K1 ->D" uniqacid.out > atc_comments.out   (keep this file for per-line acid-cid comments)
     sdrr2atc -s 12:45:00 -h zse -r "RBG_K1 EAT_K1 ->D" uniqacid.out > atc.out

notes:

     - need to determine whether end-of-line comments are allowed in ATCoach export files (test Sunday)
     - for now, trim out all the end-of-line comments...
Last modified 11 years ago Last modified on 2013-05-23T14:37:30-04:00