Changeset 3397 in ntrip


Ignore:
Timestamp:
Sep 1, 2011, 8:43:14 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r3396 r3397  
    6060const double   MAXRES_CODE           = 10.0;
    6161const double   MAXRES_PHASE          = 0.04;
    62 const double   GLONASS_WEIGHT_FACTOR = 10.0;
     62const double   GLONASS_WEIGHT_FACTOR = 3.0;
    6363
    6464// Constructor
     
    11271127    double sigL3 = _sigL3;
    11281128    if (satData->system() == 'R') {
    1129       sigL3 /= GLONASS_WEIGHT_FACTOR;
     1129      sigL3 *= GLONASS_WEIGHT_FACTOR;
    11301130    }
    11311131    PP(iObs,iObs) = 1.0 / (sigL3 * sigL3) / (ellWgtCoef * ellWgtCoef);
Note: See TracChangeset for help on using the changeset viewer.