Changeset 3493
- Timestamp:
- 03/13/04 14:46:05 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3492 r3493 20 20 2004/03/13: Markus Gaug 21 21 * mcalib/MHGausEvents.cc 22 - changed default fit prob. limit from 0.005 to 0.001 23 22 - changed default fit prob. limit from 0.005 to 0.001 23 24 * mbadpixels/MBadPixelsPix.h 25 - IsCalibrationResultOK does not ask for FitOK any more 24 26 25 27 2004/03/12: Sebastian Raducci -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
r3477 r3493 107 107 IsCalibrationSignalOK() 108 108 && !IsCalibrationOscillating() 109 && IsCalibrationFitOK()110 109 && ( (!IsHiGainSaturation() && !IsHiGainBad()) 111 110 || (IsHiGainSaturation() && !IsLoGainBad()) ) ;}
Note:
See TracChangeset
for help on using the changeset viewer.