Index: trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc
===================================================================
--- trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc	(revision 4527)
+++ trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc	(revision 4542)
@@ -63,9 +63,10 @@
 // BIT(13): kMeanTimeInLast2Bins :  The signal has its mean maximum in the last two used FADC slice - signal extractor bad
 // BIT(14): kDeviatingNumPhes    :  The calculated number of photo-electrons deviates too much from the mean - inconsistency
-// BIT(15): kDeviatingFFactor    :  The calculated overall F-Factor deviates too much from the mean - inconsistency
+// BIT(15): kDeviatingNumPhots   :  The calculated number of calibrated photons deviates too much from the mean - inconsistency
+// BIT(16): kDeviatingFFactor    :  The calculated overall F-Factor deviates too much from the mean - inconsistency
 //
 // * Set bits leading to not useable low-gain signal:
 //
-// BIT(16): kConversionHiLoNotValid: The calibrated Conversion between Hi-Gain and Low Gain gives absurd results
+// BIT(17): kConversionHiLoNotValid: The calibrated Conversion between Hi-Gain and Low Gain gives absurd results
 //
 // These bits can be called with the enum MBadPixelsPix::UncalibratedType_t in combination 
Index: trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
===================================================================
--- trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h	(revision 4527)
+++ trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h	(revision 4542)
@@ -45,7 +45,8 @@
       kMeanTimeInLast2Bins      = BIT(13), 
       kDeviatingNumPhes         = BIT(14),
-      kDeviatingFFactor         = BIT(15),
-      kDeviatingTimeResolution  = BIT(16),
-      kConversionHiLoNotValid   = BIT(17)
+      kDeviatingNumPhots        = BIT(15),
+      kDeviatingFFactor         = BIT(16),
+      kDeviatingTimeResolution  = BIT(17),
+      kConversionHiLoNotValid   = BIT(18)
     };
     
