source: ntrip/trunk/BNC/src/todo.txt@ 7930

Last change on this file since 7930 was 7930, checked in by stuerze, 8 years ago

todo list regarding nmea deleted

File size: 1.6 KB
Line 
1Todo's sorted by priority:
2
3(1) Should we spend time to improve BNC's convergence? Should we follow a
4procedure like the one Oscar implemented? If not: Can we do something which
5helps a bit and does not involve too much work? Or should we better do nothing?
6
7(a) Calculate, for each satellite, the STD of the code multipath in the
8iono-free combination Pc, as a combination the carrier phase and the code.
9Do this continuously, using a circular register that contains the observations
10of the previous 10 minutes.
11(b) Introduce a default STD that is used when, either at the beginning or
12after an interruption in the data, there is less than 10 minutes worth of
13data for finding the multipath STD as in (1), and the STD with insufficient
14data is less than this default.
15(c) Introduce use a "fudge factor" to multiply the data-based STD and get the
16actual value used to get the data. This is necessary, because the correct weight
17of the data depends on numerous factors, particularly the weights assigned to
18the phase and to the a priori values of the unknowns. This problem also is true
19for (b), (c), and (d). So the fudge factor really depends on the overall strategy
20and cannot be used in different software implementations.
21Everyone has to find it the hard way, by trial and error, making lots of solutions.
22(The variance of unit weight is of very limited help for this purpose.)
23(d) Downweight the code by a large factor when a satellite is below 20 degrees
24in elevation, or the 3-D precision of the coordinates being estimated falls
25below something like 25 cm (again, this will be a different threshold with
26different software).
27
Note: See TracBrowser for help on using the repository browser.