IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2023, 7:39:02 AM (3 years ago)
Author:
eugene
Message:

merge from trunk: correctly handle different camera diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/ppSub/src/ppSubSetMasks.c

    r41707 r42363  
    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.