IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17007


Ignore:
Timestamp:
Mar 17, 2008, 11:51:49 AM (18 years ago)
Author:
Paul Price
Message:

ro->image is NULL here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r17006 r17007  
    473473                                             subKernels->data[i]); // Pixels to reject
    474474            psFree(inspect);
    475             float frac = reject->n / (float)(ro->image->numCols * ro->image->numRows); // Pixel fraction
     475            float frac = reject->n / (float)(outRO->image->numCols * outRO->image->numRows); // Pixel fraction
    476476            psTrace("ppStack", 5, "%ld pixels rejected from image %d (%.1f%%)", reject->n, i, frac * 100.0);
    477477            if (frac > imageRej) {
Note: See TracChangeset for help on using the changeset viewer.