Changeset 9486 in ntrip for trunk/BNC/src/pppMain.cpp


Ignore:
Timestamp:
Jul 27, 2021, 10:50:31 AM (3 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppMain.cpp

    r9481 r9486  
    340340    // Some default values
    341341    // -------------------
    342     opt->_aprSigAmb       = 1000.0;
    343     opt->_aprSigIon       = 1000.0;
    344     opt->_aprSigClk       = 1000.0;
    345     opt->_aprSigOGR       = 1000.0;
    346     opt->_aprSigOGE       = 1000.0;
    347     opt->_aprSigOGC       = 1000.0;
    348     opt->_aprSigCodeBias  = 1000.0;
    349     opt->_aprSigPhaseBias = 1000.0;
     342    opt->_aprSigAmb       = 1e4;
     343    opt->_aprSigIon       = 1e4;
     344    opt->_aprSigClk       = 3e5;
     345    opt->_aprSigOGR       = 1e4;
     346    opt->_aprSigOGE       = 1e4;
     347    opt->_aprSigOGC       = 1e4;
     348    opt->_aprSigCodeBias  = 1e4;
     349    opt->_aprSigPhaseBias = 1e4;
     350
     351    opt->_noiseIon        = 1e4; // maybe: comment for uncombined PPP
     352    opt->_noiseCodeBias   = 1e4;
     353    opt->_noisePhaseBias  = 1e4;
    350354
    351355    _options << opt;
Note: See TracChangeset for help on using the changeset viewer.