Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7735)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7736)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2006/05/24 Thomas Bretz
+
+   * mbadpixels/MBadPixelsTreat.cc:
+     - another small improvement, set fMaxArrivalTimeDiff to 0.9
+
+
 
  2006/05/23 Daniela Dorner
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 7735)
+++ trunk/MagicSoft/Mars/NEWS	(revision 7736)
@@ -3,5 +3,5 @@
  *** Version  <cvs>
 
-   - genetral: changed the binning of the azimuthal profile of the camera
+   - general: changed the binning of the azimuthal profile of the camera
      such that it is aligned with the 60deg boundaries.
      
@@ -22,8 +22,8 @@
      to set the maximum arrival time difference allowed for the 
      badpixel algorithm to determin whether a pixels belongs to a shower:
-       MJCalibrateSignal.MBadPixelsTreat.MaxArrivalTimeDiff: 1.0
+       MJCalibrateSignal.MBadPixelsTreat.MaxArrivalTimeDiff: 0.9
 
    - callisto: changed the old value (0.5) for MaxArrivalTimeDiff 
-     to 1.0 as suggested by Stefan due to a recent study on the fraction
+     to 0.9 as suggested by Stefan due to a recent study on the fraction
      of pixels surviving the image cleaning
    
Index: trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc
===================================================================
--- trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc	(revision 7735)
+++ trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc	(revision 7736)
@@ -108,5 +108,5 @@
 MBadPixelsTreat::MBadPixelsTreat(const char *name, const char *title)
     : fGeomCam(0), fEvt(0), fBadPixels(0), fPedPhot1(0), fPedPhot2(0),
-    fFlags(0), fNumMinNeighbors(3), fMaxArrivalTimeDiff(1.0)
+    fFlags(0), fNumMinNeighbors(3), fMaxArrivalTimeDiff(0.9)
 {
     fName  = name  ? name  : gsDefName.Data();
@@ -600,5 +600,5 @@
 //   MBadPixelsTreat.ProcessPedestalEvt:  no
 //   MBadPixelsTreat.NumMinNeighbors:     3
-//   MBadPixelsTreat.MaxArrivalTimeDiff:  1.0
+//   MBadPixelsTreat.MaxArrivalTimeDiff:  0.9
 //
 Int_t MBadPixelsTreat::ReadEnv(const TEnv &env, TString prefix, Bool_t print)
