IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 5:36:46 PM (20 years ago)
Author:
Paul Price
Message:

Adding shutter correction.

File:
1 edited

Legend:

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

    r9142 r9342  
    4949    }
    5050
     51    // Shutter correction
     52    if (options->doShutter) {
     53        pmReadout *shutter = pmFPAfileThisReadout(config->files, detview, "PPIMAGE.SHUTTER");
     54        if (!pmShutterCorrectionApply(input, shutter)) {
     55            return false;
     56        }
     57    }
     58
    5159    // Flat-field correction (no options used?)
    5260    if (options->doFlat) {
Note: See TracChangeset for help on using the changeset viewer.