Index: /trunk/MagicSoft/Mars/manalysis/MBlindPixelCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MBlindPixelCalc.cc	(revision 1467)
+++ /trunk/MagicSoft/Mars/manalysis/MBlindPixelCalc.cc	(revision 1468)
@@ -38,4 +38,9 @@
 //   - Crab: 400, 401, 402, 437, 438, 439                                  //
 //                                                                         //
+//  You can use MBlindPixelCalc::SetUseInterpolation to replaced the       //
+//  blind pixels by the average of its neighbors instead of unmapping      //
+//  them. If you want to include the central pixel use                     //
+//  MBlindPixelCalc::SetUseCentralPixel                                    //
+//                                                                         //
 //  Input Containers:                                                      //
 //   MCerPhotEvt                                                           //
Index: /trunk/MagicSoft/Mars/manalysis/MCameraSmooth.h
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MCameraSmooth.h	(revision 1467)
+++ /trunk/MagicSoft/Mars/manalysis/MCameraSmooth.h	(revision 1468)
@@ -17,9 +17,9 @@
 {
 private:
-    MCerPhotEvt *fEvt;     //!
-    MGeomCam    *fGeomCam; //!
+    MCerPhotEvt *fEvt;     //! Pointer to data to smooth
+    MGeomCam    *fGeomCam; //! Camera geometry
 
-    Byte_t fCounts;
-    Bool_t fUseCentralPixel;
+    Byte_t fCounts;           // number of smoothing loops
+    Bool_t fUseCentralPixel;  // use also the central pixel
 
 public:
