IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19709


Ignore:
Timestamp:
Sep 23, 2008, 2:04:32 PM (18 years ago)
Author:
Paul Price
Message:

Wasn't iterating properly.

File:
1 edited

Legend:

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

    r19708 r19709  
    5151
    5252            outImage->data.F32[yOut][xOut] = numPix > 0 ? sum / numPix : NAN;
     53            xStart = xStop;
    5354        }
     55        yStart = yStop;
    5456    }
    5557
Note: See TracChangeset for help on using the changeset viewer.