Changeset 7958 in ntrip


Ignore:
Timestamp:
Jun 10, 2016, 9:31:44 AM (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

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