Changeset 5993 for trunk/psphot/src/psphotBlendFit.c
- Timestamp:
- Jan 15, 2006, 8:30:16 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotBlendFit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotBlendFit.c
r5828 r5993 1 1 # include "psphot.h" 2 2 3 bool psphotBlendFit (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) 4 {3 // XXX I don't like this name 4 bool psphotBlendFit (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) { 5 5 6 6 psTimerStart ("psphot"); … … 10 10 11 11 psphotInitLimitsPSF (config); 12 psphotInitLimits FLT (config, sky);12 psphotInitLimitsEXT (config, sky); 13 13 psphotInitRadiusPSF (config, sky, psf->type); 14 14
Note:
See TracChangeset
for help on using the changeset viewer.
