IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2026, 9:38:40 PM (7 weeks ago)
Author:
eugene
Message:

add code to mask bad cells based on their overscan values compared with a reference table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendReadout.c

    r42964 r43038  
    167167    }
    168168
     169    // Mask bad cells based on the overscan values
     170    if (options->doMaskBadOverscan) {
     171      if (!ppImageMaskBadOverscan(input, config)) {
     172        psError(PS_ERR_UNKNOWN, false, "Unable to mask readout based on overscan");
     173        psFree(detview);
     174        return(false);
     175      }
     176    }
     177
    169178    // measure the overscan-subtracted readoutBackground here (or subtract the overscan value?)
    170179    // XXX this is the measurements and should be independent of the pattern masking
Note: See TracChangeset for help on using the changeset viewer.