Changeset 8962 in ntrip


Ignore:
Timestamp:
Jun 29, 2020, 10:33:37 AM (4 years ago)
Author:
stuerze
Message:

Transformation parameters are updated from IGb14 to SIRGAS2000 thanks to Sonia Costa

File:
1 edited

Legend:

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

    r8957 r8962  
    153153    _t0  = 2020.0;
    154154  }
    155   // Transformation Parameters from IGb14 to SIRGAS2000 (Sonia Costa, BRA)
     155  // Transformation Parameters from IGb14 to SIRGAS2000 (Thanks to Sonia Costa, BRA)
     156  // June 29 2020: TX:-0.0027 m  TY:-0.0025 m  TZ:-0.0042 m  SCL:1.20 (ppb) no rotations and no rates.*/
     157
    156158  else if (_crdTrafo == "SIRGAS2000") {
    157     _dx  =  0.0026;
    158     _dy  =  0.0018;
    159     _dz  = -0.0061;
     159    _dx  = -0.0027;
     160    _dy  = -0.0025;
     161    _dz  = -0.0042;
    160162
    161163    _dxr =  0.0000;
     
    171173    _ozr =  0.000000;
    172174
    173     _sc  = -1.00000;
     175    _sc  =  1.20000;
    174176    _scr =  0.00000;
    175177    _t0  =  2000.0;
Note: See TracChangeset for help on using the changeset viewer.