IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2010, 4:14:50 PM (16 years ago)
Author:
eugene
Message:

if modelFlux is missing, cache it (psphotExtendedSourceFits); remove test image dump

File:
1 edited

Legend:

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

    r29004 r29027  
    121121        if (source->peak->y > AnalysisRegion.y1) continue;
    122122
     123        // fprintf (stderr, "xsrc: %f, %f : %f\n", source->peak->xf, source->peak->yf, source->peak->SN);
     124
    123125        // replace object in image
    124126        if (source->tmpFlags & PM_SOURCE_TMPF_SUBTRACTED) {
     
    178180    }
    179181
     182    // fprintf (stderr, "xsrc : tried %ld objects\n", sources->n);
     183
    180184    return true;
    181185}
Note: See TracChangeset for help on using the changeset viewer.