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


Ignore:
Timestamp:
Jan 5, 2022, 11:00:26 AM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9583 r9584  
    216216      opt->_obsModelType = t_pppOptions::DCMcodeBias;
    217217      opt->_refSatRequired = true;
    218       opt->_noiseCodeBias  = 0.1;
     218      opt->_noiseCodeBias  = 1.0;
    219219      opt->_noiseIon = 0.1;
    220220    }
     
    421421    opt->_aprSigAmb       = 1000.0;
    422422    opt->_aprSigClk       = 1000.0;
    423     opt->_aprSigIon       = 100.0;
    424     opt->_aprSigCodeBias  = 100.0;
    425     opt->_aprSigPhaseBias = 100.0;
     423    opt->_aprSigIon       = 10.0;
     424    opt->_aprSigCodeBias  = 10.0;
     425    opt->_aprSigPhaseBias = 10.0;
    426426
    427427    _options << opt;
Note: See TracChangeset for help on using the changeset viewer.