Changeset 7956 in ntrip for branches/BNC_2.12/src/PPP_SSR_I
- Timestamp:
- Jun 9, 2016, 3:31:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/PPP_SSR_I/pppFilter.cpp
r7953 r7956 941 941 else { 942 942 double sigP3 = 2.98 * OPT->_sigmaC1; 943 if (satData->system() == 'R') { 944 sigP3 *= GLONASS_WEIGHT_FACTOR; 945 } 943 946 ll(iObs) = satData->P3 - cmpValue(satData, false); 944 947 PP(iObs,iObs) = 1.0 / (sigP3 * sigP3) / (ellWgtCoef * ellWgtCoef);
Note:
See TracChangeset
for help on using the changeset viewer.