Changeset 9566 in ntrip
- Timestamp:
- Dec 14, 2021, 9:35:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9565 r9566 312 312 313 313 // De-Weight measurements 314 /* ---------------------- 315 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) { 316 retVal *= 2.0; 317 } 318 */ 314 // ---------------------- 315 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) { 316 retVal *= 5.0; 317 } 318 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) { 319 retVal *= 5.0; 320 } 321 319 322 // Elevation-Dependent Weighting 320 323 // -----------------------------
Note:
See TracChangeset
for help on using the changeset viewer.