Changeset 9621 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Jan 27, 2022, 2:44:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9618 r9621 344 344 345 345 retVal = sqrt(retVal); 346 347 // De-Weight GLONASS 348 // ----------------- 349 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) { 350 retVal *= 2.0; 351 } 352 346 353 347 354 // Elevation-Dependent Weighting
Note:
See TracChangeset
for help on using the changeset viewer.