Changeset 4463 in ntrip


Ignore:
Timestamp:
Jul 31, 2012, 1:14:56 PM (12 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnchelp.html

    r4462 r4463  
    695695</p>
    696696
     697<p>The following Linux command line produces RINEX QC plots offline in 'no window' mode and saves them in directory '/home/user'. Introducing a dummy configuration file /dev/null makes sure that not configuration options previously saved on disc are used.</p>
     698<p>
     699/home/user/bnc --conf /dev/null --key reqcAction Analyze --key reqcObsFile CUT02070.12O --key reqcNavFile BRDC2070.12P --key reqcOutLogFile CUT0.txt --key reqcPlotDir /home/user --nw
     700</p>
     701<p></p>
     702<p>The following Linux command line produces the same RINEX QC plots in interactive autoStart mode:</p>
     703<p>
     704/home/user/bnc --conf /dev/null --key reqcAction Analyze --key reqcObsFile CUT02070.12O --key reqcNavFile BRDC2070.12P --key reqcOutLogFile CUT0.txt --key --key startTab 4 --key autoStart 2
     705</p>
     706
    697707<p>
    698708The following is a list of available keynames for '<u>R</u>INEX <u>E</u>diting & <u>QC</u>' (short: REQC, pronounced 'rek') options and their meaning, cf. section 'Configuration Examples':
     
    29082918<tr><td>reqcOutObsFile=</td><td>Reqc: Output observations file</td></tr>
    29092919<tr><td>reqcOutNavFile=</td><td>Reqc: Output navigation file</td></tr>
     2920<tr><td>reqcPlotDir</td><td>Reqc: QC plots directory</td></tr>
    29102921<tr><td>reqcOutLogFile=</td><td>Reqc: Output logfile</td></tr>
    29112922<tr><td>reqcRnxVersion=</td><td>Reqc: RINEX version</td></tr>
Note: See TracChangeset for help on using the changeset viewer.