Changeset 1160 in ntrip


Ignore:
Timestamp:
Oct 9, 2008, 11:43:33 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r1151 r1160  
    683683<p>
    684684Example:<br><br>
    685 ./bnc -nw
     685bnc.exe -nw
    686686</p>
    687687
    688688<p><a name="post"><h4>3.14.2 Offline - optional</h4></p>
    689689<p>
    690 Although BNC is a real-time tool, it can be run in 'offline' mode to read data from a file for post processing purposes. Enter the following two command line options for that:
    691 </p>
    692 <p>
    693 <ul>
    694 <li>'-file &#060;<u>file</u>&#062;' to enter the full path to an input <u>file</u> containing data in RTCM Version 2.x or Version 3.x or RTIGS/SOC format, and</li>
    695 <li>'-format &#060;<u>format</u>&#062;' to enter one of the file <u>format</u> describing strings 'RTCM_2', 'RTCM_3' or 'RTIGS'.</li>
     690Although BNC is a real-time tool, it can be run in 'offline' mode to read data from a file for post processing purposes. Enter the following four command line options for that:
     691</p>
     692<p>
     693<ul>
     694<li>'--file &#060;<u>file</u>&#062;' to enter the full path to an input <u>file</u> containing data in RTCM Version 2.x, or Version 3.x, or RTIGS/SOC format.</li>
     695<li>'--format &#060;<u>format</u>&#062;' to enter one of the file <u>format</u> describing strings 'RTCM_2', 'RTCM_3' or 'RTIGS'.</li>
     696<li>'--date YYYY-MM-DD' to enter a date for the first epoch.</li>
     697<li>'--time HH:MM:SS' to enter a time for the first epoch.</li>
    696698</ul>
    697699<p>
    698700Example:<br><br>
    699 ./bnc -file FFMJ.dat -format RTCM_3
    700 </p>
    701 <p>
    702 Note that when running BNC in 'offline' mode, it will use options for file saving, interval, sampling etc. from its configuration file.
     701./bnc --file FFMJ.dat --format RTCM_3 --date 2008-10-27 --time 23:12:56
     702</p>
     703<p>
     704Note that it is necessary to define a date and time for the first epoch because RTCM streams do not contain complete time stamps as needed for RINEX. Note further that when running BNC in 'offline' mode, it will use options for file saving, interval, sampling etc. from its configuration file.
    703705</p>
    704706
Note: See TracChangeset for help on using the changeset viewer.