Changeset 5828 for trunk/psphot/src/psphotChoosePSF.c
- Timestamp:
- Dec 22, 2005, 4:20:27 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChoosePSF.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r5802 r5828 10 10 psArray *stars = NULL; 11 11 psMetadataItem *item = NULL; 12 13 psTimerStart ("psphot"); 12 14 13 15 // array to store candidate PSF stars … … 23 25 if (source->mode & PM_SOURCE_PSFSTAR) psArrayAdd (stars, 200, source); 24 26 } 25 psLogMsg ("psphot.pspsf", 3, "selected candidate %d PSF objects\n", stars->n);27 psLogMsg ("psphot.pspsf", 4, "selected candidate %d PSF objects\n", stars->n); 26 28 27 29 // get the fixed PSF fit radius … … 83 85 84 86 modelName = pmModelGetType (psf->type); 87 psLogMsg ("psphot.pspsf", 3, "select psf model: %f sec\n", psTimerMark ("psphot")); 85 88 psLogMsg ("psphot.pspsf", 3, "selected psf model %s, ApResid: %f +/- %f\n", modelName, psf->ApResid, psf->dApResid); 86 89
Note:
See TracChangeset
for help on using the changeset viewer.
