Index: trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc
===================================================================
--- trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc	(revision 7376)
+++ trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc	(revision 7377)
@@ -467,6 +467,6 @@
         for (Int_t j=0; j<cnt; j++)
         {
-            const Double_t tm1 = time[j];           // time of one neighbor pixel
-            const Double_t tm2 = time[(j+1)%cnt];   // time of its neighbor pixel
+            const Double_t tm1 = time[j];         // time of one neighbor pixel
+            const Double_t tm2 = time[(j+1)%cnt]; // time of its neighbor pixel
 
             // Calculate mean arrival time of pixel probably inside the shower
@@ -493,4 +493,8 @@
         {
             sum2 = gRandom->Uniform(max-min)+min; // FIXME? Set Seed value?
+
+            // Proceed with a treatment of the signal of empty pixels
+            // better than the interpolation. (FIXME: Maybe a function
+            // different from a gaussian could be a better choice...)
             if (fPedPhot1 && fPedPhot2)
             {
