Changeset 9647 in ntrip
- Timestamp:
- Mar 8, 2022, 9:51:01 PM (3 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9646 r9647 344 344 345 345 retVal = sqrt(retVal); 346 347 // De-Weight GLONASS348 // -----------------349 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {350 retVal *= 5.0;351 }352 353 346 354 347 // Elevation-Dependent Weighting -
trunk/BNC/src/pppMain.cpp
r9646 r9647 218 218 opt->_obsModelType = t_pppOptions::DCMcodeBias; 219 219 opt->_refSatRequired = true; 220 opt->_noiseCodeBias = 1 0.0;221 opt->_noiseIon = 0.1;220 opt->_noiseCodeBias = 1.0; 221 opt->_noiseIon = 1.0; 222 222 } 223 223 else if (settings.value("PPP/modelObs").toString() == "DCM with Phase Biases") { 224 224 opt->_obsModelType = t_pppOptions::DCMphaseBias; 225 225 opt->_refSatRequired = true; 226 opt->_noisePhaseBias = 1 0.0;227 opt->_noiseIon = 0.1;226 opt->_noisePhaseBias = 1.0; 227 opt->_noiseIon = 1.0; 228 228 } 229 229 #endif
Note:
See TracChangeset
for help on using the changeset viewer.