Changeset 5980 for trunk/psphot/src/psphot.c
- Timestamp:
- Jan 13, 2006, 8:24:10 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r5828 r5980 78 78 psphotFullFit (imdata, config, sources, psf, sky); 79 79 psphotReplaceUnfit (sources); 80 psphotApResid ( sources, config, psf);80 psphotApResid (imdata, sources, config, psf); 81 81 break; 82 82 … … 85 85 psphotBlendFit (imdata, config, sources, psf, sky); 86 86 psphotReplaceUnfit (sources); 87 psphotApResid ( sources, config, psf);87 psphotApResid (imdata, sources, config, psf); 88 88 break; 89 89
Note:
See TracChangeset
for help on using the changeset viewer.
