IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2008, 8:35:04 AM (18 years ago)
Author:
eugene
Message:

total overhaul of mask handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080706/ppImage/src/ppImageDetrendReadout.c

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