Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7215)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7216)
@@ -105,4 +105,7 @@
      - inverted sign of pointing correction for anti-source
      - write telescope axis to parlist
+
+   * ganymed_wobble.rc:
+     - added setup for polynom order 1
 
 
Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 7215)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 7216)
@@ -113,10 +113,13 @@
      was assigned just with an event which was skipped later by another
      task
-   
+
    - star: new histograms MHPointing and MHRate
-   
-   - star: corrects now (correctly?) for the misspointing in May/April 05
+
+   - star: New tab (Currents) displaying the time evolution of the mean 
+           DC currents
 
    - star: Output now contains MReportStarguider
+
+   - ganymed: corrects now (correctly?) for the misspointing in May/April 05
 
    - ganymed: Two new default templates for ganymed.rc are avilable:
@@ -148,4 +151,8 @@
      already determined by the third moment along the major axis and
      so its actual sign is aligned along the major axis of the shower.
+
+   - ganymed: If starguider data is available it is taken into account
+     when calculating the source position. This is especially important
+     for wobble data at high zenith angles and culmination data.
 
    - sponde: the zenith angle distribution is now weighted instead of
Index: /trunk/MagicSoft/Mars/ganymed_wobble.rc
===================================================================
--- /trunk/MagicSoft/Mars/ganymed_wobble.rc	(revision 7215)
+++ /trunk/MagicSoft/Mars/ganymed_wobble.rc	(revision 7216)
@@ -94,4 +94,5 @@
 MAlphaFitter.BackgroundFitMin: 0.09
 MAlphaFitter.BackgroundFitMax: 0.25
+MAlphaFitter.PolynomOrder: 1
 MAlphaFitter.SignalFunction: ThetaSq
 
Index: /trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc	(revision 7215)
+++ /trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc	(revision 7216)
@@ -380,7 +380,4 @@
     SetSrcPos(v);
 
-    if (fDeviation)
-        cout << fPointPos->GetZd() << ":  " << vx.X() << "/" <<v.X() << "  " << vx.Y() << "/" <<v.Y() << endl;
-
     return kTRUE;
 }
