Changeset 17176
- Timestamp:
- Mar 28, 2008, 12:06:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/ppMerge/src/ppMergeMask.c
r17175 r17176 224 224 { 225 225 // The counts image is fairly useless, but it preserves the model 226 pmCell *countsCell = pmFPAfileThisCell(config->files, view, "PPMERGE.OUTPUT.COUNT");226 pmCell *countsCell = pmFPAfileThisCell(config->files, outView, "PPMERGE.OUTPUT.COUNT"); 227 227 pmReadout *countsRO = pmReadoutAlloc(countsCell); // Readout with count of inputs per pixel 228 228 countsRO->image = psImageAlloc(outRO->mask->numCols, outRO->mask->numRows, PS_TYPE_F32); … … 231 231 psFree(countsRO); 232 232 233 pmCell *sigmaCell = pmFPAfileThisCell(config->files, view, "PPMERGE.OUTPUT.SIGMA");233 pmCell *sigmaCell = pmFPAfileThisCell(config->files, outView, "PPMERGE.OUTPUT.SIGMA"); 234 234 pmReadout *sigmaRO = pmReadoutAlloc(sigmaCell); // Readout with suspect image 235 235 psImage *suspect = psMetadataLookupPtr(NULL, outRO->analysis, PM_MASK_ANALYSIS_SUSPECT);
Note:
See TracChangeset
for help on using the changeset viewer.
