Ignore:
Timestamp:
04/27/07 11:05:11 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h

    r7188 r8452  
    107107      if (IsUncalibrated( kFluctuatingArrivalTimes)) return 8;
    108108      if (IsUncalibrated( kDeviatingNumPhes    ))    return 9;
    109       if (IsUncalibrated( kLoGainBlackout      ))    return 10;
    110       if (IsUncalibrated( kPreviouslyExcluded  ))    return 11;
    111       return 12;
     109      if (IsUncalibrated( kDeviatingTimeResolution)) return 10;
     110      if (IsUncalibrated( kLoGainBlackout      ))    return 11;
     111      if (IsUncalibrated( kPreviouslyExcluded  ))    return 12;
     112      return 13;
    112113    }
    113114
     
    115116      if (!IsUnreliable() || IsUnsuitable())      return 0;
    116117      if (IsUncalibrated( kChargeSigmaNotValid )) return 1;
    117       if (IsUncalibrated( kDeviatingNumPhes    )) return 2;
    118118      if (IsUncalibrated( kHiGainNotFitted     )) return 3;
    119119      if (IsUncalibrated( kLoGainNotFitted     )) return 4;
Note: See TracChangeset for help on using the changeset viewer.