Changeset 9487 in ntrip
- Timestamp:
- Jul 27, 2021, 11:22:09 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9486 r9487 366 366 367 367 retVal = sqrt(retVal); 368 369 // De-Weight GLONASS370 // -----------------371 if (_prn.system() == 'R' && (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {372 retVal *= 5.0;373 }374 375 // De-Weight BDS376 // -------------377 if (_prn.system() == 'C' && (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {378 retVal *= 5.0;379 }380 381 368 382 369 return retVal;
Note:
See TracChangeset
for help on using the changeset viewer.