Index: /trunk/MagicSoft/Cosy/main/MStarguider.cc
===================================================================
--- /trunk/MagicSoft/Cosy/main/MStarguider.cc	(revision 6841)
+++ /trunk/MagicSoft/Cosy/main/MStarguider.cc	(revision 6842)
@@ -1482,4 +1482,9 @@
 	    fLastBright = bright;
 
+            if (fCosy) {
+                MDriveCom &com = *fCosy->GetDriveCom();
+                com.SendStargReport(fStatus, fD, fSao->GetZdAz(), sgcenter, spots.GetEntries(), bright, time.GetMjd());    // Report
+            }
+
 	} //kStarguider
 
@@ -1492,9 +1497,4 @@
         f2.DrawCircle(skycenter, 3.50*.5*74.0, 0x0a);
         f2.DrawCircle(skycenter, 3.84*.5*74.0, 0x0a);
-
-        if (fCosy) {
-            MDriveCom &com = *fCosy->GetDriveCom();
-            com.SendStargReport(fStatus, fD, fSao->GetZdAz(), sgcenter, spots.GetEntries(), bright, time.GetMjd());    // Report
-        }
     } //CalcStars
 
