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


Ignore:
Timestamp:
Mar 17, 2023, 10:17:00 AM (13 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9866 r10009  
    3333using namespace std;
    3434
    35 const double   GLO_WEIGHT_FACTOR = 5.0;
    36 const double   BDS_WEIGHT_FACTOR = 2.0;
     35const double   GLO_WEIGHT_FACTOR = 1.0;
     36const double   BDS_WEIGHT_FACTOR = 1.0;
    3737
    3838// Constructor
     
    4848  _signalPriorities = QString::fromStdString(OPT->_signalPriorities);
    4949  if (!_signalPriorities.size()) {
    50     if (OPT->_obsModelType == OPT->DCMcodeBias || 
     50    if (OPT->_obsModelType == OPT->DCMcodeBias ||
    5151        OPT->_obsModelType == OPT->DCMphaseBias) {
    5252      // at the moment only one code or phase bias per system (G,R,E,C)/modulation considered
Note: See TracChangeset for help on using the changeset viewer.