Changeset 26898 for trunk/ppStack/src/ppStackOptions.c
- Timestamp:
- Feb 10, 2010, 7:41:23 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackOptions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackOptions.c
r26454 r26898 20 20 psFree(options->convVariances); 21 21 psFree(options->psf); 22 psFree(options->inputSeeing); 22 23 psFree(options->inputMask); 23 24 psFree(options->sourceLists); 24 25 psFree(options->norm); 26 psFree(options->sources); 25 27 psFree(options->cells); 26 28 psFree(options->kernels); … … 43 45 options->convolve = true; 44 46 options->matchZPs = true; 47 options->photometry = false; 45 48 options->stats = NULL; 46 49 options->statsFile = NULL; … … 54 57 options->num = 0; 55 58 options->psf = NULL; 59 options->inputSeeing = NULL; 60 options->targetSeeing = NAN; 56 61 options->inputMask = NULL; 57 62 options->sourceLists = NULL; 58 63 options->norm = NULL; 64 options->sources = NULL; 59 65 options->cells = NULL; 60 66 options->kernels = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
