Changeset 3606


Ignore:
Timestamp:
03/29/04 21:16:46 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/calibration.C

    r3605 r3606  
    2727{
    2828
    29   //  const TString inpath = "/mnt/Data/rootdata/CrabNebula/2004_01_27/";
    3029  const TString inpath = "/home/rootdata/BlindPixel/";
    3130
     
    6564  calloop.SetInput(&cruns);
    6665  calloop.SetDisplay(display);
    67   calloop.SetBadPixels(badcam);
     66  calloop.SetBadPixels(pedloop.GetBadPixelsCam());
    6867  if (!calloop.Process(pedloop.GetPedestalCam()))
    6968    return;
Note: See TracChangeset for help on using the changeset viewer.