- Timestamp:
- Aug 13, 2021, 12:00:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9494 r9496 315 315 retVal = sqrt(retVal); 316 316 317 // De-Weight GLONASS318 // -----------------319 if (_prn.system() == 'R' && (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {320 retVal *= 5.0;321 }322 323 // De-Weight BDS324 // -------------325 if (_prn.system() == 'C' && (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {326 retVal *= 5.0;327 }328 329 330 317 // Elevation-Dependent Weighting 331 318 // ----------------------------- … … 366 353 367 354 retVal = sqrt(retVal); 368 369 if (_prn.system() == 'R' && (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {370 retVal *= 2.0;371 }372 373 if (_prn.system() == 'C' && (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {374 retVal *= 2.0;375 }376 355 377 356 return retVal;
Note:
See TracChangeset
for help on using the changeset viewer.