Changeset 7122 for trunk/MagicSoft/Mars/mpedestal
- Timestamp:
- 06/01/05 18:13:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedPhotCam.cc
r7109 r7122 273 273 for (int i=0; i<np; i++) 274 274 { 275 if (bad && (*bad)[i].IsUnsuitable( MBadPixelsPix::kUnsuitableRun))276 continue; //was: .IsBad()275 if (bad && (*bad)[i].IsUnsuitable()) 276 continue; 277 277 278 278 // Create sums for areas and sectors
Note:
See TracChangeset
for help on using the changeset viewer.