- Timestamp:
- May 8, 2010, 10:16:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.20100506/src/psphotStackOptions.c
r27876 r27883 1 1 # include "psphotInternal.h" 2 3 typedef enum {4 PSPHOT_CNV_SRC_NONE,5 PSPHOT_CNV_SRC_AUTO,6 PSPHOT_CNV_SRC_CNV,7 PSPHOT_CNV_SRC_RAW,8 } psphotStackConvolveSource;9 2 10 3 static void psphotStackOptionsFree (psphotStackOptions *options) { … … 35 28 options->psf = NULL; 36 29 options->convolve = false; 30 options->convolveSource = PSPHOT_CNV_SRC_NONE; 37 31 38 32 options->psfs = psArrayAlloc(num);
Note:
See TracChangeset
for help on using the changeset viewer.
