Changeset 10417 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Apr 4, 2024, 3:55:35 PM (6 weeks ago)
Author:
stuerze
Message:

changes regarding PPP

File:
1 edited

Legend:

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

    r10411 r10417  
    352352  retVal = sqrt(retVal);
    353353
    354   // De-Weight R
     354  // De-Weight R/C
    355355  // -----------
    356356  if (_prn.system() == 'R') {
    357357    retVal *= 5.0;
    358358  }
    359 
     359  if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
     360    retVal *= 1.5;
     361  }
    360362
    361363  // Elevation-Dependent Weighting
     
    395397  retVal = sqrt(retVal);
    396398
    397   // Enlarge maxRes GLO
     399  // Enlarge maxRes R/C
    398400  // ------------------
    399401  if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
    400402    retVal *= 2.0;
     403  }
     404  if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
     405    retVal *= 1.5;
    401406  }
    402407
Note: See TracChangeset for help on using the changeset viewer.