Changeset 9566 in ntrip


Ignore:
Timestamp:
Dec 14, 2021, 9:35:32 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9565 r9566  
    312312
    313313  // De-Weight measurements
    314   /* ----------------------
    315   if (_prn.system() == 'R'  && t_lc::includesCode(tLC)) {
    316     retVal *= 2.0;
    317   }
    318 */
     314  // ----------------------
     315  if (_prn.system() == 'R'  &&  t_lc::includesCode(tLC)) {
     316    retVal *= 5.0;
     317  }
     318  if (_prn.system() == 'C'  && t_lc::includesCode(tLC)) {
     319    retVal *= 5.0;
     320  }
     321
    319322  // Elevation-Dependent Weighting
    320323  // -----------------------------
Note: See TracChangeset for help on using the changeset viewer.