Changeset 20453 for trunk/psphot/src/psphotChoosePSF.c
- Timestamp:
- Oct 28, 2008, 3:05:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChoosePSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r20287 r20453 21 21 bool status; 22 22 23 psTimerStart ("psphot ");23 psTimerStart ("psphot.choose.psf"); 24 24 25 25 // bit-masks to test for good/bad pixels … … 308 308 309 309 char *modelName = pmModelClassGetName (psf->type); 310 psLogMsg ("psphot.pspsf", PS_LOG_INFO, "select psf model: %f sec\n", psTimerMark ("psphot "));310 psLogMsg ("psphot.pspsf", PS_LOG_INFO, "select psf model: %f sec\n", psTimerMark ("psphot.choose.psf")); 311 311 psLogMsg ("psphot.pspsf", PS_LOG_INFO, "psf model %s, ApResid: %f +/- %f\n", modelName, psf->ApResid, psf->dApResid); 312 312
Note:
See TracChangeset
for help on using the changeset viewer.
