Changeset 9633 in ntrip for trunk/BNC


Ignore:
Timestamp:
Feb 24, 2022, 10:00:09 AM (2 years ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r9621 r9633  
    346346
    347347  // De-Weight GLONASS
    348   // -----------------
     348  /* -----------------
    349349  if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
    350350    retVal *= 2.0;
    351351  }
    352 
     352*/
    353353
    354354  // Elevation-Dependent Weighting
  • trunk/BNC/src/pppMain.cpp

    r9632 r9633  
    218218      opt->_obsModelType = t_pppOptions::DCMcodeBias;
    219219      opt->_refSatRequired = true;
    220       opt->_noiseCodeBias  = 0.1;
    221       opt->_noiseIon = 0.1;
     220      opt->_noiseCodeBias  = 100.0;
     221      opt->_noiseIon = 1.0;
    222222    }
    223223    else if (settings.value("PPP/modelObs").toString() == "DCM with Phase Biases") {
    224224      opt->_obsModelType = t_pppOptions::DCMphaseBias;
    225225      opt->_refSatRequired = true;
    226       opt->_noisePhaseBias = 0.1;
    227       opt->_noiseIon = 0.1;
     226      opt->_noisePhaseBias = 100.0;
     227      opt->_noiseIon = 1.0;
    228228    }
    229229#endif
Note: See TracChangeset for help on using the changeset viewer.