Ignore:
Timestamp:
11/18/02 18:19:39 (22 years ago)
Author:
bigongia
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc

    r1540 r1640  
    113113
    114114        // COBB: '<=' to skip entry=noise=0
    115         if (entry <= fCleanLvl1 * noise)
     115        if (entry <= fCleanLvl1 * noise / sqrt(fCam->GetPixRatio(i)))
    116116            pix.SetPixelUnused();
    117117
     
    260260        const Float_t noise = pix.GetErrorPhot();
    261261
    262         if (entry <= fCleanLvl2 * noise)
     262        if (entry <= fCleanLvl2 * noise / sqrt(fCam->GetPixRatio(i)))
    263263            continue;
    264264
Note: See TracChangeset for help on using the changeset viewer.