IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38641 for trunk/psphot/src


Ignore:
Timestamp:
Jul 27, 2015, 11:13:13 AM (11 years ago)
Author:
bills
Message:

Had one case where the psf star flag bit was set for a source
with no model. Work around this by clearing the bit.

File:
1 edited

Legend:

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

    r38560 r38641  
    368368            psFree(source->modelPSF) ;
    369369            modelPSF = NULL;
     370            // This bit was set once even though there was no model
     371            source->mode &= ~(PM_SOURCE_MODE_PSFSTAR);
    370372            // At least once I saw a source with an extended model but no psf model
    371373            psFree(source->modelEXT);
Note: See TracChangeset for help on using the changeset viewer.