Changeset 9662 in ntrip for trunk/BNC/src
- Timestamp:
- Mar 17, 2022, 10:54:57 PM (3 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9659 r9662 346 346 347 347 // De-Weight GLONASS 348 / /-----------------348 /* ----------------- 349 349 if (_prn.system() == 'R' && 350 350 (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) { 351 351 retVal *= 5.0; 352 } 352 }*/ 353 353 354 354 -
trunk/BNC/src/pppMain.cpp
r9661 r9662 218 218 opt->_obsModelType = t_pppOptions::DCMcodeBias; 219 219 opt->_refSatRequired = true; 220 opt->_noiseCodeBias = 1 .0;220 opt->_noiseCodeBias = 10.0; 221 221 opt->_noiseIon = 0.1; 222 222 } … … 224 224 opt->_obsModelType = t_pppOptions::DCMphaseBias; 225 225 opt->_refSatRequired = true; 226 opt->_noisePhaseBias = 1 .0;226 opt->_noisePhaseBias = 10.0; 227 227 opt->_noiseIon = 0.1; 228 228 }
Note:
See TracChangeset
for help on using the changeset viewer.