Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7996)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7997)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/09/29 Thomas Bretz
+
+   * ganymed_wobble.rc:
+     - use the same spark cuts as in ganymed_onoff.rc. Seems to be
+       unintentional that they were different.
+
+
+
  2006/09/28 Stefan Ruegamer
 
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 7996)
+++ trunk/MagicSoft/Mars/NEWS	(revision 7997)
@@ -142,7 +142,9 @@
      lead to improper, but not necessarily wrong, optimization results.
 
-   - ganzmed: ganymed_onoff.rc, ganymed_wobble.rc - updated with comments
+   - ganymed: ganymed_onoff.rc, ganymed_wobble.rc - updated with comments
      how to use random forest
 
+   - ganymed: use the same spark cuts as in ganymed_wobble.rc as in
+     ganymed_onoff.rc. Seems to be unintentional that they were different.
 
 
Index: trunk/MagicSoft/Mars/ganymed_wobble.rc
===================================================================
--- trunk/MagicSoft/Mars/ganymed_wobble.rc	(revision 7996)
+++ trunk/MagicSoft/Mars/ganymed_wobble.rc	(revision 7997)
@@ -117,5 +117,5 @@
 Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6}
 Cut0.0: MImagePar.fNumSatPixelsHG < 1
-Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.002*MImagePar.fNumSatPixelsHG) + 0.025
+Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
 Cut0.2: MNewImagePar.fNumUsedPixels>5
 Cut0.3: MNewImagePar.fLeakage1 < 0.3
