IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20471


Ignore:
Timestamp:
Oct 29, 2008, 5:48:35 PM (18 years ago)
Author:
Paul Price
Message:

Adding trace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotImageQuality.c

    r20470 r20471  
    2929        // ??
    3030        if (source->type != PM_SOURCE_TYPE_STAR || !(source->mode & PM_SOURCE_MODE_PSFSTAR)) {
     31            psTrace("psphot", 10, "Ignoring source for image quality because not a good star");
    3132            continue;
    3233        }
     
    3435        pmMoments *moments = source->moments;
    3536        if (!moments) {
     37            psTrace("psphot", 10, "Ignoring source for image quality because no moments");
    3638            continue;
    3739        }
Note: See TracChangeset for help on using the changeset viewer.