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