IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23476


Ignore:
Timestamp:
Mar 20, 2009, 6:05:25 PM (17 years ago)
Author:
eugene
Message:

add support for new bitmask names CTE, SPIKE, STARCORE; DARK should default to DETECTOR and POOR.WARP default should differ from BAD.WARP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigMask.c

    r21386 r23476  
    1111static pmConfigMaskInfo masks[] = {
    1212    { "DETECTOR",  NULL,       0x00, true  },   // Something is wrong with the detector
    13     { "DARK",      "DETECTOR", 0x00, true  },   // Pixel doesn't dark-subtract properly
    1413    { "FLAT",      "DETECTOR", 0x01, true  },   // Pixel doesn't flat-field properly
     14    { "DARK",      "DETECTOR", 0x01, true  },   // Pixel doesn't dark-subtract properly
    1515    { "BLANK",     "DETECTOR", 0x01, true  },   // Pixel doesn't contain valid data
     16    { "CTE",       "DETECTOR", 0x01, true  },   // Pixel has poor CTE
    1617    { "RANGE",     NULL,       0x00, true  },   // Pixel is out-of-range of linearity
    1718    { "SAT",       "RANGE",    0x01, true  },   // Pixel is saturated
    1819    { "BAD",       "RANGE",    0x01, true  },   // Pixel is low
     20    { "CR",        NULL,       0x01, true  },   // Pixel contains a cosmic ray
     21    { "SPIKE",     NULL,       0x01, true  },   // Pixel contains a diffraction spike
     22    { "GHOST",     NULL,       0x01, true  },   // Pixel contains an optical ghost
     23    { "STREAK",    NULL,       0x01, true  },   // Pixel contains streak data
     24    { "STARCORE",  NULL,       0x01, true  },   // Pixel contains a bright star core
    1925    { "BAD.WARP",  NULL,       0x01, true  },   // Pixel is bad after convolution with a bad pixel
    20     { "CR",        NULL,       0x00, true  },   // Pixel contains a cosmic ray
    21     { "GHOST",     NULL,       0x00, true  },   // Pixel contains an optical ghost
    22     { "POOR.WARP", NULL,       0x00, false },   // Pixel is poor after convolution with a bad pixel
     26    { "POOR.WARP", NULL,       0x02, false },   // Pixel is poor after convolution with a bad pixel
    2327    // "LOW"  Pixel is low
    2428    // "CONV" Pixel is bad after convolution with a bad pixel
Note: See TracChangeset for help on using the changeset viewer.