Changeset 18216 for trunk/ppImage/src/ppImageRebinReadout.c
- Timestamp:
- Jun 19, 2008, 4:54:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageRebinReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageRebinReadout.c
r15944 r18216 87 87 for (int yIn = yOut * dY; (yIn < yOut * dY + dY) && (yIn < nY); yIn ++) { 88 88 for (int xIn = xOut * dX; (xIn < xOut * dX + dX) && (xIn < nX); xIn ++) { 89 if (input->mask && input->mask->data.U8[yIn][xIn]) continue; 89 90 value += input->image->data.F32[yIn][xIn]; 90 91 nPix ++;
Note:
See TracChangeset
for help on using the changeset viewer.
