IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17176


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

Using wrong view --> SEGV.

File:
1 edited

Legend:

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

    r17175 r17176  
    224224        {
    225225            // 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");
    227227            pmReadout *countsRO = pmReadoutAlloc(countsCell); // Readout with count of inputs per pixel
    228228            countsRO->image = psImageAlloc(outRO->mask->numCols, outRO->mask->numRows, PS_TYPE_F32);
     
    231231            psFree(countsRO);
    232232
    233             pmCell *sigmaCell = pmFPAfileThisCell(config->files, view, "PPMERGE.OUTPUT.SIGMA");
     233            pmCell *sigmaCell = pmFPAfileThisCell(config->files, outView, "PPMERGE.OUTPUT.SIGMA");
    234234            pmReadout *sigmaRO = pmReadoutAlloc(sigmaCell); // Readout with suspect image
    235235            psImage *suspect = psMetadataLookupPtr(NULL, outRO->analysis, PM_MASK_ANALYSIS_SUSPECT);
Note: See TracChangeset for help on using the changeset viewer.