IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2008, 2:37:06 PM (18 years ago)
Author:
Paul Price
Message:

Can build a weight map as soon as bias has been subtracted.

File:
1 edited

Legend:

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

    r17685 r17688  
    257257
    258258    // even if not requested explicitly, if any of these are set, build an internal mask and weight:
    259     if (options->doDark || options->doShutter || options->doFlat || options->doPhotom) {
     259    if (options->doBias || options->doOverscan || options->doDark || options->doShutter || options->doFlat ||
     260        options->doPhotom) {
    260261        options->doMaskBuild = true;
    261262        options->doWeightBuild = true;
    262     } else if (options->doMask || options->doBias || options->doOverscan) {
     263    } else if (options->doMask) {
    263264        options->doMaskBuild = true;
    264265    }
Note: See TracChangeset for help on using the changeset viewer.