Changeset 986 in ntrip


Ignore:
Timestamp:
Jul 26, 2008, 5:11:44 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r985 r986  
    499499  dx(3) = -0.048;
    500500  const static double arcSec = 180.0 * 3600.0 / M_PI;
    501   const static double ox = 0.000081 / arcSec;
    502   const static double oy = 0.000490 / arcSec;
    503   const static double oz = 0.000792 / arcSec;
     501  const static double ox =  0.000081 / arcSec;
     502  const static double oy =  0.000490 / arcSec;
     503  const static double oz = -0.000792 / arcSec;
    504504
    505505  Matrix rMat(3,3); rMat = 0.0;
  • trunk/BNS/bns.h

    r984 r986  
    5858                        const QString& prn, const ColumnVector& xx,
    5959                        struct ClockOrbit::SatData* sd);
    60   void crdTrafo(ColumnVector& xyz);
     60  void crdTrafo(int GPSWeek, ColumnVector& xyz);
    6161
    6262  QTcpServer*               _clkServer;
Note: See TracChangeset for help on using the changeset viewer.