Changeset 20453 for trunk/psphot/src/psphotSourceStats.c
- Timestamp:
- Oct 28, 2008, 3:05:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceStats.c
r19910 r20453 7 7 float BIG_RADIUS; 8 8 9 psTimerStart ("psphot ");9 psTimerStart ("psphot.stats"); 10 10 11 11 // bit-masks to test for good/bad pixels … … 119 119 } 120 120 121 psLogMsg ("psphot", PS_LOG_INFO, "%ld sources, %d moments, %d failed: %f sec\n", sources->n, Nmoments, Nfail, psTimerMark ("psphot "));121 psLogMsg ("psphot", PS_LOG_INFO, "%ld sources, %d moments, %d failed: %f sec\n", sources->n, Nmoments, Nfail, psTimerMark ("psphot.stats")); 122 122 123 123 psphotVisualShowMoments (sources);
Note:
See TracChangeset
for help on using the changeset viewer.
