Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc	(revision 4569)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc	(revision 4570)
@@ -183,16 +183,21 @@
   //
   FinalizeCalibratedPhotons();
-
-  *fLog << inf << endl;
-  *fLog << GetDescriptor() << ": Not interpolated pixels statistics:" << endl;  
-
   FinalizeNotInterpolated();
   CalcMaxNumBadPixelsCluster();
 
-  *fLog << endl;
-  *fLog << " " << setw(7) << fMaxNumBadPixelsCluster 
-        << " pixels in biggest not-interpolateable cluster " << endl;
+
+  *fLog << inf << endl;
+  *fLog << GetDescriptor() << ": Pixel Interpolation status:" << endl;
+
+  if (fGeom->InheritsFrom("MGeomCamMagic"))
+    {
+      *fLog << " " << setw(7) << "Not interpolateable Pixels: " 
+            << Form("%s%3i%s%3i","Inner: ",fNumUninterpolateable[0],
+                    " Outer: ",fNumUninterpolateable[1]) << endl;
+      *fLog << " " << setw(7) << "Biggest not-interpolateable cluster: " 
+            << fMaxNumBadPixelsCluster << endl;
+    }
+  
   *fLog << endl;  
-
   SetLogStream(&gLog);
 
@@ -487,9 +492,7 @@
   for (Int_t aidx = 0; aidx<areas; aidx++)
     {
-      *fLog << " " << setw(7) 
-            << fNumUninterpolateable[aidx] 
-            << " not interpolateable pixels in area index " << aidx << endl;
+      *fLog << endl;
       *fLog << " " << setw(7)
-            << "Pixel software idx: ";
+            << "Not interpolated pixels by in area idx " << aidx << ": ";
       for (Int_t i=0; i<newarr[aidx]->GetSize(); i++)
         {
@@ -499,4 +502,6 @@
       *fLog << endl;
     }
+
+
   
   *fLog << " " << setw(7) << num << " total not interpolateable pixels " << endl;
