Changeset 3606 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 03/29/04 21:16:46 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r3605 r3606 27 27 { 28 28 29 // const TString inpath = "/mnt/Data/rootdata/CrabNebula/2004_01_27/";30 29 const TString inpath = "/home/rootdata/BlindPixel/"; 31 30 … … 65 64 calloop.SetInput(&cruns); 66 65 calloop.SetDisplay(display); 67 calloop.SetBadPixels( badcam);66 calloop.SetBadPixels(pedloop.GetBadPixelsCam()); 68 67 if (!calloop.Process(pedloop.GetPedestalCam())) 69 68 return;
Note:
See TracChangeset
for help on using the changeset viewer.