Changeset 4463 in ntrip for trunk/BNC/src/bnchelp.html
- Timestamp:
- Jul 31, 2012, 1:14:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r4462 r4463 695 695 </p> 696 696 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 697 707 <p> 698 708 The 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': … … 2908 2918 <tr><td>reqcOutObsFile=</td><td>Reqc: Output observations file</td></tr> 2909 2919 <tr><td>reqcOutNavFile=</td><td>Reqc: Output navigation file</td></tr> 2920 <tr><td>reqcPlotDir</td><td>Reqc: QC plots directory</td></tr> 2910 2921 <tr><td>reqcOutLogFile=</td><td>Reqc: Output logfile</td></tr> 2911 2922 <tr><td>reqcRnxVersion=</td><td>Reqc: RINEX version</td></tr>
Note:
See TracChangeset
for help on using the changeset viewer.