Changeset 20453 for trunk/psphot/src/psphotApResid.c
- Timestamp:
- Oct 28, 2008, 3:05:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApResid.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r20449 r20453 18 18 PS_ASSERT_PTR_NON_NULL(recipe, false); 19 19 20 psTimerStart ("psphot ");20 psTimerStart ("psphot.apresid"); 21 21 22 22 bool measureAptrend = psMetadataLookupBool (&status, recipe, "MEASURE.APTREND"); … … 218 218 psMetadataAdd (recipe, PS_LIST_TAIL, "NAPMIFIT", PS_DATA_S32 | PS_META_REPLACE, "number of apresid stars", psf->nApResid); 219 219 220 // psLogMsg ("psphot.apresid", PS_LOG_INFO, "measure full-frame aperture residuals for %d of %d objects: %f sec\n", Nkeep, Npsf, psTimerMark ("psphot"));221 220 psLogMsg ("psphot.apresid", PS_LOG_DETAIL, "aperture residual: %f +/- %f\n", psf->ApResid, psf->dApResid); 221 psLogMsg ("psphot.apresid", PS_LOG_INFO, "measure full-frame aperture residuals for: %f sec\n", psTimerMark ("psphot.apresid")); 222 222 223 223 psFree (mag);
Note:
See TracChangeset
for help on using the changeset viewer.
