IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15611


Ignore:
Timestamp:
Nov 13, 2007, 1:31:42 PM (18 years ago)
Author:
Paul Price
Message:

Set the data_exists flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeMask.c

    r15603 r15611  
    100100            pmReadout *roOut = pmReadoutAlloc(cellOut); // Output readout
    101101            roOut->mask = pmMaskIdentifyBadPixels(suspect, options->maskBad, options->combine->maskVal);
     102            roOut->data_exists = cellOut->data_exists = chipOut->data_exists = true;
    102103
    103104            // Statistics on the merged cell
Note: See TracChangeset for help on using the changeset viewer.