Changeset 3500 in ntrip for trunk/BNC


Ignore:
Timestamp:
Nov 10, 2011, 11:44:11 AM (12 years ago)
Author:
weber
Message:

Oribt outlier detection described

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r3282 r3500  
    14391439This 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.
    14401440</p>
     1441
     1442<p>
     1443The following recursive algorithm is used to detect orbit outliers in the combination when corrections are provided by several ACs:
     1444<br>
     1445Step 1: We don’t produce a combination for a certain satellite if only one AC provides corrections for it.
     1446<br>
     1447Step 2: A mean satellite position is calculated as the average of positions from all ACs.
     1448<br>
     1449Step 3: For each AC and satellite the 3D distance between individual and mean satellite position is calculated.
     1450<br>
     1451Step 4: We find the greatest difference between AC specific and mean satellite positions.
     1452<br>
     1453Step 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>
     1455Step 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
    14411458<p>
    14421459The 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.