Changeset 17175
- Timestamp:
- Mar 28, 2008, 12:02:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/ppMerge/src/ppMergeMask.c
r17173 r17175 226 226 pmCell *countsCell = pmFPAfileThisCell(config->files, view, "PPMERGE.OUTPUT.COUNT"); 227 227 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); 229 229 psImageInit(countsRO->image, numFiles); 230 230 countsRO->data_exists = countsCell->data_exists = countsCell->parent->data_exists = true;
Note:
See TracChangeset
for help on using the changeset viewer.
