Changeset 9632 in ntrip


Ignore:
Timestamp:
Feb 23, 2022, 9:03:57 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9629 r9632  
    219219      opt->_refSatRequired = true;
    220220      opt->_noiseCodeBias  = 0.1;
    221       opt->_noiseIon = 1.0;
     221      opt->_noiseIon = 0.1;
    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 = 1.0;
     227      opt->_noiseIon = 0.1;
    228228    }
    229229#endif
Note: See TracChangeset for help on using the changeset viewer.