- Timestamp:
- Mar 5, 2009, 11:13:29 AM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090215
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/detrend/pmFlatField.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090215
-
branches/cnb_branches/cnb_branch_20090215/psModules/src/detrend/pmFlatField.c
r21456 r23197 43 43 44 44 // Using i,j for image; x,y for flat. 45 for (int j = rowStart, y = yOffset; j < rowStop; j++, y++) {45 for (int j = rowStart, y = rowStart + yOffset; j < rowStop; j++, y++) { 46 46 for (int i = 0, x = xOffset; i < numCols; i++, x++) { 47 47 float flatValue = 1.0 / flatImage->data.F32[y][x];
Note:
See TracChangeset
for help on using the changeset viewer.
