Changeset 4901 for trunk/psphot/src/image_stats.c
- Timestamp:
- Aug 29, 2005, 5:44:55 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/image_stats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/image_stats.c
r4642 r4901 36 36 stats = psVectorStats (stats, subset, NULL, NULL, 0); // use a mask? 37 37 psFree (subset); 38 psFree (rnd) 38 psFree (rnd); 39 39 } 40 40 … … 52 52 psLogMsg ("psphot", 3, "background: %f +/- %f\n", sky->sampleMean, sky->sampleStdev); 53 53 54 psFree (stats); 54 55 return (sky); 55 56 }
Note:
See TracChangeset
for help on using the changeset viewer.
