Changeset 2989 in ntrip


Ignore:
Timestamp:
Feb 8, 2011, 5:13:09 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r2988 r2989  
    352352
    353353  ColumnVector dX = newXC.Rows(1,3) - oldXC.Rows(1,3);
     354  ColumnVector dV = newVV           - oldVV;
     355  double       dC = newXC(4)        - oldXC(4);
     356
    354357  ColumnVector dRAO(3);
    355358  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;
    356367}
    357368
Note: See TracChangeset for help on using the changeset viewer.