IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21124


Ignore:
Timestamp:
Jan 17, 2009, 10:29:25 AM (17 years ago)
Author:
eugene
Message:

create mask as IMAGE_MASK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/ppStack/src/ppStackReadout.c

    r21090 r21124  
    238238        // Ensure there is a mask, or pmStackCombine will complain
    239239        if (!ro->mask) {
    240             ro->mask = psImageAlloc(ro->image->numCols, ro->image->numRows, PS_TYPE_MASK);
     240            ro->mask = psImageAlloc(ro->image->numCols, ro->image->numRows, PS_TYPE_IMAGE_MASK);
    241241            psImageInit(ro->mask, 0);
    242242        }
Note: See TracChangeset for help on using the changeset viewer.