Ignore:
Timestamp:
01/10/05 11:19:48 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc

    r5761 r5762  
    496496            }
    497497
     498        // FIXME: Request a minimum number of neighbors to take action?
    498499        if (p0>=0 && p1>=0 && TMath::Abs(time[p0] - time[p1])<250)
    499500            fTimes->SetTime(i, (time[p0]+time[p1])/2);
Note: See TracChangeset for help on using the changeset viewer.