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


Ignore:
Timestamp:
Apr 1, 2023, 10:15:18 PM (13 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9866 r10020  
    208208      opt->_obsModelType = t_pppOptions::PPPRTK;
    209209      opt->_pseudoObsIono  = false;
    210       opt->_noiseIon = 0.1;
    211210    }
    212211    else if (settings.value("PPP/modelObs").toString() == "Uncombined PPP") {
    213212      opt->_obsModelType = t_pppOptions::UncombPPP;
    214       opt->_noiseIon = 0.1;
    215213      if (opt->_pseudoObsIono) {
    216214        opt->_refSatRequired = true;
     
    220218      opt->_obsModelType = t_pppOptions::DCMcodeBias;
    221219      opt->_refSatRequired = true;
    222       opt->_noiseCodeBias  = 10.0;
    223       opt->_noiseIon = 0.1;
    224220    }
    225221    else if (settings.value("PPP/modelObs").toString() == "DCM with Phase Biases") {
    226222      opt->_obsModelType = t_pppOptions::DCMphaseBias;
    227223      opt->_refSatRequired = true;
    228       opt->_noisePhaseBias = 10.0;
    229       opt->_noiseIon = 0.1;
    230224    }
    231225#endif
     
    426420    opt->_aprSigClk       = 1000.0;
    427421    opt->_aprSigIon       = 100.0;
     422    opt->_noiseIon        = 100.0;
    428423    opt->_aprSigCodeBias  = 100.0;
     424    opt->_noiseCodeBias   = 10.0;
    429425    opt->_aprSigPhaseBias = 100.0;
     426    opt->_noisePhaseBias  = 100.0;
    430427
    431428    _options << opt;
Note: See TracChangeset for help on using the changeset viewer.