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/psphotMergeSources.c

    r38543 r38560  
    10131013                        } else {
    10141014                            // What to do here?
    1015                             psAssert (pcm, "pmPCMinit failed!");
     1015                            // psAssert (pcm, "pmPCMinit failed!");
     1016                            psFree (sourceOut->modelEXT);
     1017                            sourceOut->modelEXT = NULL;
    10161018                        }
    10171019                    } else {
Note: See TracChangeset for help on using the changeset viewer.