IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41665


Ignore:
Timestamp:
Jun 16, 2021, 1:55:37 PM (5 years ago)
Author:
tdeboer
Message:

add custom mask to pswarp so only genuinely bad pixel are NaNed before convolving

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-ps1-20210510/pswarp/src/pswarpTransformReadout.c

    r41663 r41665  
    2323static pmConfigMaskInfo warp_convolve_masks[] = {
    2424    // Features of the detector
    25     { "DETECTOR",  NULL,       0x01, false }, // Something is wrong with the detector
    26     { "FLAT",      "DETECTOR", 0x01, false }, // Pixel doesn't flat-field properly
    27     { "DARK",      "DETECTOR", 0x01, false }, // Pixel doesn't dark-subtract properly
     25    { "DETECTOR",  NULL,       0x01, true }, // Something is wrong with the detector
     26    { "FLAT",      "DETECTOR", 0x01, true }, // Pixel doesn't flat-field properly
     27    { "DARK",      "DETECTOR", 0x01, true }, // Pixel doesn't dark-subtract properly
    2828    { "BLANK",     "DETECTOR", 0x01, true }, // Pixel doesn't contain valid data
    2929    { "CTE",       "DETECTOR", 0x01, false }, // Pixel has poor CTE
Note: See TracChangeset for help on using the changeset viewer.