Changeset 3090 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 02/11/04 13:53:37 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc
r3084 r3090 116 116 const Byte_t MCalibrationCalc::fgSaturationLimit = 254; 117 117 const Byte_t MCalibrationCalc::fgBlindPixelFirst = 3; 118 const Byte_t MCalibrationCalc::fgBlindPixelLast = 1 4;118 const Byte_t MCalibrationCalc::fgBlindPixelLast = 16; 119 119 120 120 // -------------------------------------------------------------------------- … … 727 727 { 728 728 729 Byte_t *start = ptr + fgBlindPixelFirst ;729 Byte_t *start = ptr + fgBlindPixelFirst-1; 730 730 Byte_t *end = ptr + fgBlindPixelLast; 731 731 … … 738 738 { 739 739 sum += *ptr; 740 741 740 if (*ptr++ >= fgSaturationLimit) 742 741 sat++;
Note:
See TracChangeset
for help on using the changeset viewer.