IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2007, 4:11:47 PM (19 years ago)
Author:
Paul Price
Message:

Last pixel not necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r13382 r13392  
    143143    // Generate image with convolution kernels
    144144    int fullSize = 2 * size + 1 + 1;    // Full size of kernel
    145     psImage *convKernels = psImageAlloc(5 * fullSize, 5 * fullSize, PS_TYPE_F32);
     145    psImage *convKernels = psImageAlloc(5 * fullSize - 1, 5 * fullSize - 1, PS_TYPE_F32);
    146146    psImageInit(convKernels, NAN);
    147147    for (int j = -2; j <= 2; j++) {
Note: See TracChangeset for help on using the changeset viewer.