Changeset 14314
- Timestamp:
- Jul 18, 2007, 5:36:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.c
r14313 r14314 4 4 * @author GLG, MHPCC 5 5 * 6 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-07-19 0 2:33:33$6 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-07-19 03:36:06 $ 8 8 * 9 9 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 1085 1085 for (int y = j; y < j + fullSize; y++) { 1086 1086 for (int x = i; x < i + fullSize; x++) { 1087 convImage->data.F32[y][x] = background;1088 1089 1087 // Check and propagate the kernel footprint, if required 1090 1088 if (subMask && (subMask->data.PS_TYPE_MASK_DATA[y][x] & … … 1097 1095 } else { 1098 1096 // Convolve the image 1097 convImage->data.F32[y][x] = background; 1099 1098 for (int v = -size; v <= size; v++) { 1100 1099 for (int u = -size; u <= size; u++) {
Note:
See TracChangeset
for help on using the changeset viewer.
