Changeset 25313 for trunk/psModules/src/imcombine/pmPSFEnvelope.c
- Timestamp:
- Sep 10, 2009, 11:15:20 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmPSFEnvelope.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmPSFEnvelope.c
r24622 r25313 124 124 pmResiduals *resid = psf->residuals;// PSF residuals 125 125 psf->residuals = NULL; 126 if (!pmReadoutFakeFromSources(fakeRO, fakeSize, fakeSize, fakes, xOffset, yOffset, psf,126 if (!pmReadoutFakeFromSources(fakeRO, fakeSize, fakeSize, fakes, 0, xOffset, yOffset, psf, 127 127 NAN, radius, true, true)) { 128 128 psError(PS_ERR_UNKNOWN, false, "Unable to generate fake readout."); … … 298 298 } 299 299 300 // measure the source moments: tophat windowing, no pixel S/N cutoff300 // measure the source moments: tophat windowing, no pixel S/N cutoff 301 301 if (!pmSourceMoments(source, maxRadius, 0.0, 1.0)) { 302 302 // Can't do anything about it; limp along as best we can
Note:
See TracChangeset
for help on using the changeset viewer.
