IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19860


Ignore:
Timestamp:
Oct 2, 2008, 11:00:35 AM (18 years ago)
Author:
eugene
Message:

adding traces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080926/psphot/src/psphotSourceFits.c

    r18555 r19860  
    1616bool psphotFitSummary () {
    1717
    18     fprintf (stderr, "fitted %5d psf, %5d blend, %5d ext, %5d dbl : %6.2f sec\n",
     18    psLogMsg ("psphot.pspsf", PS_LOG_INFO, "fitted %5d psf, %5d blend, %5d ext, %5d dbl : %6.2f sec\n",
    1919             NfitPSF, NfitBlend, NfitEXT, NfitDBL, psTimerMark ("psphot.fits"));
    2020    return true;
     
    4747    psArray *sourceSet = psArrayAllocEmpty (source->blends->n + 1);
    4848    psArrayAdd (sourceSet, 16, source);
     49
     50    psTrace ("psphot", 4, "fitting blended source at %f %f : %f\n", source->peak->xf, source->peak->yf, source->peak->flux);
    4951
    5052    // we need to include all blends in the fit (unless primary is saturated?)
     
    7779        psArrayAdd (modelSet, 16, model);
    7880        psArrayAdd (sourceSet, 16, blend);
     81
     82        psTrace ("psphot", 5, "adding source at %f %f : %f\n", blend->peak->xf, blend->peak->yf, blend->peak->flux);
    7983
    8084        // free to avoid double counting model
Note: See TracChangeset for help on using the changeset viewer.