Changeset 9554 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp


Ignore:
Timestamp:
Nov 25, 2021, 1:41:48 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r9553 r9554  
    306306  retVal = sqrt(retVal);
    307307
    308   /* De-Weight GLONASS
    309   // -----------------
    310   if ((OPT->_obsModelType == OPT->DCMphaseBias && _prn.system() == 'R' ) &&
    311       (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC)) ) {
    312     retVal *= 2.0;
    313   }
    314 */
     308  // De-Weight GLONASS code measurements
     309  // -----------------------------------
     310  if (_prn.system() == 'R'  && t_lc::includesCode(tLC) ) {
     311    retVal *= 5.0;
     312  }
     313
    315314  // Elevation-Dependent Weighting
    316315  // -----------------------------
Note: See TracChangeset for help on using the changeset viewer.