IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15307


Ignore:
Timestamp:
Oct 12, 2007, 4:29:16 PM (19 years ago)
Author:
Paul Price
Message:

Blow away extant mask values --- all instances of setting a mask that
I could find in existing code checked for the existence of the mask
before calling pmReadoutSetMask, so this change is OK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMaskWeight.c

    r13863 r15307  
    120120        // Generate a (throwaway) mask image, if required
    121121        readout->mask = psImageAlloc(image->numCols, image->numRows, PS_TYPE_U8);
    122         psImageInit(readout->mask, 0);
    123122    }
    124123    psImage *mask = readout->mask;      // The mask pixels
     124    psImageInit(mask, 0);
    125125
    126126    // Dereference pointers for speed
Note: See TracChangeset for help on using the changeset viewer.