- Timestamp:
- Feb 22, 2022, 9:52:50 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppMain.cpp
r9628 r9629 218 218 opt->_obsModelType = t_pppOptions::DCMcodeBias; 219 219 opt->_refSatRequired = true; 220 opt->_noiseCodeBias = 100.0;220 opt->_noiseCodeBias = 0.1; 221 221 opt->_noiseIon = 1.0; 222 222 } … … 224 224 opt->_obsModelType = t_pppOptions::DCMphaseBias; 225 225 opt->_refSatRequired = true; 226 opt->_noisePhaseBias = 100.0;226 opt->_noisePhaseBias = 0.1; 227 227 opt->_noiseIon = 1.0; 228 228 }
Note:
See TracChangeset
for help on using the changeset viewer.