Index: /trunk/BNC/src/PPP/pppParlist.cpp
===================================================================
--- /trunk/BNC/src/PPP/pppParlist.cpp	(revision 9302)
+++ /trunk/BNC/src/PPP/pppParlist.cpp	(revision 9303)
@@ -64,5 +64,5 @@
    case clkR:
      _epoSpec = true;
-     _sigma0  = OPT->_noiseClk;
+     _sigma0  = OPT->_aprSigClk;
      break;
    case amb:
Index: /trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- /trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9302)
+++ /trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9303)
@@ -296,5 +296,5 @@
 
   if (tLC == t_lc::GIM) {
-    retVal = OPT->_sigmaGIMdiff * OPT->_sigmaGIMdiff;
+    retVal = OPT->_sigmaGIM * OPT->_sigmaGIM;
   }
 
@@ -352,5 +352,8 @@
   }
   if (tLC == t_lc::GIM) {
-    retVal = 3.0 * OPT->_sigmaGIMdiff * OPT->_sigmaGIMdiff;
+    retVal = 3.0 * OPT->_sigmaGIM * OPT->_sigmaGIM;
+  }
+  if (tLC == t_lc::Tz0) {
+    retVal = 3.0 * OPT->_sigmaTz0 * OPT->_sigmaTz0;
   }
   return sqrt(retVal);
