IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17685


Ignore:
Timestamp:
May 14, 2008, 1:42:35 PM (18 years ago)
Author:
Paul Price
Message:

Mask is created very early on, so may be generated for most operations.

File:
1 edited

Legend:

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

    r15933 r17685  
    180180                                                   overscanStats, boxcar, gauss);
    181181
    182         options->overscan->constant = psMetadataLookupBool(NULL, recipe, "OVERSCAN.CONSTANT");
    183         options->overscan->value = psMetadataLookupF32(NULL, recipe, "OVERSCAN.VALUE");
     182        options->overscan->constant = psMetadataLookupBool(NULL, recipe, "OVERSCAN.CONSTANT");
     183        options->overscan->value = psMetadataLookupF32(NULL, recipe, "OVERSCAN.VALUE");
    184184
    185185        psFree(overscanStats);
     
    257257
    258258    // even if not requested explicitly, if any of these are set, build an internal mask and weight:
    259     if (options->doMask || options->doShutter || options->doFlat || options->doPhotom) {
     259    if (options->doDark || options->doShutter || options->doFlat || options->doPhotom) {
    260260        options->doMaskBuild = true;
    261261        options->doWeightBuild = true;
     262    } else if (options->doMask || options->doBias || options->doOverscan) {
     263        options->doMaskBuild = true;
    262264    }
    263265
Note: See TracChangeset for help on using the changeset viewer.