Ignore:
Timestamp:
04/25/04 01:55:22 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3825 r3829  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     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.
    2136
    2237
     
    2641     - fixed a bug in the ReInit() for the number of average events in
    2742       each area index and sector
    28 
    2943
    3044
Note: See TracChangeset for help on using the changeset viewer.