Changeset 4931 in ntrip for trunk/BNC/src/bncmodel.cpp
- Timestamp:
- Feb 21, 2013, 8:03:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmodel.cpp
r4930 r4931 58 58 const unsigned MINOBS = 5; 59 59 const double MINELE = 10.0 * M_PI / 180.0; 60 const double MAXRES_CODE = 1 015.0;61 const double MAXRES_PHASE_GPS = 100.04;62 const double MAXRES_PHASE_GLONASS = 100.08;60 const double MAXRES_CODE = 15.0; 61 const double MAXRES_PHASE_GPS = 0.04; 62 const double MAXRES_PHASE_GLONASS = 0.08; 63 63 const double GLONASS_WEIGHT_FACTOR = 5.0; 64 64
Note:
See TracChangeset
for help on using the changeset viewer.