IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2009, 5:30:42 PM (17 years ago)
Author:
Paul Price
Message:

Fixing whoops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmPSFEnvelope.c

    r25489 r25490  
    252252        int xFake = source->peak->x + xOffset->data.S32[i];
    253253        int yFake = source->peak->y + yOffset->data.S32[i];
    254         psRegion region = psRegionSet(xFake - maxRadius, xFake + maxRadius,
    255                                       yFake - maxRadius, yFake + maxRadius); // PSF region
     254        psRegion region = psRegionSet(xFake - radius, xFake + radius,
     255                                      yFake - radius, yFake + radius); // PSF region
    256256        psImage *subImage = psImageSubset(envelope, region); // Subimage of fake PSF
    257257
Note: See TracChangeset for help on using the changeset viewer.