Changeset 5828 for trunk/psphot/src/psphotImageStats.c
- Timestamp:
- Dec 22, 2005, 4:20:27 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotImageStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotImageStats.c
r5058 r5828 49 49 sky->sampleStdev = sqrt(sky->sampleMean/GAIN + PS_SQR(NOISE)); 50 50 51 psLogMsg ("psphot", 4, " stats: %f sec\n", psTimerMark ("psphot"));52 psLogMsg ("psphot", 3, " background: %f +/- %f\n", sky->sampleMean, sky->sampleStdev);51 psLogMsg ("psphot", 4, "background: %f +/- %f\n", sky->sampleMean, sky->sampleStdev); 52 psLogMsg ("psphot", 3, "image stats: %f sec\n", psTimerMark ("psphot")); 53 53 54 54 psFree (stats);
Note:
See TracChangeset
for help on using the changeset viewer.
