Index: /trunk/BNC/bncgetthread.cpp
===================================================================
--- /trunk/BNC/bncgetthread.cpp	(revision 408)
+++ /trunk/BNC/bncgetthread.cpp	(revision 409)
@@ -392,8 +392,4 @@
           }
 
-          emit newObs(_staID, *it);
-          bool firstObs = (it == _decoder->_obsList.begin());
-          _global_caster->newObs(_staID, firstObs, *it);
-
           // RINEX Output
           // ------------
@@ -407,4 +403,7 @@
           }
 
+          emit newObs(_staID, *it);
+          bool firstObs = (it == _decoder->_obsList.begin());
+          _global_caster->newObs(_staID, firstObs, *it);
         }
         _decoder->_obsList.clear();
