- Timestamp:
- Apr 12, 2022, 3:54:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppMain.cpp
r9667 r9693 219 219 opt->_refSatRequired = true; 220 220 opt->_noiseCodeBias = 10.0; 221 opt->_noiseIon = 0.1;221 opt->_noiseIon = 1.0; 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 = 0.1;227 opt->_noiseIon = 1.0; 228 228 } 229 229 #endif
Note:
See TracChangeset
for help on using the changeset viewer.