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


Ignore:
Timestamp:
Jan 4, 2022, 2:50:21 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9582 r9583  
    312312  retVal = sqrt(retVal);
    313313
    314   // De-Weight measurements
    315   // ----------------------
    316   if (_prn.system() == 'R') {
    317     retVal *= 50.0;
    318   }
    319 
    320314  // Elevation-Dependent Weighting
    321315  // -----------------------------
     
    353347
    354348  retVal = sqrt(retVal);
    355 
    356   if (_prn.system() == 'R') {
    357     retVal *= 5.0;
    358   }
    359349
    360350  return retVal;
Note: See TracChangeset for help on using the changeset viewer.