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


Ignore:
Timestamp:
Jan 6, 2022, 10:37:39 AM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9583 r9585  
    311311
    312312  retVal = sqrt(retVal);
     313
     314
     315  // De-Weight GLONASS code measurements
     316  // -----------------------------------
     317  if (_prn.system() == 'R' &&  t_lc::includesCode(tLC)) {
     318    retVal *= 5.0;
     319  }
    313320
    314321  // Elevation-Dependent Weighting
Note: See TracChangeset for help on using the changeset viewer.