Index: trunk/MagicSoft/Cosy/Changelog
===================================================================
--- trunk/MagicSoft/Cosy/Changelog	(revision 4357)
+++ trunk/MagicSoft/Cosy/Changelog	(revision 4549)
@@ -1,3 +1,11 @@
                                                                   -*-*- END -*-*-
+
+ 2004/08/05 - Thomas Bretz
+
+   * main/MStarguider.cc:
+     - on request of the shift-crew I have changed the find-star cut
+       from 3.0 to 3.5
+
+
 
  2004/06/28 - Thomas Bretz
Index: trunk/MagicSoft/Cosy/main/MStarguider.cc
===================================================================
--- trunk/MagicSoft/Cosy/main/MStarguider.cc	(revision 4357)
+++ trunk/MagicSoft/Cosy/main/MStarguider.cc	(revision 4549)
@@ -895,5 +895,5 @@
 {
     // Set search Paremeters (FIXME: Get them from user input!)
-    f.SetCut(3.0);
+    f.SetCut(3.5);
     f.SetBox(70);
 
