IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2015, 7:36:29 AM (11 years ago)
Author:
bills
Message:

Sometimes sources fit with a saturated star profile have the center of
the model too far off of the image. These cause the code that sets up the
source's pixels and other images to be left NULL. Handle this case.

File:
1 edited

Legend:

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

    r38395 r38560  
    136136        source = sources->data[N];
    137137
     138        if (!source->pixels) continue;
    138139#ifndef DEBLEND_PASS2_SOURCES
    139140        // XXX: Need to define this if we want to rerun the satstar stuff again on the pass2 sources
Note: See TracChangeset for help on using the changeset viewer.