IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2011, 2:43:27 PM (15 years ago)
Author:
eugene
Message:

do not require a footprint when generating matched sources; copy the footprint for double objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110906/psphot/src/psphotFitSourcesLinear.c

    r32348 r32619  
    134134    for (int i = 0; i < sources->n; i++) {
    135135        pmSource *source = sources->data[i];
     136
     137        // psAssert (source->peak, "source without peak??");
     138        // psAssert (source->peak->footprint, "peak without footprint??");
    136139
    137140        // turn this bit off and turn it on again if we pass this test
Note: See TracChangeset for help on using the changeset viewer.