Changeset 8719 in ntrip


Ignore:
Timestamp:
May 3, 2019, 9:54:02 AM (5 years ago)
Author:
stuerze
Message:

Update of the transformation parameters IRTF2014 => DREF91

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp

    r8712 r8719  
    174174  // Transformation Parameters from ITRF2014 to DREF91
    175175  else if (_crdTrafo == "DREF91") {
    176     _dx  =  0.0537;
    177     _dy  =  0.0512;
    178     _dz  = -0.0551;
     176    _dx  =  0.0547;
     177    _dy  =  0.0522;
     178    _dz  = -0.0741;
    179179
    180180    _dxr =  0.0001;
    181181    _dyr =  0.0001;
    182182    _dzr = -0.0019;
    183 
    184     _ox  = -0.000233;
    185     _oy  = -0.005598;
    186     _oz  =  0.009467;
    187 
    188     _oxr = -0.000081;
    189     _oyr = -0.000490;
    190     _ozr =  0.000792;
    191 
    192     _sc  =  0.00102;
    193     _scr =  0.00011;
    194 
    195     _t0  =  2000.0;
     183    // ERTF200  + rotation parameters (ETRF200 => DREF91)
     184    _ox  =  0.001701 + 0.000658;
     185    _oy  =  0.010290 - 0.000208;
     186    _oz  = -0.016632 + 0.000755;
     187
     188    _oxr =  0.000081;
     189    _oyr =  0.000490;
     190    _ozr = -0.000729;
     191
     192    _sc  =  2.12;
     193    _scr =  0.11;
     194
     195    _t0  =  2010.0;
    196196  }
    197197  else if (_crdTrafo == "Custom") {
Note: See TracChangeset for help on using the changeset viewer.