Changeset 9091 in ntrip for branches/BNC_2.12/src


Ignore:
Timestamp:
Sep 3, 2020, 12:16:11 PM (4 years ago)
Author:
stuerze
Message:

feed engine output changed: bnchelp is adapted accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bnchelp.html

    r9005 r9091  
    26102610
    26112611<p>
    2612 Each epoch in the synchronized output begins with a line containing the GPS Week Number and the seconds within the GPS Week. Following lines begin with the mountpoint string of the stream which provides the observations followed by a satellite number. Specifications for satellite number, code, phase, Doppler and signal strength data follow definitions presented in the RINEX Version 3 documentation. In case of phase observations, a 'Lock Time Indicator' is added. The end of an epoch is indicated by an empty line.
    2613 </p>
    2614 
    2615 <p>
    2616 A valid 'Lock Time Indicator' is only presented for observations from RTCM Version 3 streams. The parameter provides a measure of the amount of time that has elapsed during which the receiver has maintained continuous lock on that satellite signal. If a cycle slip occurs during the previous measurement cycle, the lock indicator will be reset to Zero. In case of observations from RTCM Version 2 streams, the 'Lock Time Indicator' is always set to '-1'.
    2617 </p>
    2618 
    2619 <p>
    2620 An optional valid 'Lock Time' is only presented for observations from RTCM Version 3 streams. The parameter provides a measure of the amount of time that has elapsed during which the receiver has maintained continuous lock on that satellite signal. If a cycle slip occurs during the previous measurement cycle, the lock time will be reset to Zero. The 'Lock Time' could be of interest becuase the Lock Time Inficator is different for different RTCM3 measurement types. Hence, the 'Lock Time' in seconds is computed with the respective calculation rule.
     2612Each epoch in the synchronized output begins with a line containing the GPS Week Number and the seconds within the GPS Week. Following lines begin with the mountpoint string of the stream which provides the observations followed by a satellite number. Specifications for satellite number, code, phase, Doppler and signal strength data follow definitions presented in the RINEX Version 3 documentation. In case of phase observations, a 'Slip Counter' is added. The end of an epoch is indicated by an empty line.
     2613</p>
     2614
     2615<p>
     2616   A valid 'Slip Counter' is only presented for observations from RTCM Version 2 streams (Cummulative Loss of Lock Indicator). In RTCM Version 3 streams a 'Lock Time Indicator' is available instead. This parameter indicates a measure of the amount of time that has elapsed during which the receiver has maintained continuous lock on that satellite signal. If a cycle slip occurs during the previous measurement cycle, the 'Lock Time Indicator' will be reset to zero. But, this 'Lock Time Indicator' ist defined with different resolution for different RTCM version 3 observation types (MSMi, legacy messages).
     2617</p>
     2618
     2619<p>
     2620   From the RTCM version 3 'Lock Time Indicator' a valid 'Lock Time' can be computed with the respective calculation rule. This parameter provides a measure of the amount of time that has elapsed during which the receiver has maintained continuous lock on that satellite signal in seconds. If a cycle slip occurs during the previous measurement cycle, the 'Lock Time' will decrease. This information will be used, to provide a 'Slip Counter' for RTCM Version 3 observations as well.  With it, we have an output format that is independent from the RTCM version of the observations. The 'Lock Time' output can be activated optional.
    26212621</p>
    26222622
     
    26512651<tr><td>Observation Code</td><td><b>L</b>1C</td><td>1X,A3</td></tr>
    26522652<tr><td>Carrier Phase Observation</td><td>133446552.870</td><td>1X,F14.3</td></tr>
    2653 <tr><td>Lock Time Indicator</td><td>11</td><td>1X,I4</td></tr>
     2653<tr><td>Slip Counter</td><td>11</td><td>1X,I4</td></tr>
    26542654
    26552655<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
     
    26642664<tr><td>Observation Code</td><td><b>S</b>2W</td><td>1X,A3</td></tr>
    26652665<tr><td>Observed Signal Strength &nbsp; &nbsp;</td><td>34.750</td><td>1X,F8.3</td></tr>
     2666
     2667<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
    26662668
    26672669<tr><td><u>Lock Time (optional)</u></td><td></td><td></td></tr>
Note: See TracChangeset for help on using the changeset viewer.