Changeset 15800
- Timestamp:
- Dec 12, 2007, 6:06:38 PM (18 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 2 edited
-
psphotBlendFit.c (modified) (1 diff)
-
psphotPetrosian.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotBlendFit.c
r13900 r15800 73 73 // try fitting PSFs, then try extended sources 74 74 // these functions subtract the resulting fitted source (XXX and update the modelFlux?) 75 // XXX consider conditions under which the source has EXT fit 75 76 if (psphotFitBlend (readout, source, psf, maskVal)) { 76 77 psTrace ("psphot", 5, "source at %7.1f, %7.1f is psf", source->moments->x, source->moments->y); -
trunk/psphot/src/psphotPetrosian.c
r15562 r15800 39 39 40 40 // find the first bin below the flux level and the last above the level 41 // XXX can this be done faster with disection?41 // XXX can this be done faster with bisection? 42 42 // XXX do I need to worry about crazy outliers? 43 43 // XXX should i be smoothing or fitting the curve?
Note:
See TracChangeset
for help on using the changeset viewer.
