Changeset 9586 in ntrip for trunk/BNC/src
- Timestamp:
- Jan 6, 2022, 12:12:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9585 r9586 311 311 312 312 retVal = sqrt(retVal); 313 314 315 // De-Weight GLONASS code measurements316 // -----------------------------------317 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {318 retVal *= 5.0;319 }320 313 321 314 // Elevation-Dependent Weighting
Note:
See TracChangeset
for help on using the changeset viewer.