source: ntrip/trunk/BNC/todo.txt@ 2630

Last change on this file since 2630 was 2630, checked in by weber, 14 years ago

Validity check for GLONASS 1020 messages

File size: 4.1 KB
Line 
1Todo's sorted by priority:
2
3BNS
4=========================
5(1) We often have small (~20...30 sec) outages in the CLK* streams. I dont
6know where this comes from. The situation can be checked through
7http://products.igs-ip.net/admin?mode=sources (ntrip:ntrip)
8(see column 'Connected for')
9
10(2) One would expect that a new ephemeris set always comes with a later validity
11time tag than a previously distributed ephemeris set. However, this is not always true.
12Sometimes new ephemeris sets come with a validity time tag which is earlier than the
13validity time tag of a previously distributed ephemeris set. This is something
14we should consider in BNS. Gerhard observed that we dont consider this right
15now. The consequence is that a satellite gets lost for PPP clients because
16they deal with another ephemeris set than the correctors provided by
17BNS.
18
19(3)
20Shall We add the following validity check to BNS and BNS for the GLONASS broadcast
21ephemeris messages?
22(a) If the time of validity differs by more than +/- 30 min from the time
23of reception, then the 1019/1020 messages are rejected.
24(b) However, if correcting the time of validity of such rejected 1019/1020
25message by exactly 3 hours leads to a new validity time within +/- 30 min of
26the reception time, then the broadcast ephemeris are nevertheless accepted.
27
28
29BNC
30=========================
31(1) Should we spend time to improve BNC's convergence? Should we follow a
32procedure like the one Oscar implemented? If not: Can we do something which
33helps a bit and does not involve too much work? Or should we better do nothing?
34
35(a) Calculate, for each satellite, the STD of the code multipath in the
36iono-free combination Pc, as a combination the carrier phase and the code.
37Do this continuously, using a circular register that contains the observations
38of the previous 10 minutes.
39(b) Introduce a default STD that is used when, either at the beginning or
40after an interruption in the data, there is less than 10 minutes worth of
41data for finding the multipath STD as in (1), and the STD with insufficient
42data is less than this default.
43(c) Introduce use a "fudge factor" to multiply the data-based STD and get the
44actual value used to get the data. This is necessary, because the correct weight
45of the data depends on numerous factors, particularly the weights assigned to
46the phase and to the a priori values of the unknowns. This problem also is true
47for (b), (c), and (d). So the fudge factor really depends on the overall strategy
48and cannot be used in different software implementations.
49Everyone has to find it the hard way, by trial and error, making lots of solutions.
50(The variance of unit weight is of very limited help for this purpose.)
51(d) Downweight the code by a large factor when a satellite is below 20 degrees
52in elevation, or the 3-D precision of the coordinates being estimated falls
53below something like 25 cm (again, this will be a different threshold with
54different software).
55
56(2) Could we use the XYZ from 'Plot origion' to improve BNC's conversion when
57we start the program (supposed the user has good a-priori coordinates)?
58So far the introduced XYZ is only used for the plot.
59
60(3) NMEA GGA string is not fully compatible with the standard.
61The following are observations by Tamas Horvath:
62(a) Time tag should refer to UTC time and not GPS system time.
63(b) Time tag format is hhmmss.ss and not hhmmss.
64(c) The GPS Quality indicator field is 1 (GPS SPS Mode), which is correct, as
65there is no category for PPP. In my opinion the NMEA protocol should be
66extended by a new indicator number for PPP to make a clear difference between
67autonomous GNSS and PPP.
68(d) The HDOP value is constantly 2.0, which is obviously not real. I think this
69field is filled with 2.0 as a default value in BNC.
70(e) The Age of Differential GPS data field is not populated. I believe here the
71age of RTCM SSR data should be put.
72
73(4) BNC has a problem when the observation update rate is > 1Hz. Records get
74mixed then in the RINEX files. A 10 Hz stream to test the situation is
75available from GFZ caster 139.17.3.112:4080 through stream A17H.
76
77(5) GW: Keep an eye on www.igs-ip.net/PENC0.
78
Note: See TracBrowser for help on using the repository browser.