Changeset 9626 in ntrip for trunk


Ignore:
Timestamp:
Feb 21, 2022, 10:03:10 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9625 r9626  
    218218      opt->_obsModelType = t_pppOptions::DCMcodeBias;
    219219      opt->_refSatRequired = true;
    220       opt->_noiseCodeBias  = 10.0;
    221       opt->_noiseIon = 0.1;
     220      opt->_noiseCodeBias  = 1.0;
     221      opt->_noiseIon = 1.0;
    222222    }
    223223    else if (settings.value("PPP/modelObs").toString() == "DCM with Phase Biases") {
    224224      opt->_obsModelType = t_pppOptions::DCMphaseBias;
    225225      opt->_refSatRequired = true;
    226       opt->_noisePhaseBias = 10.0;
    227       opt->_noiseIon = 0.1;
     226      opt->_noisePhaseBias = 1.0;
     227      opt->_noiseIon = 1.0;
    228228    }
    229229#endif
Note: See TracChangeset for help on using the changeset viewer.