Changeset 4068 in ntrip
- Timestamp:
- Apr 28, 2012, 11:50:20 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r4067 r4068 167 167 3.6.1 <a href=#reqcact>Action</a><br> 168 168 3.6.2 <a href=#reqcedit>Set Edit Options</a><br> 169 3.6.3 <a href=#reqcinput>Input files</a><br>170 3.6.4 <a href=#reqcoutput>Output files</a><br>171 3.6.5 <a href=#reqccommand> No Windows</a><br>169 3.6.3 <a href=#reqcinput>Input Files</a><br> 170 3.6.4 <a href=#reqcoutput>Output Files</a><br> 171 3.6.5 <a href=#reqccommand>Command Line, No Windows</a><br> 172 172 3.7. <a href=#correct>Broadcast Corrections</a><br> 173 173 3.7.1. <a href=#corrdir>Directory, ASCII</a><br> … … 606 606 </p> 607 607 608 <p><a name="reqccommand"><h4>3.6.5 No Windows - optional</h4></p> 609 <p> 610 The 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: 608 <p><a name="reqccommand"><h4>3.6.5 Command Line, No Windows - optional</h4></p> 609 <p> 610 BNC applies options from the configuration file but allows updating any of them on the command line while the contents of the configuration file remains unchanged, see 'Command Line Options' section below. The syntax for that looks as follows 611 </p> 612 <p> 613 --key <keyName> <keyValue> 614 </p> 615 <p> 616 where <keyName> stands for the name of an option contained in the configuration file and <keyValue> stands for the value you want to assign to it. This functionality may be helpful in the 'RINEX Editing & QC' context when running BNC on a routine bases for maintaining a RINEX file archive. 617 </p> 618 The following Linux example calls BNC in 'no window' mode with a local configuration file 'rnx.conf' for concatenating four 15min high-rate RINEX files residing in the local directory to produce an hourly RINEX Version 3 file with 30 seconds sampling rate: 611 619 </p> 612 620 <p> 613 621 ./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 622 </p> 623 <p> 624 The following is a list of availalbel keynames for 'RINEX Editing & QC' options and their meaning (cf. section 'Configuration Example'): 614 625 </p> 615 626 616 627 <table> 617 628 <tr></tr> 618 <tr><td><b>Key </b></td><td><b>Value</b></td></tr>629 <tr><td><b>Keyname</b></td><td><b>Meaning</b></td></tr> 619 630 <tr><td>reqcAction</td><td>RINEX Editing % QC action</td></tr> 620 631 <tr><td>reqcObsFile</td><td>RINEX observation input file(s)</td></tr>
Note:
See TracChangeset
for help on using the changeset viewer.