Changeset 5993 for trunk/psphot/src/psphotApplyPSF.c
- Timestamp:
- Jan 15, 2006, 8:30:16 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApplyPSF.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApplyPSF.c
r5828 r5993 25 25 26 26 // use the source moments, etc to guess basic model parameters 27 pmModel *model FLT = pmSourceModelGuess (source, psf->type);27 pmModel *modelEXT = pmSourceModelGuess (source, psf->type); 28 28 29 29 // set PSF parameters for this model 30 pmModel *model = pmModelFromPSF (model FLT, psf);31 psFree (model FLT);30 pmModel *model = pmModelFromPSF (modelEXT, psf); 31 psFree (modelEXT); 32 32 33 33 source->modelPSF = model;
Note:
See TracChangeset
for help on using the changeset viewer.
