Changeset 5049 for trunk/psphot/src/psphot.c
- Timestamp:
- Sep 13, 2005, 4:06:55 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r4946 r5049 4 4 5 5 psMetadata *config = NULL; 6 psImageData*imdata = NULL;6 eamReadout *imdata = NULL; 7 7 psArray *sources = NULL; 8 8 psArray *peaks = NULL; … … 14 14 15 15 // load input data (image and config) 16 // create or load mask and noiseimages16 // create or load mask and weight images 17 17 // we have memory leaks here -- may be from psMetadata 18 18 imdata = psphotSetup (config);
Note:
See TracChangeset
for help on using the changeset viewer.
