Changeset 9654 in ntrip for trunk/BNC


Ignore:
Timestamp:
Mar 14, 2022, 11:08:59 AM (2 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

Location:
trunk/BNC/src
Files:
3 edited

Legend:

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

    r9642 r9654  
    805805    t_prn refPrnNew = refSatMap[sys]->prn();
    806806    if (refPrnNew != refPrnOld) {
     807      resetAmb(refPrnOld, allObs);/*
    807808      if (resetAmb(refPrnOld, allObs) == success) {
    808809        if (OPT->_obsModelType == OPT->DCMcodeBias) {
     
    823824          }
    824825        }
    825       }
     826      }*/
    826827    }
    827828  }
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r9649 r9654  
    344344
    345345  retVal = sqrt(retVal);
    346 
    347   // De-Weight GLONASS
    348   // -----------------
    349   if (_prn.system() == 'R') {
    350     retVal *= 5.0;
    351   }
    352346
    353347  // Elevation-Dependent Weighting
  • trunk/BNC/src/pppMain.cpp

    r9649 r9654  
    218218      opt->_obsModelType = t_pppOptions::DCMcodeBias;
    219219      opt->_refSatRequired = true;
    220       opt->_noiseCodeBias  = 10.0;
     220      opt->_noiseCodeBias  = 1.0;
    221221      opt->_noiseIon = 0.1;
    222222    }
     
    224224      opt->_obsModelType = t_pppOptions::DCMphaseBias;
    225225      opt->_refSatRequired = true;
    226       opt->_noisePhaseBias = 10.0;
     226      opt->_noisePhaseBias = 1.0;
    227227      opt->_noiseIon = 0.1;
    228228    }
Note: See TracChangeset for help on using the changeset viewer.