Changeset 5759 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/10/05 10:34:34 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5758 r5759  
    2929     - stop program in case that multiple colours are found in same file
    3030       without intensity calibration
     31
     32   * mbadpixels/MBadPixelsPix.h
     33     - added two new possible UnCalibrated_t flags for the hi-lo
     34       calibration
     35
    3136
    3237 2005/01/10 Wolfgang Wittek
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h

    r5481 r5759  
    5050      kConversionHiLoNotValid   = BIT(18),
    5151      kHiGainOverFlow           = BIT(19),
    52       kLoGainOverFlow           = BIT(20)
     52      kLoGainOverFlow           = BIT(20),
     53      kHiLoNotFitted            = BIT(21),
     54      kHiLoOscillating          = BIT(22)
    5355    };
    5456   
Note: See TracChangeset for help on using the changeset viewer.