Changeset 9625 in ntrip for trunk/BNC/src
- Timestamp:
- Feb 18, 2022, 9:36:31 AM (3 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r9618 r9625 270 270 return failure; 271 271 } 272 272 273 273 if ((!iOutlier) && 274 274 (OPT->_obsModelType == OPT->DCMcodeBias || … … 791 791 if (refPrnNew != refPrnOld) { 792 792 t_irc irc = resetAmb(refPrnOld, allObs); 793 if (OPT->_obsModelType == OPT->DCMcodeBias) { 794 if (irc == success) {addNoiseToIono(sys);} 795 } 793 //if (OPT->_obsModelType == OPT->DCMcodeBias) {if (irc == success) {addNoiseToIono(sys);}} 796 794 } 797 795 } -
trunk/BNC/src/pppMain.cpp
r9623 r9625 219 219 opt->_refSatRequired = true; 220 220 opt->_noiseCodeBias = 10.0; 221 opt->_noiseIon = 1.0;221 opt->_noiseIon = 0.1; 222 222 } 223 223 else if (settings.value("PPP/modelObs").toString() == "DCM with Phase Biases") { … … 225 225 opt->_refSatRequired = true; 226 226 opt->_noisePhaseBias = 10.0; 227 opt->_noiseIon = 1.0;227 opt->_noiseIon = 0.1; 228 228 } 229 229 #endif
Note:
See TracChangeset
for help on using the changeset viewer.