- Timestamp:
- May 14, 2012, 10:17:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r4160 r4161 60 60 <li>retrieve real-time GNSS data streams via TCP directly from an IP address without using the NTRIP transport protocol,</li> 61 61 <li>retrieve real-time GNSS data streams from a local UDP or serial port without using the NTRIP transport protocol,</li> 62 <li>generate high-rate RINEX Observation and Navigation files to support near real-time GNSS post-processing applications,</li>62 <li>generate high-rate RINEX Observation and Navigation files to support near real-time GNSS Post Processing applications,</li> 63 63 <li>generate ephemeris and synchronized or unsynchronized observations epoch by epoch through an IP port to support real-time GNSS network engines,</li> 64 64 <li>generate clock and orbit corrections to Broadcast Ephemeris through an IP port to support real-time Precise Point Positioning on GNSS rovers,</li> … … 123 123 <ul> 124 124 <li>to simulate real-time observation situations for debugging purposes,</li> 125 <li>for post-processing purposes.</li>125 <li>for Post Processing purposes.</li> 126 126 </ul> 127 127 Furthermore, apart from its regular window mode, BNC can be run as a batch/background job in a 'no window' mode using processing options from a previously saved configuration or from command line. … … 398 398 <p><a name="rawout"><h4>4.3.5 Raw Output File - optional</h4></p> 399 399 <p> 400 BNC can save all data coming in through various streams in one daily file. The information is recorded in the specified 'Raw output file' in the received order and format. This feature allows a BNC user to run the PPP option offline with observations, Broadcast Corrections, and Broadcast Ephemeris being read from a previously saved file. It supports the offline repetition of a real-time situation for debugging purposes. It is not meant for post-processing.400 BNC can save all data coming in through various streams in one daily file. The information is recorded in the specified 'Raw output file' in the received order and format. This feature allows a BNC user to run the PPP option offline with observations, Broadcast Corrections, and Broadcast Ephemeris being read from a previously saved file. It supports the offline repetition of a real-time situation for debugging purposes. It is not meant for Post Processing. 401 401 </p> 402 402 <p> … … 628 628 629 629 <p><img src="IMG/screenshot25.png"/></p> 630 <p><u>Figure 7:</u> Example for RINEX file editing with BNC in post-processing mode.</p>630 <p><u>Figure 7:</u> Example for RINEX file editing with BNC in Post Processing mode.</p> 631 631 632 632 <p><a name="reqccommand"><h4>4.6.5 Command Line, No Window - optional</h4></p> … … 2275 2275 <p><a name="cmd"><h4>4.19. Command Line Options</h4></p> 2276 2276 <p> 2277 Command line options are available to run BNC in 'no window' mode or let it read data offline from one file or several files for debugging or post processing purposes. BNC will then use processing options from the configuration file. Note that the self-explaining contents of the configuration file can easily be edited. It is possible to introduce a specific configuration file name instead of using the default name 'BNC.ini'.2277 Command line options are available to run BNC in 'no window' mode or let it read data offline from one file or several files for debugging or Post Processing purposes. BNC will then use processing options from the configuration file. Note that the self-explaining contents of the configuration file can easily be edited. It is possible to introduce a specific configuration file name instead of using the default name 'BNC.ini'. 2278 2278 </p> 2279 2279 … … 2441 2441 <tr> 2442 2442 <td>Jun 2010 </td><td>Version 2.1 </td> 2443 <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>2443 <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> 2444 2444 </tr> 2445 2445 … … 2680 2680 <ol type=b> 2681 2681 <li>File 'RinexObs.bnc'<br> 2682 The purpose of this configuration is to convert RTCM streams to RINEX observation files. The configuration pulls streams from several Ntrip broadcasters using differen Ntrip versions and generate 1sec/15min RINEX version 3 observation files. See <u>http://igs.bkg.bund.de/ntrip/observations</u> for observation stream resources.2682 The purpose of this configuration is to convert RTCM streams to RINEX observation files. The configuration pulls streams from several Ntrip broadcasters using differen Ntrip versions and generate 1sec/15min RINEX Version 3 observation files. See <u>http://igs.bkg.bund.de/ntrip/observations</u> for observation stream resources. 2683 2683 </li> 2684 2684 <br> 2685 2685 <li>File 'RinexEpn.bnc'<br> 2686 The purpose of this configuration is to convert RTCM streams to RINEX navigation files. The configuration pulls an RTCM Version 3 stream carrying Broadcast Ephemeris coming from the real-time EUREF and IGS network. It saves hourly RINEX version 3 navigation files. See http://igs.bkg.bund.de/ntrip/ephemeris for further real-time Broadcast Ephemeris resources.2686 The purpose of this configuration is to convert RTCM streams to RINEX navigation files. The configuration pulls an RTCM Version 3 stream carrying Broadcast Ephemeris coming from the real-time EUREF and IGS network. It saves hourly RINEX Version 3 navigation files. See http://igs.bkg.bund.de/ntrip/ephemeris for further real-time Broadcast Ephemeris resources. 2687 2687 </li> 2688 2688 <br> … … 2692 2692 <br> 2693 2693 <li>File 'RinexConcat.bnc'<br> 2694 The purpose of this configuration is to concatenate RINEX version 3 files to produce a concatenated file and edit the marker name in the file header. The sampling rate is set to 30 seconds. See section 'RINEX Editing & QC' in the documentation for examples on how to call BNC from command line in 'no window' mode for RINEX file editing, concatenation and quality checks.2694 The purpose of this configuration is to concatenate RINEX Version 3 files to produce a concatenated file and edit the marker name in the file header. The sampling rate is set to 30 seconds. See section 'RINEX Editing & QC' in the documentation for examples on how to call BNC from command line in 'no window' mode for RINEX file editing, concatenation and quality checks. 2695 2695 </li> 2696 2696 <br> … … 2712 2712 <br> 2713 2713 <li>File 'PPPPostProc.bnc<br> 2714 The purpose of this configuration is Precise Point Positioning in Post Processing mode. BNC reads a RINEX observation and a RINEX Version 3 navigation files and a Broadcast Corrections files. PPP processing otions are set in support of the QuickStart mode. The output is saved in a specific post processing logfile and contains the coordinates derived over time following the implemented PPP filter algorithm.2714 The purpose of this configuration is Precise Point Positioning in Post Processing mode. BNC reads a RINEX observation and a RINEX Version 3 navigation files and a Broadcast Corrections files. PPP processing otions are set in support of the QuickStart mode. The output is saved in a specific Post Processing logfile and contains the coordinates derived over time following the implemented PPP filter algorithm. 2715 2715 </li> 2716 2716 <br>
Note:
See TracChangeset
for help on using the changeset viewer.