Changeset 5762 for trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc
- Timestamp:
- 01/10/05 11:19:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc
r5761 r5762 496 496 } 497 497 498 // FIXME: Request a minimum number of neighbors to take action? 498 499 if (p0>=0 && p1>=0 && TMath::Abs(time[p0] - time[p1])<250) 499 500 fTimes->SetTime(i, (time[p0]+time[p1])/2);
Note:
See TracChangeset
for help on using the changeset viewer.