IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7507


Ignore:
Timestamp:
Jun 9, 2006, 6:25:06 PM (20 years ago)
Author:
eugene
Message:

added check for no clump

File:
1 edited

Legend:

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

    r6924 r7507  
    1111    psLogMsg ("psphot", 3, "psf clump DX, DY: %f, %f\n", psfClump.dX, psfClump.dY);
    1212
     13    // did we find a valid psfClump?
     14    if (!psfClump.X || !psfClump.Y) return false;
     15
    1316    // group into STAR, COSMIC, EXTENDED, SATURATED, etc.
    1417    pmSourceRoughClass (sources, recipe, psfClump);
Note: See TracChangeset for help on using the changeset viewer.