IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35925


Ignore:
Timestamp:
Aug 8, 2013, 2:25:17 PM (13 years ago)
Author:
bills
Message:

Fix bug in pmPSFtryFitPSF. If pmModelFromPSF fails don't return false. Mask source and continue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPSFtryFitPSF.c

    r35768 r35925  
    7575            psfTry->mask->data.PS_TYPE_VECTOR_MASK_DATA[i] = PSFTRY_MASK_BAD_MODEL;
    7676            psTrace ("psModules.objects", 4, "dropping %d (%d,%d) : bad PSF fit\n", i, source->peak->x, source->peak->y);
    77             return false;
     77            continue;
    7878        }
    7979
Note: See TracChangeset for help on using the changeset viewer.