Index: /branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp
===================================================================
--- /branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp	(revision 8711)
+++ /branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp	(revision 8712)
@@ -103,8 +103,10 @@
   // -----------------------------
   // Transformation Parameters from ITRF2014 to ETRF2000
+  // EUREF Technical Note 1 Relationship and Transformation between the ITRF and ETRF
+  // Zuheir Altamimi, June 28, 2018
   if (_crdTrafo == "ETRF2000") {
-    _dx  =  0.0537;
-    _dy  =  0.0512;
-    _dz  = -0.0551;
+    _dx  =  0.0547;
+    _dy  =  0.0522;
+    _dz  = -0.0741;
 
     _dxr =  0.0001;
@@ -112,16 +114,16 @@
     _dzr = -0.0019;
 
-    _ox  = -0.000891;
-    _oy  = -0.005390;
-    _oz  =  0.008712;
-
-    _oxr = -0.000081;
-    _oyr = -0.000490;
-    _ozr =  0.000792;
-
-    _sc  =  0.00102;
-    _scr =  0.00011;
-
-    _t0  =  2000.0;
+    _ox  =  0.001701;
+    _oy  =  0.010290;
+    _oz  = -0.016632;
+
+    _oxr =  0.000081;
+    _oyr =  0.000490;
+    _ozr = -0.000729;
+
+    _sc  =  2.12;
+    _scr =  0.11;
+
+    _t0  =  2010.0;
   }
   // Transformation Parameters from ITRF2014 to GDA2020 (Ryan Ruddick, GA)
@@ -166,5 +168,5 @@
     _ozr =  0.000000;
 
-    _sc  = -0.00100;
+    _sc  = -1.00000;
     _scr =  0.00000;
     _t0  =  2000.0;
@@ -251,5 +253,5 @@
   }
   else {
-    lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n', 
+    lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n',
         QString::SkipEmptyParts);
     _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoEnd + 3);
@@ -2462,5 +2464,5 @@
   double oz = (_oz + dt * _ozr) / arcSec;
 
-  double sc = 1.0 + _sc * 1e-6 + dt * _scr * 1e-6;
+  double sc = 1.0 + _sc * 1e-9 + dt * _scr * 1e-9;
 
   // Specify approximate center of area
