Changeset 10257 in ntrip


Ignore:
Timestamp:
Nov 26, 2023, 12:03:19 PM (6 months ago)
Author:
stuerze
Message:

changes regarding PPP

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r10256 r10257  
    205205    // Check number of observations
    206206    // ----------------------------
    207     if (nSat < 2) {
     207    if (!nSat) {
    208208      return failure;
    209209    }
  • trunk/BNC/src/pppMain.cpp

    r10256 r10257  
    526526    // Some default values
    527527    // -------------------
    528     opt->_aprSigAmb       = 300000.0;
     528    opt->_aprSigAmb       = 10000.0;
    529529    opt->_aprSigClk       = 300000.0;
    530     opt->_aprSigClkOff    = 300000.0;
    531     opt->_aprSigIon       = 10000.0;
    532     opt->_noiseIon        = 10000.0;
     530    opt->_aprSigClkOff    = 100000.0;
     531    opt->_aprSigIon       = 1000.0;
     532    opt->_noiseIon        = 100.0;
    533533    opt->_aprSigCodeBias  = 100.0;
    534534    opt->_noiseCodeBias   = 100.0;
Note: See TracChangeset for help on using the changeset viewer.