Changeset 9539 in ntrip


Ignore:
Timestamp:
Nov 9, 2021, 3:37:40 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP: pseudo obs tropo completely removed

File:
1 edited

Legend:

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

    r9537 r9539  
    300300  }
    301301
    302   if (tLC == t_lc::Tz0) {
    303     retVal = OPT->_sigmaTz0 * OPT->_sigmaTz0;
    304   }
    305 
    306302  map<t_frequency::type, double>::const_iterator it;
    307303  for (it = codeCoeff.begin(); it != codeCoeff.end(); it++)   {
     
    359355  if (tLC == t_lc::GIM) {
    360356    retVal = 3.0 * (OPT->_sigmaGIM * OPT->_sigmaGIM + OPT->_sigmaGIM * OPT->_sigmaGIM);
    361   }
    362   if (tLC == t_lc::Tz0) {
    363     retVal = 3.0 * OPT->_sigmaTz0 * OPT->_sigmaTz0;
    364357  }
    365358
Note: See TracChangeset for help on using the changeset viewer.