Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7367)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7368)
@@ -19,10 +19,42 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2005/09/27 Thomas Bretz
+
+   * mbase/MTime.[h,cc]:
+     - added function GetMoonPhase
+     - added function GetMoonPeriod
+     - added function GetMagicPeriod
+
+   * mcalib/MCalibrationRelTimeCalc.[h,cc]:
+     - fixed some wrong text alignment in output (therfor added
+       new member function)
+
+   * mmuon/MHMuonPar.[h,cc]:
+     - commented out old obsolete member function
+
+   * mmuon/MHSingleMuon.[h,cc]:
+     - if(abs(x-m)<x0) instead of if(x0<x-m && x0>x+m)
+     - changed the binning of the time histogram such that 
+       there is a bin symmetric to 0
+     - reduced the start value sigma from 0.3 to 0.2
+     - added new member function CalcSize
+
+   * mmuon/MMuonSearchPar.[h,cc]:
+     - adapted some variable names to standard
+     - increased version number due to new variables in header
+     - added corresponding comment
+
+   * mmuon/MMuonCalibParCalc.cc:
+     - replaced wrong calculation of size via integral by
+       new member function CalcSize
+
+
+
  2005/09/26 Markus Meyer
 
-   * mmuon/MMuonSearchPar.cc/.h:
+   * mmuon/MMuonSearchPar.[cc,h]:
      - Mean arrival time of core Pixels is calculated
 
-   * mmuon/MHSingleMuon.cc/.h:
+   * mmuon/MHSingleMuon.[cc,h]:
      - new histogram fHistTime (TH1), which contents difference
        of the arrival time between Mean arrival time of the core
@@ -65,4 +97,20 @@
      - call SortNeighbors in InitGeometry so that we always get a geometry
        with clockwise sorted pixels.
+
+   * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
+     - new values for the spark-event-cut
+
+   * macros/optim/optimonoff.C:
+     - some typos fixed
+
+   * mjobs/MJSpectrum.cc:
+     - required missing MEnergyEst from ganymed.root... fixed.
+
+   * mreport/MReportStarguider.cc:
+     - made aware of new format 20050829-0
+
+   * msignal/MSignalCam.cc:
+     - added a check for unmapped pixels to case 6 and 7 in
+       GetPixelContent
 
 
Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 7367)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 7368)
@@ -9,4 +9,8 @@
         MagicJam j; (other games are: MineSweeper, MagicSnake, MagicDomino
                      and MagicReversi)
+
+   - general: neighbor pixels in MGeoms are now sorted clockwise
+
+   - merpp: made aware of new format 20050829-0
 
    - callisto: MBadPixelsCalc now raises an error instead of simply stopping
@@ -29,12 +33,23 @@
    - callisto: Fixed a bug which caused the random and peak-search pedestal
      extracted with an extractor to be exchanged for the first (roughly)
-     500 events. (They were simply exchanged in callisto.cc) This bug might
-     have been introduced in Mars 0.9.4 when the order of calculation of the
-     two types of pedestal in callisto got exchanged. The bug only effects
+     500 events (*Extractor and *ExtractorRndm). 
+     (They were simply exchanged in callisto.cc) This bug might have been
+     introduced in Mars 0.9.4 when the order of calculation of the two
+     types of pedestal in callisto got exchanged. The bug only effects
      the first seconds of data of each sequence.
+
+   - star: Taking the arrival time of Muons into account the calculation
+     of the parameters could be made independant of the noise 
+     (pedestal rms). The dependance was due to the bias of the peak search
+     extractor. Now only a ZA dependamcy is left which is not yet fully
+     understood.
 
    - ganymed: The sequences were still not sorted correctly in any case, 
      because they were sorted by the full qualified path name. Now they
      are sorted by their sequence number.
+
+   - ganymed: new values for the spark-event-cut
+
+   - sponde: required missing MEnergyEst from ganymed.root... fixed.
 
 
