IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36607


Ignore:
Timestamp:
Mar 20, 2014, 9:14:20 AM (12 years ago)
Author:
bills
Message:

skip galaxy shape analysis for source if modelPSF is null

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20140114/psphot/src/psphotGalaxyShape.c

    r36588 r36607  
    205205        if (!(source->tmpFlags & PM_SOURCE_TMPF_MOMENTS_MEASURED)) continue;
    206206        if (source->mode & PM_SOURCE_MODE_MOMENTS_FAILURE) continue;
     207        if (!source->modelPSF) continue;
    207208
    208209        // psphotSetRadiusMomentsExact sets the radius based on Mrf
Note: See TracChangeset for help on using the changeset viewer.