Changeset 6056 for trunk/psphot/src/psphotImageStats.c
- Timestamp:
- Jan 19, 2006, 2:55:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotImageStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotImageStats.c
r5828 r6056 1 1 # include "psphot.h" 2 2 3 psStats *psphotImageStats ( eamReadout *imdata, psMetadata *config)3 psStats *psphotImageStats (pmReadout *readout, psMetadata *config) 4 4 { 5 5 psStats *stats = NULL; 6 6 psStats *sky = NULL; 7 7 8 psImage *image = imdata->image;8 psImage *image = readout->image; 9 9 10 10 // get image stats on a subset of the image (random 1e5 pts)
Note:
See TracChangeset
for help on using the changeset viewer.
