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


Ignore:
Timestamp:
Apr 8, 2024, 10:27:41 AM (4 weeks ago)
Author:
stuerze
Message:

changes regarding PPP

File:
1 edited

Legend:

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

    r10417 r10418  
    357357    retVal *= 5.0;
    358358  }
    359   if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
    360     retVal *= 1.5;
    361   }
    362359
    363360  // Elevation-Dependent Weighting
     
    396393
    397394  retVal = sqrt(retVal);
    398 
    399   // Enlarge maxRes R/C
    400   // ------------------
    401   if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
    402     retVal *= 2.0;
    403   }
    404   if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
    405     retVal *= 1.5;
    406   }
    407395
    408396  return retVal;
Note: See TracChangeset for help on using the changeset viewer.