IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2007, 3:09:24 PM (19 years ago)
Author:
Paul Price
Message:

Turn off mask and weight output if we're not generating a mask (i.e.,
if we're not doing anything interesting).

File:
1 edited

Legend:

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

    r12575 r12746  
    259259    }
    260260
     261    // Turn off mask and weight output if we're not doing anything interesting
     262    if (!options->doMask && !options->doShutter && !options->doFlat && !options->doPhotom) {
     263        outMask->save = false;
     264        outWeight->save = false;
     265    }
    261266
    262267#if 0
Note: See TracChangeset for help on using the changeset viewer.