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


Ignore:
Timestamp:
Dec 3, 2021, 3:25:41 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9561 r9562  
    216216      opt->_obsModelType = t_pppOptions::DCMcodeBias;
    217217      opt->_refSatRequired = true;
    218       opt->_noiseCodeBias  = 100.0;
     218      opt->_noiseCodeBias  = 1000.0;
    219219      opt->_noiseIon = 0.1;
    220220    }
     
    222222      opt->_obsModelType = t_pppOptions::DCMphaseBias;
    223223      opt->_refSatRequired = true;
    224       opt->_noisePhaseBias = 100.0;
     224      opt->_noisePhaseBias = 1000.0;
    225225      opt->_noiseIon = 0.1;
    226226    }
Note: See TracChangeset for help on using the changeset viewer.