- Timestamp:
- 02/01/05 17:49:49 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r6155 r6182 675 675 676 676 if (GetNumExecutions()==0) 677 return k FALSE;677 return kTRUE; 678 678 679 679 if (fPulserColor == MCalibrationCam::kNONE) -
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r6181 r6182 498 498 MCalibCalcFromPast pacalc; 499 499 500 fcalib. DenyCalibration();501 fcalib.SetInverted();500 fcalib.RequireCalibration(); 501 // fcalib.SetInverted(); 502 502 503 503 pinext.SetPedestals(&pedcamab);
Note:
See TracChangeset
for help on using the changeset viewer.