Changeset 9085 in ntrip
- Timestamp:
- Sep 1, 2020, 9:48:54 PM (4 years ago)
- Location:
- branches/BNC_2.12/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/PPP/pppFilter.cpp
r8330 r9085 281 281 const vector<t_pppSatObs*>& obsVector) { 282 282 283 const double SLIP = 20.0; // slip threshold 283 //const double SLIP = 20.0; // slip threshold 284 const double SLIP = 200.0; // slip threshold disabled 284 285 string epoTimeStr = string(_epoTime); 285 286 const vector<t_pppParam*>& params = _parlist->params(); -
branches/BNC_2.12/src/PPP/pppSatObs.cpp
r8541 r9085 276 276 // De-Weight GLONASS 277 277 // ----------------- 278 if (_prn.system() == 'R') { 278 if (_prn.system() == 'R' || 279 _prn.system() == 'C') { 279 280 retVal *= 5.0; 280 281 }
Note:
See TracChangeset
for help on using the changeset viewer.