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


Ignore:
Timestamp:
Mar 4, 2010, 9:11:06 AM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r2350 r2351  
    683683  }
    684684  else if (trafo == "GDA94") {
    685     _dx  =   -0.0761;
    686     _dy  =   -0.0101;
    687     _dz  =    0.0444;
    688     _dxr =    0.0110;
    689     _dyr =   -0.0045;
    690     _dzr =   -0.0174;
    691     _ox  =  0.008765;
    692     _oy  =  0.009361;
    693     _oz  =  0.009325;
    694     _oxr =  0.001034;
    695     _oyr =  0.000671;
    696     _ozr =  0.001039;
    697     _sc  =     7.935;
    698     _scr =    -0.538;
    699     _t0  =    2000.0;
     685    _dx  =    0.07167;
     686    _dy  =    0.00486;
     687    _dz  =   -0.04711;
     688    _dxr =   -0.00342;
     689    _dyr =    0.00055;
     690    _dzr =    0.00136;
     691    _ox  =  0.0091362;
     692    _oy  =  0.0093086;
     693    _oz  =  0.0091599;
     694    _oxr =  0.0014652;
     695    _oyr =  0.0011005;
     696    _ozr =  0.0011480;
     697    _sc  =     -8.239;
     698    _scr =     -0.212;
     699    _t0  =     2000.0;
    700700  }
    701701  else if (trafo == "SIRGAS2000") {
Note: See TracChangeset for help on using the changeset viewer.