- Timestamp:
- Jan 10, 2022, 12:51:01 PM (3 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r9590 r9594 523 523 // use observations only if satellite code biases are available 524 524 // ------------------------------------------------------------ 525 if (!_opt->_corrMount.empty()) { 525 if (!_opt->_corrMount.empty() && 526 (OPT->_obsModelType == OPT->DCMcodeBias || OPT->_obsModelType == OPT->DCMphaseBias)) { 526 527 useObsWithCodeBiasesOnly(_obsRover); 527 528 } -
trunk/BNC/src/PPP/pppSatObs.cpp
r9593 r9594 315 315 /* ----------------- 316 316 if (_prn.system() == 'R') { 317 retVal *= 2.0;317 retVal *= 5.0; 318 318 }*/ 319 320 319 321 320 // Elevation-Dependent Weighting
Note:
See TracChangeset
for help on using the changeset viewer.