- Timestamp:
- Mar 24, 2022, 4:26:20 PM (3 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r9661 r9669 803 803 t_prn refPrnNew = refSatMap[sys]->prn(); 804 804 if (refPrnNew != refPrnOld) { 805 resetAmb(refPrnOld, allObs);/*805 //resetAmb(refPrnOld, allObs); 806 806 if (resetAmb(refPrnOld, allObs) == success) { 807 807 if (OPT->_obsModelType == OPT->DCMcodeBias) { … … 822 822 } 823 823 } 824 } */824 } 825 825 } 826 826 } -
trunk/BNC/src/PPP/pppSatObs.cpp
r9667 r9669 344 344 345 345 retVal = sqrt(retVal); 346 347 // De-Weight GLONASS348 // -----------------349 if (_prn.system() == 'R') {350 retVal *= 5.0;351 }352 if (_prn.system() == 'C') {353 retVal *= 2.0;354 }355 346 356 347 // Elevation-Dependent Weighting
Note:
See TracChangeset
for help on using the changeset viewer.