Changeset 2351 in ntrip


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

* empty log message *

Location:
trunk/BNS
Files:
2 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") {
  • trunk/BNS/bnshelp.html

    r2350 r2351  
    400400<p>
    401401<pre>
    402 Translation in X at epoch To: -0.0761 m
    403 Translation in Y at epoch To: -0.0101 m
    404 Translation in Z at epoch To:  0.0444 m
    405 Translation rate in X:  0.0110 m/y
    406 Translation rate in Y: -0.0045 m/y
    407 Translation rate in Z: -0.0174 m/y
    408 Rotation in X at epoch To:  8.765 mas
    409 Rotation in Y at epoch To:  9.361 mas
    410 Rotation in Z at epoch To:  9.325 mas
    411 Rotation rate in X:  1.034 mas/y
    412 Rotation rate in Y:  0.671 mas/y
    413 Rotation rate in Z:  1.039 mas/y
    414 Scale at epoch To : 0.000000007935
    415 Scale rate: -0.000000000538 /y
     402Translation in X at epoch To:  0.07167 m
     403Translation in Y at epoch To:  0.00486 m
     404Translation in Z at epoch To: -0.04711 m
     405Translation rate in X: -0.00342 m/y
     406Translation rate in Y:  0.00055 m/y
     407Translation rate in Z:  0.00136 m/y
     408Rotation in X at epoch To:  9.1362 mas
     409Rotation in Y at epoch To:  9.3086 mas
     410Rotation in Z at epoch To:  9.1599 mas
     411Rotation rate in X:  1.4652 mas/y
     412Rotation rate in Y:  1.1005 mas/y
     413Rotation rate in Z:  1.1480 mas/y
     414Scale at epoch To : -0.000000008239
     415Scale rate: -0.000000000212 /y
    416416To: 2000.0
    417417</pre>
Note: See TracChangeset for help on using the changeset viewer.