- Timestamp:
- Jan 1, 2009, 7:13:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psModules/src/camera/pmFPABin.c
r20442 r21079 9 9 #include "pmFPABin.h" 10 10 11 bool pmReadoutRebin(pmReadout *out, const pmReadout *in, ps MaskType maskVal, int xBin, int yBin)11 bool pmReadoutRebin(pmReadout *out, const pmReadout *in, psImageMaskType maskVal, int xBin, int yBin) 12 12 { 13 13 PM_ASSERT_READOUT_NON_NULL(out, false); … … 50 50 for (int y = yStart; y < yStop; y++) { 51 51 for (int x = xStart; x < xStop; x++) { 52 if (inMask && (inMask->data.PS_TYPE_ MASK_DATA[y][x] & maskVal)) {52 if (inMask && (inMask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] & maskVal)) { 53 53 continue; 54 54 }
Note:
See TracChangeset
for help on using the changeset viewer.
