IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2022, 3:03:37 PM (4 years ago)
Author:
eugene
Message:

add option to mask dead readouts (overscan < minValue)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/ppImage/src/ppImageSetMaskBits.c

    r37406 r42148  
    2727    options->blankMask = pmConfigMaskGet("BLANK", config);
    2828    psAssert (options->blankMask, "blank mask not set");
     29    if (options->overscan) {
     30        options->overscan->maskVal  = options->blankMask;
     31    }
    2932
    3033    // mask for saturated data  (default to RANGE if not defined)
Note: See TracChangeset for help on using the changeset viewer.