Changeset 9554 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Nov 25, 2021, 1:41:48 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9553 r9554 306 306 retVal = sqrt(retVal); 307 307 308 /* De-Weight GLONASS 309 // ----------------- 310 if ((OPT->_obsModelType == OPT->DCMphaseBias && _prn.system() == 'R' ) && 311 (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC)) ) { 312 retVal *= 2.0; 313 } 314 */ 308 // De-Weight GLONASS code measurements 309 // ----------------------------------- 310 if (_prn.system() == 'R' && t_lc::includesCode(tLC) ) { 311 retVal *= 5.0; 312 } 313 315 314 // Elevation-Dependent Weighting 316 315 // -----------------------------
Note:
See TracChangeset
for help on using the changeset viewer.