IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42293 for trunk/ppSub


Ignore:
Timestamp:
Sep 27, 2022, 5:08:10 PM (4 years ago)
Author:
tdeboer
Message:

adding CTE detection functionality and new CTE source flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubSetMasks.c

    r41707 r42293  
    3232static pmConfigMaskInfo skycellmasks[] = {
    3333    // Features of the detector
    34     { "DETECTOR",  NULL,       0x01, false }, // Something is wrong with the detector
    35     { "FLAT",      "DETECTOR", 0x01, false }, // Pixel doesn't flat-field properly
    36     { "DARK",      "DETECTOR", 0x01, false }, // Pixel doesn't dark-subtract properly
     34    { "DETECTOR",  NULL,       0x01, true }, // Something is wrong with the detector
     35    { "FLAT",      "DETECTOR", 0x01, true }, // Pixel doesn't flat-field properly
     36    { "DARK",      "DETECTOR", 0x01, true }, // Pixel doesn't dark-subtract properly
    3737    { "BLANK",     "DETECTOR", 0x01, true }, // Pixel doesn't contain valid data
    3838    { "CTE",       "DETECTOR", 0x01, false }, // Pixel has poor CTE
Note: See TracChangeset for help on using the changeset viewer.