Changeset 3051 in ntrip for trunk/BNC/combination
- Timestamp:
- Feb 25, 2011, 3:50:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3050 r3051 363 363 ColumnVector xc(4); 364 364 ColumnVector vv(3); 365 corr->eph->position( corr->tt.gpsw(), corr->tt.gpssec(),365 corr->eph->position(resTime.gpsw(), resTime.gpssec(), 366 366 xc.data(), vv.data()); 367 xc(4) -= 2.0 * DotProduct(xc.Rows(1,3),vv) / t_CST::c / t_CST::c; 367 bncPPPclient::applyCorr(resTime, corr, xc, vv); 368 xc(4) += 2.0 * DotProduct(xc.Rows(1,3),vv) / t_CST::c / t_CST::c; 368 369 _sp3->write(resTime.gpsw(), resTime.gpssec(), corr->prn, xc, _append); 369 370 }
Note:
See TracChangeset
for help on using the changeset viewer.