- Timestamp:
- Oct 9, 2008, 11:43:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r1151 r1160 683 683 <p> 684 684 Example:<br><br> 685 ./bnc-nw685 bnc.exe -nw 686 686 </p> 687 687 688 688 <p><a name="post"><h4>3.14.2 Offline - optional</h4></p> 689 689 <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 <<u>file</u>>' 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 <<u>format</u>>' to enter one of the file <u>format</u> describing strings 'RTCM_2', 'RTCM_3' or 'RTIGS'.</li> 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 four command line options for that: 691 </p> 692 <p> 693 <ul> 694 <li>'--file <<u>file</u>>' 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 <<u>format</u>>' 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> 696 698 </ul> 697 699 <p> 698 700 Example:<br><br> 699 ./bnc - file FFMJ.dat -format RTCM_3700 </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> 704 Note 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. 703 705 </p> 704 706
Note:
See TracChangeset
for help on using the changeset viewer.