Changeset 9636 in ntrip for trunk


Ignore:
Timestamp:
Mar 1, 2022, 10:55:00 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9634 r9636  
    206206      opt->_obsModelType = t_pppOptions::PPPRTK;
    207207      opt->_pseudoObsIono  = false;
    208       opt->_noiseIon = 0.1;
     208      opt->_noiseIon = 1.0;
    209209    }
    210210    else if (settings.value("PPP/modelObs").toString() == "Uncombined PPP") {
    211211      opt->_obsModelType = t_pppOptions::UncombPPP;
    212       opt->_noiseIon = 0.1;
     212      opt->_noiseIon = 1.0;
    213213      if (opt->_pseudoObsIono) {
    214214        opt->_refSatRequired = true;
     
    219219      opt->_refSatRequired = true;
    220220      opt->_noiseCodeBias  = 0.1;
    221       opt->_noiseIon = 0.1;
     221      opt->_noiseIon = 1.0;
    222222    }
    223223    else if (settings.value("PPP/modelObs").toString() == "DCM with Phase Biases") {
     
    225225      opt->_refSatRequired = true;
    226226      opt->_noisePhaseBias = 0.1;
    227       opt->_noiseIon = 0.1;
     227      opt->_noiseIon = 1.0;
    228228    }
    229229#endif
Note: See TracChangeset for help on using the changeset viewer.