Changeset 4091 in ntrip


Ignore:
Timestamp:
Apr 30, 2012, 9:20:26 AM (12 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r4089 r4091  
    612612where <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.
    613613</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-rate 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 --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 the asterisk '*' wildcard charakter as shown with the following command line options to specify a selection of files in a certain directory:
     614The 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>
     620You 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:
    621621</p>
    622622<p>
Note: See TracChangeset for help on using the changeset viewer.