IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17175


Ignore:
Timestamp:
Mar 28, 2008, 12:02:31 PM (18 years ago)
Author:
Paul Price
Message:

outRO->image doesn't exist, since the output is a mask.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/ppMerge/src/ppMergeMask.c

    r17173 r17175  
    226226            pmCell *countsCell = pmFPAfileThisCell(config->files, view, "PPMERGE.OUTPUT.COUNT");
    227227            pmReadout *countsRO = pmReadoutAlloc(countsCell); // Readout with count of inputs per pixel
    228             countsRO->image = psImageAlloc(outRO->image->numCols, outRO->image->numRows, PS_TYPE_F32);
     228            countsRO->image = psImageAlloc(outRO->mask->numCols, outRO->mask->numRows, PS_TYPE_F32);
    229229            psImageInit(countsRO->image, numFiles);
    230230            countsRO->data_exists = countsCell->data_exists = countsCell->parent->data_exists = true;
Note: See TracChangeset for help on using the changeset viewer.