Ignore:
Timestamp:
08/07/04 15:40:59 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbadpixels
Files:
2 edited

Legend:

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

    r4456 r4542  
    6363// BIT(13): kMeanTimeInLast2Bins :  The signal has its mean maximum in the last two used FADC slice - signal extractor bad
    6464// BIT(14): kDeviatingNumPhes    :  The calculated number of photo-electrons deviates too much from the mean - inconsistency
    65 // BIT(15): kDeviatingFFactor    :  The calculated overall F-Factor deviates too much from the mean - inconsistency
     65// BIT(15): kDeviatingNumPhots   :  The calculated number of calibrated photons deviates too much from the mean - inconsistency
     66// BIT(16): kDeviatingFFactor    :  The calculated overall F-Factor deviates too much from the mean - inconsistency
    6667//
    6768// * Set bits leading to not useable low-gain signal:
    6869//
    69 // BIT(16): kConversionHiLoNotValid: The calibrated Conversion between Hi-Gain and Low Gain gives absurd results
     70// BIT(17): kConversionHiLoNotValid: The calibrated Conversion between Hi-Gain and Low Gain gives absurd results
    7071//
    7172// These bits can be called with the enum MBadPixelsPix::UncalibratedType_t in combination
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h

    r4464 r4542  
    4545      kMeanTimeInLast2Bins      = BIT(13),
    4646      kDeviatingNumPhes         = BIT(14),
    47       kDeviatingFFactor         = BIT(15),
    48       kDeviatingTimeResolution  = BIT(16),
    49       kConversionHiLoNotValid   = BIT(17)
     47      kDeviatingNumPhots        = BIT(15),
     48      kDeviatingFFactor         = BIT(16),
     49      kDeviatingTimeResolution  = BIT(17),
     50      kConversionHiLoNotValid   = BIT(18)
    5051    };
    5152   
Note: See TracChangeset for help on using the changeset viewer.