- Timestamp:
- May 5, 2010, 11:50:57 AM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r2457 r2467 494 494 495 495 <p> 496 The saved files contain parameters in plain ASCII format. The first five parameters in each record are: 496 Saved files contain parameters in plain ASCII format where - separate for GPS and GLONASS - the end of an epoch is indicated by a line like (examples): 497 </p> 498 <p> 499 ! Orbits/Clocks: 30 GPS 0 Glonass CLK11<br> 500 or<br> 501 ! Orbits/Clocks: 0 GPS 19 Glonass CLK11 502 <p> 503 Such line informs you about the number of records (here 30 and 19) carrying GPS or GLONASS related parameters you should have received within a certain stream for a specific epoch. The first five parameters in each broadcast corrections record are: 497 504 </p> 498 505 <p> -
trunk/BNC/bncmodel.cpp
r2464 r2467 66 66 const double sig_amb_0_GPS = 100.0; 67 67 const double sig_amb_0_GLO = 1000.0; 68 const double sig_P3 = 3.0; // was 20.0, GW68 const double sig_P3 = 5.0; // was 20.0, GW 69 69 const double sig_L3_GPS = 0.02; 70 70 const double sig_L3_GLO = 0.02;
Note:
See TracChangeset
for help on using the changeset viewer.