Changeset 20453 for trunk/psphot/src/psphotMagnitudes.c
- Timestamp:
- Oct 28, 2008, 3:05:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMagnitudes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMagnitudes.c
r20069 r20453 6 6 int Nap = 0; 7 7 8 psTimerStart ("psphot ");8 psTimerStart ("psphot.mags"); 9 9 10 10 pmReadout *backModel = psphotSelectBackground (config, view); … … 60 60 } 61 61 62 psLogMsg ("psphot.magnitudes", PS_LOG_DETAIL, "measure magnitudes : %f sec for %ld objects (%d with apertures)\n", psTimerMark ("psphot "), sources->n, Nap);62 psLogMsg ("psphot.magnitudes", PS_LOG_DETAIL, "measure magnitudes : %f sec for %ld objects (%d with apertures)\n", psTimerMark ("psphot.mags"), sources->n, Nap); 63 63 return true; 64 64 }
Note:
See TracChangeset
for help on using the changeset viewer.
