- Timestamp:
- Apr 30, 2012, 9:20:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r4089 r4091 612 612 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 basis for maintaining a RINEX file archive. 613 613 </p> 614 The following example for a Linux platform calls BNC in 'no window' mode with a local configuration file 'rnx.conf' for concatenating four 15min high-rateRINEX files residing in the local directory to produce an hourly RINEX Version 3 file with 30 seconds sampling rate:615 </p> 616 <p> 617 ./bnc --nw --conf rnx.conf --key --keyreqcAction Edit/Concatenate --key reqcObsFile "tlse119b00.12o,tlse119b15.12o,tlse119b30.12o,tlse119b45.12o" --key reqcOutObsFile tlse119b.12o --key reqcRnxVersion 3 --key reqcSampling 30618 </p> 619 <p> 620 You may use the asterisk '*' wildcard charakter as shown with the following command line options to specify a selection of files in a certaindirectory:614 The following example for a Linux platform calls BNC in 'no window' mode with a local configuration file 'rnx.conf' for concatenating four 15min RINEX files residing in the local directory to produce an hourly RINEX Version 3 file with 30 seconds sampling rate: 615 </p> 616 <p> 617 ./bnc --nw --conf rnx.conf --key reqcAction Edit/Concatenate --key reqcObsFile "tlse119b00.12o,tlse119b15.12o,tlse119b30.12o,tlse119b45.12o" --key reqcOutObsFile tlse119b.12o --key reqcRnxVersion 3 --key reqcSampling 30 618 </p> 619 <p> 620 You may use asterisk '*' and/or question mark '?' wildcard charakters as shown with the following globbing command line options to specify a selection of files in a local directory: 621 621 </p> 622 622 <p>
Note:
See TracChangeset
for help on using the changeset viewer.