Changeset 3500 in ntrip
- Timestamp:
- Nov 10, 2011, 11:44:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r3282 r3500 1439 1439 This comment applies in situations where we have a limited number of solutions to combine and their quality varies significantly. The situation may be different when the total number of ACs is larger and the range of AC variation is smaller. In that case, a standard full combination is probably the best. 1440 1440 </p> 1441 1442 <p> 1443 The following recursive algorithm is used to detect orbit outliers in the combination when corrections are provided by several ACs: 1444 <br> 1445 Step 1: We don’t produce a combination for a certain satellite if only one AC provides corrections for it. 1446 <br> 1447 Step 2: A mean satellite position is calculated as the average of positions from all ACs. 1448 <br> 1449 Step 3: For each AC and satellite the 3D distance between individual and mean satellite position is calculated. 1450 <br> 1451 Step 4: We find the greatest difference between AC specific and mean satellite positions. 1452 <br> 1453 Step 5: If that is less than 0.2 m the conclusion is that we don’t have an outlier and can proceed to the next epoch. 1454 <br> 1455 Step 6: If that is greater 0.2 m then corrections of the affiliated AC are ignored for the affected epoch and the outlier detection restarts with step 1. 1456 </p> 1457 1441 1458 <p> 1442 1459 The part of BNC which enables the combination of orbit and clock corrections streams is not intended for publication under GNU General Public License (GPL). However, copies of pre-compiled BNC binaries which support the 'Combination' option may be made available for personal usage. This would be done on request and only in exceptional cases.
Note:
See TracChangeset
for help on using the changeset viewer.