Changeset 2272 in ntrip
- Timestamp:
- Jan 20, 2010, 8:48:42 AM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2271 r2272 154 154 _estTropo = true; 155 155 } 156 _oldAprTrop = 0.0;157 156 158 157 _xcBanc.ReSize(4); _xcBanc = 0.0; … … 308 307 iGlo.remove(); 309 308 } 310 }311 312 // Tropospheric Delay313 // ------------------314 if (_estTropo) {315 double newAprTrop = delay_saast(M_PI/2.0);316 if (_oldAprTrop != 0.0) {317 for (int ii = 0; ii < _params.size(); ++ii) {318 bncParam* pp = _params[ii];319 if (pp->type == bncParam::TROPO) {320 pp->xx += _oldAprTrop - newAprTrop;321 }322 }323 }324 _oldAprTrop = newAprTrop;325 309 } 326 310 -
trunk/BNC/bncmodel.h
r2271 r2272 101 101 QTextStream* _nmeaStream; 102 102 bool _useGlonass; 103 double _oldAprTrop;104 103 }; 105 104 -
trunk/BNC/ppp.gpt
r2085 r2272 5 5 set format x "%H:%M" 6 6 7 ###set term png8 ### set output "joz20.png"9 set title " JOZ20"7 set term png 8 set output "ffmj1_clk11_glo.png" 9 set title "FFMJ1 (CLK11, GPS & Glonass)" 10 10 set ylabel "meters" 11 set xlabel "6-Dec-2009" 11 set xlabel "19-Dec-2009" 12 set yrange [-1.5:1.5] 12 13 13 14 plot "ppp" u 1:4 t "dH" w lp 3, \ … … 15 16 "" u 1:3 t "dE" w lp 2 16 17 17 pause -118 ###pause -1
Note:
See TracChangeset
for help on using the changeset viewer.