Changeset 3829 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 04/25/04 01:55:22 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3825 r3829 19 19 -*-*- END OF LINE -*-*- 20 20 21 2004/04/25: Abelardo Moralejo 22 23 * mbadpixels/MBadPixelsTreat.cc 24 - Change in line 204: if ((*fBadPixels)[i].IsBad()) by 25 if ((*fBadPixels)[j].IsBad()) The way it was done, it never 26 worked, because the check on whether the neighbour pixels 27 were OK was performed on the same pixel to be treated (i), which 28 is obviously not OK. The same problem fixed in the interpolation 29 of pedestals. Amazingly, this error would have shown up in any 30 test of the class.... I assume it must have been commited 31 completely untested. 32 33 - In InterpolateSignal: moved division of summed charge over 34 number of pixels : put it after the check of the number of 35 valid neighbours to avoid division by 0. 21 36 22 37 … … 26 41 - fixed a bug in the ReInit() for the number of average events in 27 42 each area index and sector 28 29 43 30 44
Note:
See TracChangeset
for help on using the changeset viewer.