Changeset 10336 in ntrip
- Timestamp:
- Feb 15, 2024, 10:50:28 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r10334 r10336 34 34 35 35 const double GLO_WEIGHT_FACTOR = 1.0; 36 const double BDS_WEIGHT_FACTOR = 1.0;37 36 38 37 // Constructor … … 359 358 retVal *= GLO_WEIGHT_FACTOR; 360 359 } 361 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {362 retVal *= BDS_WEIGHT_FACTOR;363 }364 360 365 361 // Elevation-Dependent Weighting … … 399 395 retVal = sqrt(retVal); 400 396 401 402 397 // Enlarge maxRes GLO 403 398 // ------------------ 404 399 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) { 405 400 retVal *= GLO_WEIGHT_FACTOR; 406 }407 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {408 retVal *= BDS_WEIGHT_FACTOR;409 401 } 410 402
Note:
See TracChangeset
for help on using the changeset viewer.