Changeset 2266 in ntrip
- Timestamp:
- Jan 16, 2010, 4:08:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2265 r2266 57 57 const double MAXRES_CODE_GPS = 10.0; 58 58 const double MAXRES_PHASE_GPS = 0.10; 59 const double MAXRES_PHASE_GLO = 0. 50;59 const double MAXRES_PHASE_GLO = 0.20; 60 60 const double sig_crd_0 = 100.0; 61 61 const double sig_crd_p = 100.0; … … 67 67 const double sig_P3 = 1.0; 68 68 const double sig_L3_GPS = 0.01; 69 const double sig_L3_GLO = 0. 10;69 const double sig_L3_GLO = 0.02; 70 70 71 71 // Constructor
Note:
See TracChangeset
for help on using the changeset viewer.