Changeset 10417 in ntrip
- Timestamp:
- Apr 4, 2024, 3:55:35 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r10411 r10417 352 352 retVal = sqrt(retVal); 353 353 354 // De-Weight R 354 // De-Weight R/C 355 355 // ----------- 356 356 if (_prn.system() == 'R') { 357 357 retVal *= 5.0; 358 358 } 359 359 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) { 360 retVal *= 1.5; 361 } 360 362 361 363 // Elevation-Dependent Weighting … … 395 397 retVal = sqrt(retVal); 396 398 397 // Enlarge maxRes GLO399 // Enlarge maxRes R/C 398 400 // ------------------ 399 401 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) { 400 402 retVal *= 2.0; 403 } 404 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) { 405 retVal *= 1.5; 401 406 } 402 407
Note:
See TracChangeset
for help on using the changeset viewer.