Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 4155)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 4156)
@@ -45,4 +45,7 @@
        mean. There were too many outliers still present in the weighted
        mean such to modify the result by a sizeable amount.
+     - do not discard unreliable pixels any more in calculation of 
+       mean number of phe.s In some runs, there is simply too many of 
+       them in order to get reliable results.
 
    * mpedestals/MPedCalcPedRun.cc
Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc	(revision 4155)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc	(revision 4156)
@@ -928,6 +928,6 @@
         }
 
-      if (bad.IsUnsuitable(MBadPixelsPix::kUnreliableRun))
-        continue;
+      //      if (bad.IsUnsuitable(MBadPixelsPix::kUnreliableRun))
+      //        continue;
       
       const Float_t nphe  = pix.GetPheFFactorMethod();
