Changeset 20453 for trunk/psphot/src/psphotBasicDeblend.c
- Timestamp:
- Oct 28, 2008, 3:05:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotBasicDeblend.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotBasicDeblend.c
r13006 r20453 10 10 int Nblend = 0; 11 11 12 psTimerStart ("psphot ");12 psTimerStart ("psphot.deblend.basic"); 13 13 14 14 float FRACTION = psMetadataLookupF32 (&status, recipe, "DEBLEND_PEAK_FRACTION"); … … 122 122 psFree (contour); 123 123 } 124 psLogMsg ("psphot.deblend", PS_LOG_INFO, "identified %d blended objects: %f sec\n", Nblend, psTimerMark ("psphot "));124 psLogMsg ("psphot.deblend", PS_LOG_INFO, "identified %d blended objects: %f sec\n", Nblend, psTimerMark ("psphot.deblend.basic")); 125 125 126 126 psFree (SN);
Note:
See TracChangeset
for help on using the changeset viewer.
