Changeset 5759 for trunk/MagicSoft/Mars
- Timestamp:
- 01/10/05 10:34:34 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5758 r5759 29 29 - stop program in case that multiple colours are found in same file 30 30 without intensity calibration 31 32 * mbadpixels/MBadPixelsPix.h 33 - added two new possible UnCalibrated_t flags for the hi-lo 34 calibration 35 31 36 32 37 2005/01/10 Wolfgang Wittek -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
r5481 r5759 50 50 kConversionHiLoNotValid = BIT(18), 51 51 kHiGainOverFlow = BIT(19), 52 kLoGainOverFlow = BIT(20) 52 kLoGainOverFlow = BIT(20), 53 kHiLoNotFitted = BIT(21), 54 kHiLoOscillating = BIT(22) 53 55 }; 54 56
Note:
See TracChangeset
for help on using the changeset viewer.