Changeset 2533 in ntrip
- Timestamp:
- Aug 4, 2010, 9:06:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r2516 r2533 286 286 <p><a name="rawout"><h4>3.3.5 Raw Output File - optional</h4></p> 287 287 <p> 288 BNC can save all data coming in through various streams in the received order and format together in one single file. This is of importance i.e. when using the PPP option in offline mode where the contents of different streams carrying observations, orbit/clock correctors, and broadcast ephemeris are to be read from one file. 288 BNC can save all data coming in through various streams in the received order and format together in one single file. This is of importance i.e. when using the PPP option in offline mode where the contents of different streams carrying observations, orbit/clock correctors, and broadcast ephemeris are to be read from one file. Data will be saved in blocks in the received format seperated by ASCII records like (example): 289 <pre> 290 2010-08-03T18:05:28 RTCM3EPH RTCM_3 67 291 </pre> 292 This example block header tells you that 67 bytes are saved in the data block following this record. The information in this block is encoded in RTCM Version 3.x format, comes from Mountpoint RTCM3EPH and was received at 18:05:29 UTC on 2010-08-03. BNC adds its own time stamps because a complete time reference may not be provided for all incoming observations and epochs. 289 293 </p> 290 294 <p> … … 1065 1069 1066 1070 <p> 1067 bnc.exe --conf c:\temp\BNC.ppp --file c:\temp\FFMJ1 -- date 2010-03-27 --time 06:58:00 --format RTCM_31071 bnc.exe --conf c:\temp\BNC.ppp --file c:\temp\FFMJ1 --format RTCM_3 1068 1072 </p> 1069 1073 … … 1424 1428 <p><a name="post"><h4>3.15.2 Offline Mode - optional</h4></p> 1425 1429 <p> 1426 Although BNC is primarily a real-time online tool, it can be run in offline mode to read data from a file for post-processing purposes. Enter the following fourcommand line options for that:1427 </p> 1428 <p> 1429 <ul> 1430 <li>'--file <<u>inputFileName</u>>' to enter the full path to an input file containing data in RTCM Version 2.x, or Version 3.x, or RTIGS/SOC format.</li>1430 Although BNC is primarily a real-time online tool, it can be run in offline mode to read data from a previously saved file for post-processing purposes. Enter the following command line options for that: 1431 </p> 1432 <p> 1433 <ul> 1434 <li>'--file <<u>inputFileName</u>>' to enter the full path to an input file containing data previously saved by BNC.</li> 1431 1435 <li>'--format <<u>format</u>>' to enter one of the file format describing strings 'RTCM_2', 'RTCM_3' or 'RTIGS'.</li> 1432 <li>'--date YYYY-MM-DD' to enter a date for the first epoch.</li>1433 <li>'--time HH:MM:SS' to enter a time for the first epoch.</li>1434 1436 </ul> 1435 1437 <p> 1436 1438 Example:<br><br> 1437 ./bnc --file FFMJ.dat --format RTCM_3 --date 2008-10-27 --time 23:12:561438 </p> 1439 <p> 1440 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 i.e. for RINEX files or for PPP in post-processing mode. Note further that when running BNC in offline mode, it will use options for file saving, interval, samplingetc. from its configuration file.1439 ./bnc --file FFMJ.dat --format RTCM_3 1440 </p> 1441 <p> 1442 Note that when running BNC in offline mode, it will use options for file saving, interval, sampling, PPP etc. from its configuration file. 1441 1443 </p> 1442 1444 … … 1601 1603 1602 1604 <tr> 1603 <td>Jun e2010 </td><td>Version 2.1 </td>1605 <td>Jun 2010 </td><td>Version 2.1 </td> 1604 1606 <td>[Bug] SSR GLONASS message generation<br> [Add] PPP in post-processing mode<br> [Mod] Update of SSR messages following draft dated 2010-04-12<br> [Mod] Generating error message when observation epoch is wrong</td> 1605 1607 </tr> 1606 1608 1607 1609 <tr> 1608 <td>Jul y2010 </td><td>Version 2.2 </td>1610 <td>Jul 2010 </td><td>Version 2.2 </td> 1609 1611 <td>[Bug] GLONASS ephemeris time</td> 1610 1612 </tr> 1613 1614 <tr> 1615 <td>Aug 2010 </td><td>Version 2.3 </td> 1616 <td>[Mod] Internal format for saving raw streams</td> 1617 </tr> 1618 1611 1619 1612 1620 </table>
Note:
See TracChangeset
for help on using the changeset viewer.