IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2009, 10:13:23 AM (17 years ago)
Author:
Paul Price
Message:

Need mask for output image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackCombineFinal.c

    r25810 r25811  
    1616    psAssert(options, "Require options");
    1717    psAssert(config, "Require configuration");
     18
     19    if (!target->mask) {
     20        target->mask = psImageAlloc(target->image->numCols, target->image->numRows, PS_TYPE_IMAGE_MASK);
     21    }
    1822
    1923    stack->lastScan = 0;            // Reset read
Note: See TracChangeset for help on using the changeset viewer.