Changeset 4657
- Timestamp:
- 08/17/04 15:50:18 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4653 r4657 22 22 23 23 2004/08/17: Markus Gaug 24 25 * mbadpixels/MBadPixelsCam.cc 26 - included kDeviatingNumPhots in GetPixelContent() 24 27 25 28 * mjobs/MJCalibration.[h,cc] -
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.