IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21132


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

vector mask for stats test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/psModules/src/imcombine/pmReadoutCombine.c

    r21075 r21132  
    303303
    304304            int numValid = 0;           // Number of valid pixels in the stack
    305             memset(maskData, 0, mask->n * sizeof(psImageMaskType)); // Reset the mask
     305            memset(maskData, 0, mask->n * sizeof(psVectorMaskType)); // Reset the mask
    306306            for (int r = 0; r < inputs->n; r++) {
    307307                pmReadout *readout = inputs->data[r]; // Input readout
Note: See TracChangeset for help on using the changeset viewer.