IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2008, 6:12:49 PM (18 years ago)
Author:
Paul Price
Message:

Adding function to detect remnance (remembered charge from previous exposures)

File:
1 edited

Legend:

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

    r18556 r20618  
    7171    }
    7272
     73    if (options->doRemnance) {
     74        if (!pmRemnance(input, options->maskValue, options->badMask)) {
     75            psError(PS_ERR_UNKNOWN, false, "Unable to mask remnance.");
     76            return false;
     77        }
     78    }
     79
    7380    // Shutter correction
    7481    if (options->doShutter) {
Note: See TracChangeset for help on using the changeset viewer.