IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2010, 7:12:43 PM (16 years ago)
Author:
Paul Price
Message:

Images don't get allocated in pmSubtractionConvolve() any more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/imcombine/pmStackReject.c

    r26739 r26743  
    150150    pmReadout *inRO = pmReadoutAlloc(NULL); // Readout with input image
    151151    inRO->image = image;
     152    convRO->image = psImageAlloc(image->numCols, image->numRows, PS_TYPE_F32);
    152153    for (int i = 0; i < numRegions; i++) {
    153154        psRegion *region = subRegions->data[i]; // Region of interest
Note: See TracChangeset for help on using the changeset viewer.