Changeset 2989 in ntrip
- Timestamp:
- Feb 8, 2011, 5:13:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r2988 r2989 352 352 353 353 ColumnVector dX = newXC.Rows(1,3) - oldXC.Rows(1,3); 354 ColumnVector dV = newVV - oldVV; 355 double dC = newXC(4) - oldXC(4); 356 354 357 ColumnVector dRAO(3); 355 358 XYZ_to_RSW(newXC.Rows(1,3), newVV, dX, dRAO); 359 360 ColumnVector dDotRAO(3); 361 XYZ_to_RSW(newXC.Rows(1,3), newVV, dV, dDotRAO); 362 363 newCorr->iod = lastEph->IOD(); 364 newCorr->rao += dRAO; 365 newCorr->dotRao += dDotRAO; 366 newCorr->dClk += dC; 356 367 } 357 368
Note:
See TracChangeset
for help on using the changeset viewer.