Index: /trunk/MagicSoft/Mars/macros/calibration.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/calibration.C	(revision 3605)
+++ /trunk/MagicSoft/Mars/macros/calibration.C	(revision 3606)
@@ -27,5 +27,4 @@
 {
 
-  //  const TString inpath = "/mnt/Data/rootdata/CrabNebula/2004_01_27/";
   const TString inpath = "/home/rootdata/BlindPixel/";
 
@@ -65,5 +64,5 @@
   calloop.SetInput(&cruns);
   calloop.SetDisplay(display);
-  calloop.SetBadPixels(badcam);
+  calloop.SetBadPixels(pedloop.GetBadPixelsCam());
   if (!calloop.Process(pedloop.GetPedestalCam()))
     return;
