Index: trunk/MagicSoft/Cosy/Changelog
===================================================================
--- trunk/MagicSoft/Cosy/Changelog	(revision 7762)
+++ trunk/MagicSoft/Cosy/Changelog	(revision 7763)
@@ -1,3 +1,31 @@
                                                                   -*-*- END -*-*-
+ 2006/06/28 Thomas Bretz
+
+   * main/MStargHistograms.[h,cc]:
+     - removed Center in units of Zd, Az
+
+   * main/MStarguider.cc:
+     - removed obsolete and dangerous sgcenterzdaz
+     - do not display the sky-centered rings if sky-center is invalid
+       (LEDs not detected)
+     - rais error in this case and send error state to CC
+     - added lower brighness limit of 30
+     - do not write pointingpos.txt and tracking_error.txt anymore
+
+
+   * caos/Ring.h: 
+     - added Setter SetXY
+
+   * catalog/StarCatalog.cc:
+     - fixed that when checking for the region in which stars will
+       be searched only the y- but not the x-offset has been taken into
+       account
+     - added a small region around the region of interest because 
+       the catalog position of visible stars might be out of the
+       search region
+     - commented out an obsolete function
+
+
+
  2006/05/10 Thomas Bretz
 
Index: trunk/MagicSoft/Cosy/caos/Ring.h
===================================================================
--- trunk/MagicSoft/Cosy/caos/Ring.h	(revision 7762)
+++ trunk/MagicSoft/Cosy/caos/Ring.h	(revision 7763)
@@ -36,4 +36,6 @@
     Ring(Double_t x=0, Double_t y=0);
 
+    void SetXY(Double_t x=0, Double_t y=0) { fX=x; fY=y; }
+
     Double_t GetX() const   { return fX; }
     Double_t GetY() const   { return fY; }
