Changeset 4657 for trunk/MagicSoft/Mars/mbadpixels
- Timestamp:
- 08/17/04 15:50:18 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
r4637 r4657 98 98 if (IsUncalibrated( kDeviatingFFactor )) return 8; 99 99 if (IsUncalibrated( kDeviatingNumPhots )) return 9; 100 return 10; 100 101 } 101 102 … … 108 109 if (IsUncalibrated( kLoGainOscillating )) return 5; 109 110 if (IsUncalibrated( kRelTimeOscillating)) return 6; 111 return 7; 110 112 } 111 113
Note:
See TracChangeset
for help on using the changeset viewer.