Changeset 10801 for trunk/psphot/src/psphotSkyReplace.c
- Timestamp:
- Dec 17, 2006, 12:49:47 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSkyReplace.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSkyReplace.c
r9270 r10801 4 4 // in order to successfully replace the sky, we must define a corresponding file... 5 5 bool psphotSkyReplace (pmConfig *config, pmFPAview *view) { 6 7 psTimerStart ("psphot"); 6 8 7 9 // find the currently selected readout … … 26 28 } 27 29 } 30 psLogMsg ("psphot.sky", PS_LOG_DETAIL, "replace background flux : %f sec\n", psTimerMark ("psphot")); 28 31 return true; 29 32 }
Note:
See TracChangeset
for help on using the changeset viewer.
