IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7628


Ignore:
Timestamp:
Jun 21, 2006, 2:59:02 PM (20 years ago)
Author:
Paul Price
Message:

More cleaning up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMosaic.c

    r7627 r7628  
    486486                    for (int j = 0; j < yBinSource->data.S32[i]; j++) {                                      \
    487487                        int yTarget = (int)(yTargetBase + yParity * (float)j / (float)yBinTarget);           \
    488                         for (int k = 0; k < xBinSource->data.S32[k]; k++) {                                  \
     488                        for (int k = 0; k < xBinSource->data.S32[i]; k++) {                                  \
    489489                            int xTarget = (int)(xTargetBase + xParity * (float)k / (float)xBinTarget);       \
    490490                            mosaic->data.TYPE[yTarget][xTarget] += image->data.TYPE[y][x];                   \
Note: See TracChangeset for help on using the changeset viewer.