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


Ignore:
Timestamp:
Nov 18, 2021, 4:55:06 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9539 r9548  
    9393  for (unsigned ii = 0; ii < OPT->LCs(_prn.system()).size(); ii++) {
    9494    t_lc::type tLC = OPT->LCs(_prn.system())[ii];
    95     if (tLC == t_lc::GIM || tLC == t_lc::Tz0) {continue;}
     95    if (tLC == t_lc::GIM) {continue;}
    9696    if (!isValid(tLC)) {
    9797      _valid = false;
     
    191191    return;
    192192  case t_lc::GIM:
    193   case t_lc::Tz0:
    194193  case t_lc::dummy:
    195194  case t_lc::maxLc:
     
    222221      return _stecRefSat;
    223222    }
    224   }
    225 
    226   if (tLC == t_lc::Tz0) {
    227     return _model._tropo0;
    228223  }
    229224
     
    310305
    311306  retVal = sqrt(retVal);
    312 
     307/*
    313308  // De-Weight GLONASS
    314309  // -----------------
     
    322317    retVal *= 2.0;
    323318  }
    324 
     319*/
    325320  // Elevation-Dependent Weighting
    326321  // -----------------------------
     
    358353
    359354  retVal = sqrt(retVal);
    360 
     355/*
    361356  // De-Weight GLONASS
    362357  // -----------------
    363358  if (_prn.system() == 'R' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) {
    364     retVal *= 2.0;
     359    retVal *= 5.0;
    365360  }
    366361
     
    370365    retVal *= 2.0;
    371366  }
    372 
     367*/
    373368
    374369  return retVal;
     
    645640    cmpValue =  _stecSat;
    646641  }
    647   else if (tLC == t_lc::Tz0) {
    648     cmpValue = _model._tropo0;
    649   }
    650642  else {
    651643    // Non-Dispersive Part
Note: See TracChangeset for help on using the changeset viewer.