IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2005, 9:49:41 AM (21 years ago)
Author:
eugene
Message:

mods to keep up-to-date with psLib changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotDefinePixels.c

    r5049 r5134  
    1111    // Grab a subimage of the original image of size (2 * outerRadius).
    1212    srcRegion = psRegionForSquare (x, y, Radius);
    13     srcRegion = psRegionForImage (imdata->image, &srcRegion);
     13    srcRegion = psRegionForImage (imdata->image, srcRegion);
    1414
    1515    mySource->pixels = psImageSubset(imdata->image, srcRegion);
Note: See TracChangeset for help on using the changeset viewer.