Changeset 3323 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/26/04 07:00:22 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r3321 r3323 52 52 if (!pedloop.Process()) 53 53 return; 54 55 // 56 // Now the short version: 57 // 58 /* 59 MJCalibration calloop; 60 calloop.SetInput(&cruns); 61 calloop.SetDisplay(display); 62 if (!calloop.Process(pedloop.GetPedestalCam())) 63 return; 64 #if 0 65 */ 66 // 67 // The longer version: 68 // 54 69 55 70 // … … 434 449 CamDraw(c12,disp34,calcam,2,2,2); 435 450 451 #endif 436 452 } 437 453 … … 547 563 } 548 564 } 565 566
Note:
See TracChangeset
for help on using the changeset viewer.