Changeset 7028 for trunk/MagicSoft/Mars/mbadpixels
- Timestamp:
- 05/13/05 15:28:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
r7012 r7028 105 105 if (IsUncalibrated( kLoGainOverFlow )) return 8; 106 106 if (IsUncalibrated( kDeadPedestalRms )) return 9; 107 if (IsUncalibrated( kFluctuatingArrivalTimes )) return 10; 108 if (IsUncalibrated( kPreviouslyExcluded )) return 11; 109 return 12; 107 if (IsUncalibrated( kFluctuatingArrivalTimes)) return 10; 108 if (IsUncalibrated( kDeviatingNumPhes )) return 11; 109 if (IsUncalibrated( kPreviouslyExcluded )) return 12; 110 return 13; 110 111 } 111 112
Note:
See TracChangeset
for help on using the changeset viewer.