Changeset 4963 in ntrip


Ignore:
Timestamp:
Feb 27, 2013, 5:34:01 PM (11 years ago)
Author:
weber
Message:

GDA95 transformation parameters updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r4956 r4963  
    114114  }
    115115  else if (_crdTrafo == "GDA94") {
    116     _dx  =   -0.07973;
    117     _dy  =   -0.00686;
    118     _dz  =    0.03803;
    119     _dxr =    0.00225;
    120     _dyr =   -0.00062;
    121     _dzr =   -0.00056;
    122     _ox  =  0.0000351;
    123     _oy  = -0.0021211;
    124     _oz  = -0.0021411;
    125     _oxr = -0.0014707;
    126     _oyr = -0.0011443;
    127     _ozr = -0.0011701;
    128     _sc  =      6.636;
    129     _scr =      0.294;
     116    _dx  =   -0.08468;
     117    _dy  =   -0.01942;
     118    _dz  =    0.03201;
     119    _dxr =    0.00142;
     120    _dyr =    0.00134;
     121    _dzr =    0.00090;
     122    _ox  =  0.0004254;
     123    _oy  = -0.0022578;
     124    _oz  = -0.0024015;
     125    _oxr = -0.0015461;
     126    _oyr = -0.0011820;
     127    _ozr = -0.0011551;
     128    _sc  =      9.710;
     129    _scr =      0.109;
    130130    _t0  =     1994.0;
    131131  }
Note: See TracChangeset for help on using the changeset viewer.