Changeset 20453 for trunk/psphot/src/psphotModelBackground.c
- Timestamp:
- Oct 28, 2008, 3:05:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotModelBackground.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotModelBackground.c
r18833 r20453 9 9 static char *defaultStatsName = "FITTED_MEAN"; 10 10 11 psTimerStart ("psphot ");11 psTimerStart ("psphot.background"); 12 12 13 13 // find the currently selected readout … … 283 283 } 284 284 285 psLogMsg ("psphot", PS_LOG_ MINUTIA, "build median image: %f sec\n", psTimerMark ("psphot"));285 psLogMsg ("psphot", PS_LOG_INFO, "built background image: %f sec\n", psTimerMark ("psphot.background")); 286 286 287 287 psMetadataAddF32(recipe, PS_LIST_TAIL, "SKY_MEAN", PS_META_REPLACE, "sky mean", Value);
Note:
See TracChangeset
for help on using the changeset viewer.
