Changeset 6326 in ntrip


Ignore:
Timestamp:
Nov 18, 2014, 3:14:30 PM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnchelp.html

    r6265 r6326  
    704704<p><a name="ephemeris"><h4>3.5. RINEX Ephemeris</h4></p>
    705705<p>
    706 Broadcast Ephemeris can be saved as RINEX Navigation files when received via RTCM Version 3 e.g. as message types 1019 (GPS) or 1020 (GLONASS) or 1045 and 1046 (Galileo). The file name convention follows the details given in section 'RINEX File Names' except that the first four characters are 'BRDC' and the last character is
     706Broadcast Ephemeris can be saved as RINEX Navigation files when received via RTCM Version 3 e.g. as message types 1019 (GPS) or 1020 (GLONASS) or 1044 (QZSS) or 1045 and 1046 (Galileo). The file name convention follows the details given in section 'RINEX File Names' except that the first four characters are 'BRDC' and the last character is
    707707</p>
    708708<ul>
     
    15341534<ul>
    15351535<li>requires pulling in addition a stream carrying satellite orbit and clock corrections to Broadcast Ephemeris in the form of RTCM Version 3 'State Space Representation' (SSR) messages. Note that for BNC these Broadcast Corrections need to be referred to the satellite's Antenna Phase Center (APC). Streams providing such messages are listed on <u>http://igs.bkg.bund.de/ntrip/orbits</u>. Stream 'CLK11' on NTRIP Broadcaster 'products.igs-ip.net:2101' is an example.</li>
    1536 <li>may require pulling a stream carrying Broadcast Ephemeris available as RTCM Version 3 message types 1019, 1020, 1045 and 1046. This is a must only when the stream coming from the receiver does not contain Broadcast Ephemeris or provides them only at very low repetition rate. Streams providing such messages are listed on <u>http://igs.bkg.bund.de/ntrip/ephemeris</u>. Stream 'RTCM3EPH' on caster 'products.igs-ip.net:2101' is an example.</li>
     1536<li>may require pulling a stream carrying Broadcast Ephemeris available as RTCM Version 3 message types 1019, 1020, 1044, 1045 and 1046. This is a must only when the stream coming from the receiver does not contain Broadcast Ephemeris or provides them only at very low repetition rate. Streams providing such messages are listed on <u>http://igs.bkg.bund.de/ntrip/ephemeris</u>. Stream 'RTCM3EPH' on caster 'products.igs-ip.net:2101' is an example.</li>
    15371537</ul>
    15381538</p>
     
    16581658<ul>
    16591659<li>BNC does correct for Solid Earth Tides and Phase Windup.</li>
    1660 <li>Satellite antenna phase center offsets are not corrected because applied orbit/clock corrections are referred to the satellite's antenna phase center.</li>
     1660<li>Satellite antenna phase center offsets are corrected.</li>
    16611661<li>Satellite antenna phase center variations are neglected because this is a small effect usually less than 2 centimeters.</li>
    16621662<li>Observations can be corrected for a Receiver Antenna Offset. Depending on whether or not this correction is applied, the estimated position is either that of the receiver's antenna phase center or that of the receiver's Antenna Reference Point.</li>
     
    25892589<p><a name="gettable"><h4>3.18.1.1.4 Get Table</h4></p>
    25902590<p>
    2591 Use the 'Get Table' button to download the source-table from the NTRIP Broadcaster. Pay attention to data fields 'format' and 'format-details'. Keep in mind that BNC can only decode and convert streams that come in RTCM Version 2, RTCM Version 3, or RTNET format. For access to observations, Broadcast Ephemeris and Broadcast Corrections in RTCM format streams must contain a selection of appropriate message types as listed in the Annex, cf. data field 'format-details' for available message types and their repetition rates in brackets. Note that in order to produce RINEX Navigation files RTCM Version 3 streams containing message types 1019 (GPS) and 1020 (GLONASS) and 1045, 1046 (Galileo) are required. Select your streams line by line, use +Shift and +Ctrl when necessary. The figure below provides an example source-table.
     2591Use the 'Get Table' button to download the source-table from the NTRIP Broadcaster. Pay attention to data fields 'format' and 'format-details'. Keep in mind that BNC can only decode and convert streams that come in RTCM Version 2, RTCM Version 3, or RTNET format. For access to observations, Broadcast Ephemeris and Broadcast Corrections in RTCM format streams must contain a selection of appropriate message types as listed in the Annex, cf. data field 'format-details' for available message types and their repetition rates in brackets. Note that in order to produce RINEX Navigation files RTCM Version 3 streams containing message types 1019 (GPS) and 1020 (GLONASS) and 1044 (QZSS) and 1045, 1046 (Galileo) are required. Select your streams line by line, use +Shift and +Ctrl when necessary. The figure below provides an example source-table.
    25922592</p>
    25932593<p>
     
    29702970
    29712971<tr>
    2972 <td>Sep 2014 &nbsp;</td><td>Version 2.12 &nbsp;</td>
    2973 <td>[Add] Started work on new version in Sep 2014<br>[Mod] RINEX file concatenation<br>[Add] Observation code selection in RINEX file editing</td>
     2972<td>Sep 2014 &nbsp;</td><td>Version 2.12 &nbsp;</td><td>
     2973[Add] Started work on new version in Sep 2014<br>
     2974[Mod] RINEX file concatenation<br>[Add] Observation code selection in RINEX file editing<br>
     2975[Mod] Routine handling of data input and output in RINEX format re-written<br>
     2976[Mod] QC routines re-written with the goal of handling all signal types<br>
     2977[Add] Machine-readable output of RINEX QC<br>
     2978[Add] PPP processing of any number of linear combinations of GNSS measurements selected by user<br>
     2979[Add] Second PPP client for parallel processing of an arbitrary number of stations in separate threads<br>
     2980[Add] Decoding RTCM SSR phase bias messages<br>
     2981[Add] Decoding RTCM SSR ionospheric model messages, single-layer model for total electron content<br>
     2982[Add] RTCMv3 QZSS Broadcast Ephemeris message 1044<br>
     2983[Add] Handle old-fashioned SNR values in RINEX<br>
     2984[Mod] SNR and MP visualization depending on RINEX observation attribute<br>
     2985[Bug] Saastamoinen tropospheric correction for very high elevation receivers
     2986</td>
    29742987</tr>
    29752988
     
    31033116<li>Type 1019, GPS ephemeris.</li>
    31043117<li>Type 1020, GLONASS ephemeris.</li>
     3118<li>Type 1043, SBAS ephemeris.</li>
     3119<li>Type 1044, QZSS ephemeris.</li>
    31053120<li>Type 1045, Galileo F/NAV ephemeris.</li>
    31063121<li>Type 1046, Galileo I/NAV ephemeris.</li>
Note: See TracChangeset for help on using the changeset viewer.