IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2008, 4:10:17 PM (18 years ago)
Author:
Paul Price
Message:

Adding option to apply mask to bad shutter correction pixels.

File:
1 edited

Legend:

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

    r16870 r17218  
    7474    if (options->doShutter) {
    7575        pmReadout *shutter = pmFPAfileThisReadout(config->files, detview, "PPIMAGE.SHUTTER");
    76         if (!pmShutterCorrectionApply(input, shutter)) {
     76        if (!pmShutterCorrectionApply(input, shutter, pmConfigMask("FLAT", config))) {
    7777            return false;
    7878        }
Note: See TracChangeset for help on using the changeset viewer.