Changeset 7959 in ntrip for trunk/BNC/src/PPP_SSR_I
- Timestamp:
- Jun 14, 2016, 12:59:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP_SSR_I/pppFilter.cpp
r7957 r7959 56 56 57 57 const double MAXRES_CODE = 2.98 * 3.0; 58 const double MAXRES_PHASE_GPS = 2.98 * 0.03;58 const double MAXRES_PHASE_GPS = 0.04; 59 59 const double MAXRES_PHASE_GLONASS = 2.98 * 0.03; 60 60 const double GLONASS_WEIGHT_FACTOR = 5.0; … … 760 760 return prnGlo; 761 761 } 762 else if (maxResGPS > 2.98 * OPT->_maxResL1) {762 else if (maxResGPS > MAXRES_PHASE_GPS) { 763 763 LOG << "Outlier Phase " << prnGPS.mid(0,3).toAscii().data() << ' ' << maxResGPS << endl; 764 764 return prnGPS;
Note:
See TracChangeset
for help on using the changeset viewer.