Changeset 9573 in ntrip


Ignore:
Timestamp:
Dec 16, 2021, 4:28:38 PM (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

    r9569 r9573  
    314314  // De-Weight measurements
    315315  // ----------------------
    316   if (_prn.system() == 'R'  &&
    317       (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
     316  if (_prn.system() == 'R'  && t_lc::includesCode(tLC)) {
     317 //     (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
    318318    retVal *= 10.0;
     319  }
     320
     321  if (_prn.system() == 'C'  && t_lc::includesCode(tLC)) {
     322    retVal *= 2.0;
    319323  }
    320324
  • trunk/BNC/src/pppWidgets.cpp

    r9565 r9573  
    154154  _pseudoObs->addItems(QString("no").split(","));
    155155#else
    156   _modelObs->addItems(QString("Ionosphere-free PPP,Uncombined PPP,PPP-RTK,DCM with Code Biases,DCM with Phase Biases").split(","));
     156  //_modelObs->addItems(QString("Ionosphere-free PPP,Uncombined PPP,PPP-RTK,DCM with Code Biases,DCM with Phase Biases").split(","));
     157  _modelObs->addItems(QString("Ionosphere-free PPP,Uncombined PPP,DCM with Code Biases,DCM with Phase Biases").split(","));
    157158  _pseudoObs->addItems(QString("no,Ionosphere").split(","));
    158159#endif
Note: See TracChangeset for help on using the changeset viewer.