IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18102


Ignore:
Timestamp:
Jun 12, 2008, 3:05:15 PM (18 years ago)
Author:
Paul Price
Message:

Use log instead of trace for rejection.

File:
1 edited

Legend:

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

    r18061 r18102  
    507507            pmReadoutFreeData(ro);
    508508
    509             psTrace("ppStack", 5, "%ld total pixels to inspect from image %d", inspect->n, i);
     509            psLogMsg("ppStack", PS_LOG_INFO, "%ld total pixels to inspect from image %d", inspect->n, i);
    510510
    511511            psPixels *reject = pmStackReject(inspect, NULL, threshold, subRegions->data[i],
     
    517517            } else {
    518518                float frac = reject->n / (float)(outRO->image->numCols * outRO->image->numRows); // Pixel frac
    519                 psTrace("ppStack", 5, "%ld pixels rejected from image %d (%.1f%%)",
     519                psLogMsg("ppStack", PS_LOG_INFO, "%ld pixels rejected from image %d (%.1f%%)",
    520520                        reject->n, i, frac * 100.0);
    521521                if (frac > imageRej) {
Note: See TracChangeset for help on using the changeset viewer.