Changeset 20453 for trunk/psphot/src/psphotSkyReplace.c
- Timestamp:
- Oct 28, 2008, 3:05:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSkyReplace.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSkyReplace.c
r13411 r20453 5 5 bool psphotSkyReplace (pmConfig *config, const pmFPAview *view) { 6 6 7 psTimerStart ("psphot ");7 psTimerStart ("psphot.skyreplace"); 8 8 9 9 // find the currently selected readout … … 28 28 } 29 29 } 30 psLogMsg ("psphot.sky", PS_LOG_DETAIL, "replace background flux : %f sec\n", psTimerMark ("psphot "));30 psLogMsg ("psphot.sky", PS_LOG_DETAIL, "replace background flux : %f sec\n", psTimerMark ("psphot.skyreplace")); 31 31 return true; 32 32 }
Note:
See TracChangeset
for help on using the changeset viewer.
