Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8731)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8732)
@@ -18,7 +18,34 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2007/09/03 Thomas Bretz
+
+   * mbase/MEnv.cc:
+     - made the path of the including file the base directory for
+       the includes
+     - replaced "not touched" by "untouched"
+
+   * mjobs/MJSpectrum.cc: 
+     - added "Disp" tab
+
+   * mpointing/MPointingDevCalc.[h,cc]:
+     - added a lot of comments
+     - allow to set different pointing models depending on the runnumber
+     - changed default for non working starguider to 0/0
+
+   * macros/traindisp.C, macros/trainenergy.C:
+     - added some comments
+     - fixed some comments
+
+   * ganymed.rc, ganymed_onoff.rc ganymed_wobble.rc:
+     - updated with the updated starguider calibrations
+
+   * resources/starguider*.txt:
+     - updated
+
+
+
  2007/09/02 Thomas Bretz
 
-   * ganymed.rc:, ganymed_onoff.rc, ganymed_wobble.rc:
+   * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
      - tiny changes
 
@@ -41,4 +68,7 @@
    * mpointing/MSrcPosCalc.cc:
      - convert GetDevXY from deg to mm
+
+   * star_mux.rc:
+     - added (one bin less for fitting the effective on-time)
 
 
Index: trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.h
===================================================================
--- trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.h	(revision 8731)
+++ trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.h	(revision 8732)
@@ -69,5 +69,5 @@
         fSkip(7), fFilePrefix(fgFilePrefix), fNumMinStars(8),
         fNsbLevel(3), fNsbMin(30), fNsbMax(60), fMaxAbsDev(15),
-        fMaxAge(1), fDx(-0.001), fDy(-0.004)
+        fMaxAge(1), fDx(0), fDy(0)
     {
         fName  = "MPointingDevCalc";
