- Timestamp:
- Jun 29, 2020, 10:33:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r8957 r8962 153 153 _t0 = 2020.0; 154 154 } 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 156 158 else if (_crdTrafo == "SIRGAS2000") { 157 _dx = 0.0026;158 _dy = 0.0018;159 _dz = -0.00 61;159 _dx = -0.0027; 160 _dy = -0.0025; 161 _dz = -0.0042; 160 162 161 163 _dxr = 0.0000; … … 171 173 _ozr = 0.000000; 172 174 173 _sc = -1.00000;175 _sc = 1.20000; 174 176 _scr = 0.00000; 175 177 _t0 = 2000.0;
Note:
See TracChangeset
for help on using the changeset viewer.