Changeset 1007 in ntrip for trunk/BNS/bns.cpp


Ignore:
Timestamp:
Aug 1, 2008, 4:09:13 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r986 r1007  
    495495
    496496  ColumnVector dx(3);
    497   dx(1) =  0.054;
    498   dx(2) =  0.051;
    499   dx(3) = -0.048;
     497  dx(1) =  0.056;
     498  dx(2) =  0.048;
     499  dx(3) = -0.037;
    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.000054 / arcSec;
     502  const static double oy =  0.000518 / arcSec;
     503  const static double oz = -0.000781 / arcSec;
    504504
    505505  Matrix rMat(3,3); rMat = 0.0;
Note: See TracChangeset for help on using the changeset viewer.