Changeset 10418 in ntrip
- Timestamp:
- Apr 8, 2024, 10:27:41 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r10417 r10418 357 357 retVal *= 5.0; 358 358 } 359 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {360 retVal *= 1.5;361 }362 359 363 360 // Elevation-Dependent Weighting … … 396 393 397 394 retVal = sqrt(retVal); 398 399 // Enlarge maxRes R/C400 // ------------------401 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {402 retVal *= 2.0;403 }404 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {405 retVal *= 1.5;406 }407 395 408 396 return retVal;
Note:
See TracChangeset
for help on using the changeset viewer.