Changeset 19168 for trunk/psModules/src/imcombine/pmPSFEnvelope.c
- Timestamp:
- Aug 22, 2008, 1:43:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmPSFEnvelope.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmPSFEnvelope.c
r19009 r19168 31 31 32 32 33 //#define TESTING // Enable test output33 #define TESTING // Enable test output 34 34 #define PEAK_FLUX 1.0e4 // Peak flux for each source 35 35 #define SKY_VALUE 0.0e0 // Sky value for fake image … … 37 37 #define WEIGHT_FACTOR 10.0 // Factor to multiply image by to get weighting 38 38 #define PSF_STATS PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_STDEV // Statistics options for measuring PSF 39 39 #define SOURCE_FIT_ITERATIONS 100 // Number of iterations for source fitting 40 40 41 41 … … 277 277 options->psfFieldYo = 0; 278 278 279 pmSourceFitModelInit( 50, 0.01, WEIGHT_VAL, true);279 pmSourceFitModelInit(SOURCE_FIT_ITERATIONS, 0.01, WEIGHT_VAL, true); 280 280 281 281 pmPSFtry *try = pmPSFtryModel(fakes, modelName, options, 0, 0xff);
Note:
See TracChangeset
for help on using the changeset viewer.
