Changeset 6056 for trunk/psphot/src/psphotBlendFit.c
- Timestamp:
- Jan 19, 2006, 2:55:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotBlendFit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotBlendFit.c
r5993 r6056 2 2 3 3 // XXX I don't like this name 4 bool psphotBlendFit ( eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) {4 bool psphotBlendFit (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) { 5 5 6 6 psTimerStart ("psphot"); … … 30 30 psTrace ("psphot.blend", 5, "trying source at %f, %f\n", source->moments->x, source->moments->y); 31 31 32 if (psphotFitBlend ( imdata, source)) continue;33 if (psphotFitBlob ( imdata, source, sources)) continue;32 if (psphotFitBlend (readout, source)) continue; 33 if (psphotFitBlob (readout, source, sources)) continue; 34 34 35 35 psTrace ("psphot.blend", 5, "failed fits\n");
Note:
See TracChangeset
for help on using the changeset viewer.
