Changeset 6427 for trunk/psphot/src/psphotBlendFit.c
- Timestamp:
- Feb 14, 2006, 6:33:17 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotBlendFit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotBlendFit.c
r6379 r6427 2 2 3 3 // XXX I don't like this name 4 bool psphotBlendFit (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf , psStats *sky) {4 bool psphotBlendFit (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf) { 5 5 6 6 psTimerStart ("psphot"); … … 10 10 11 11 psphotInitLimitsPSF (config); 12 psphotInitLimitsEXT (config , sky);13 psphotInitRadiusPSF (config, sky,psf->type);12 psphotInitLimitsEXT (config); 13 psphotInitRadiusPSF (config, psf->type); 14 14 15 15 for (int i = 0; i < sources->n; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
