Changeset 19860
- Timestamp:
- Oct 2, 2008, 11:00:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080926/psphot/src/psphotSourceFits.c
r18555 r19860 16 16 bool psphotFitSummary () { 17 17 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", 19 19 NfitPSF, NfitBlend, NfitEXT, NfitDBL, psTimerMark ("psphot.fits")); 20 20 return true; … … 47 47 psArray *sourceSet = psArrayAllocEmpty (source->blends->n + 1); 48 48 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); 49 51 50 52 // we need to include all blends in the fit (unless primary is saturated?) … … 77 79 psArrayAdd (modelSet, 16, model); 78 80 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); 79 83 80 84 // free to avoid double counting model
Note:
See TracChangeset
for help on using the changeset viewer.
