Changeset 25490
- Timestamp:
- Sep 22, 2009, 5:30:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmPSFEnvelope.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmPSFEnvelope.c
r25489 r25490 252 252 int xFake = source->peak->x + xOffset->data.S32[i]; 253 253 int yFake = source->peak->y + yOffset->data.S32[i]; 254 psRegion region = psRegionSet(xFake - maxRadius, xFake + maxRadius,255 yFake - maxRadius, yFake + maxRadius); // PSF region254 psRegion region = psRegionSet(xFake - radius, xFake + radius, 255 yFake - radius, yFake + radius); // PSF region 256 256 psImage *subImage = psImageSubset(envelope, region); // Subimage of fake PSF 257 257
Note:
See TracChangeset
for help on using the changeset viewer.
