Changeset 9496 in ntrip for trunk


Ignore:
Timestamp:
Aug 13, 2021, 12:00:53 PM (3 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

File:
1 edited

Legend:

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

    r9494 r9496  
    315315  retVal = sqrt(retVal);
    316316
    317   // De-Weight GLONASS
    318   // -----------------
    319   if (_prn.system() == 'R' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) {
    320     retVal *= 5.0;
    321   }
    322 
    323   // De-Weight BDS
    324   // -------------
    325   if (_prn.system() == 'C' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) {
    326     retVal *= 5.0;
    327   }
    328 
    329 
    330317  // Elevation-Dependent Weighting
    331318  // -----------------------------
     
    366353
    367354  retVal = sqrt(retVal);
    368 
    369   if (_prn.system() == 'R' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) {
    370     retVal *= 2.0;
    371   }
    372 
    373   if (_prn.system() == 'C' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) {
    374     retVal *= 2.0;
    375   }
    376355
    377356  return retVal;
Note: See TracChangeset for help on using the changeset viewer.