Ignore:
Timestamp:
Jun 9, 2016, 3:31:03 PM (8 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/PPP_SSR_I/pppFilter.cpp

    r7953 r7956  
    941941  else {
    942942    double sigP3 = 2.98 * OPT->_sigmaC1;
     943    if (satData->system() == 'R') {
     944      sigP3 *= GLONASS_WEIGHT_FACTOR;
     945    }
    943946    ll(iObs)      = satData->P3 - cmpValue(satData, false);
    944947    PP(iObs,iObs) = 1.0 / (sigP3 * sigP3) / (ellWgtCoef * ellWgtCoef);
Note: See TracChangeset for help on using the changeset viewer.