Changeset 23973 for trunk/psModules/src/imcombine/pmPSFEnvelope.c
- Timestamp:
- Apr 24, 2009, 2:46:14 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmPSFEnvelope.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmPSFEnvelope.c
r23961 r23973 33 33 34 34 35 //#define TESTING // Enable test output35 #define TESTING // Enable test output 36 36 #define PEAK_FLUX 1.0e4 // Peak flux for each source 37 37 #define SKY_VALUE 0.0e0 // Sky value for fake image … … 298 298 } 299 299 300 if (!pmSourceMoments(source, radius)) {300 if (!pmSourceMoments(source, maxRadius)) { 301 301 // Can't do anything about it; limp along as best we can 302 302 psErrorClear(); … … 319 319 options->poissonErrorsParams = true; 320 320 options->stats = psStatsAlloc(PSF_STATS); 321 options->radius = radius;321 options->radius = maxRadius; 322 322 options->psfTrendMode = PM_TREND_MAP; 323 323 options->psfTrendNx = xOrder;
Note:
See TracChangeset
for help on using the changeset viewer.
