Changeset 9595 in ntrip for trunk/BNC/src
- Timestamp:
- Jan 10, 2022, 1:31:37 PM (3 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r9594 r9595 523 523 // use observations only if satellite code biases are available 524 524 // ------------------------------------------------------------ 525 if (!_opt->_corrMount.empty() && 526 (OPT->_obsModelType == OPT->DCMcodeBias || OPT->_obsModelType == OPT->DCMphaseBias)) { 525 if (!_opt->_corrMount.empty()) { 527 526 useObsWithCodeBiasesOnly(_obsRover); 528 527 } -
trunk/BNC/src/PPP/pppSatObs.cpp
r9594 r9595 313 313 314 314 // De-Weight GLONASS 315 / *-----------------316 if (_prn.system() == 'R' ) {315 // ----------------- 316 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) { 317 317 retVal *= 5.0; 318 } */318 } 319 319 320 320 // Elevation-Dependent Weighting
Note:
See TracChangeset
for help on using the changeset viewer.