Changeset 4067 in ntrip


Ignore:
Timestamp:
Apr 28, 2012, 10:52:50 AM (12 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r4065 r4067  
    169169&nbsp; &nbsp; &nbsp; 3.6.3 <a href=#reqcinput>Input files</a><br>
    170170&nbsp; &nbsp; &nbsp; 3.6.4 <a href=#reqcoutput>Output files</a><br>
     171&nbsp; &nbsp; &nbsp; 3.6.5 <a href=#reqccommand>No Windows</a><br>
    1711723.7. <a href=#correct>Broadcast Corrections</a><br>
    172173&nbsp; &nbsp; &nbsp; 3.7.1. <a href=#corrdir>Directory, ASCII</a><br>
     
    605606</p>
    606607
     608<p><a name="reqccommand"><h4>3.6.5 No Windows - optional</h4></p>
     609<p>
     610The following example calls BNC in 'no window' mode with a local configuration file 'rnx.conf' for concatenating four 15min high-rate RINEX files to produce an hourly RINEX Version 3 file with 30 seconds sampling rate:
     611</p>
     612<p>
     613./bnc -nw --conf rnx.conf --key --key reqcAction Edit/Concatenate --key reqcObsFile "tlse119b00.12o,tlse119b15.12o,tlse119b30.12o,tlse119b45.12o" --key reqcOutObsFile tlse119b.12o --key reqcRnxVersion 3 --key reqcSampling 30
     614</p>
     615
     616<table>
     617<tr></tr>
     618<tr><td><b>Key</b></td><td><b>Value</b></td></tr>
     619<tr><td>reqcAction</td><td>RINEX Editing % QC action</td></tr>
     620<tr><td>reqcObsFile</td><td>RINEX observation input file(s)</td></tr>
     621<tr><td>reqcNavFile</td><td>RINEX navigation input files(s)</td></tr>
     622<tr><td>reqcOutObsFile</td><td>RINEX observation output file</td></tr>
     623<tr><td>reqcOutNavFile</td><td>RINEX navigation output file</td></tr>
     624<tr><td>reqcOutLogFile</td><td>Logfile</td></tr>
     625<tr><td>reqcRnxVersion</td><td>RINEX version of emerging new file</td></tr>
     626<tr><td>reqcSampling</td><td>Sampling rate of emerging new RINEX file</td></tr>
     627<tr><td>reqcStartDateTime</td><td>Begin of emerging new RINEX file</td></tr>
     628<tr><td>reqcEndDateTime</td><td>End of emerging new RINEX file</td></tr>
     629<tr><td>reqcOldMarkerName</td><td>Old marker name</td></tr>
     630<tr><td>reqcNewMarkerName</td><td>New marker name</td></tr>
     631<tr><td>reqcOldAntennaName</td><td>Old antenna name</td></tr>
     632<tr><td>reqcNewAntennaName</td><td>New antenna name</td></tr>
     633<tr><td>reqcOldReceiverName</td><td>Old receiver name</td></tr>
     634<tr><td>reqcNewReceiverName</td><td>New receiver name</td></tr>
     635</table>
     636
    607637<p><a name="correct"><h4>3.7. Broadcast Corrections</h4></p>
    608638<p>
Note: See TracChangeset for help on using the changeset viewer.