Changeset 16419 for trunk/psModules/src/imcombine/pmStackReject.c
- Timestamp:
- Feb 12, 2008, 4:53:39 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStackReject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStackReject.c
r16403 r16419 113 113 114 114 // Now, grow the mask to include everything that touches a bad pixel in the convolution 115 mask = psPixelsToMask(NULL, bad, psRegionSet(0, numCols , 0, numRows), 0xff);115 mask = psPixelsToMask(NULL, bad, psRegionSet(0, numCols - 1, 0, numRows - 1), 0xff); 116 116 for (int i = 0; i < bad->n; i++) { 117 117 int xPix = bad->data[i].x, yPix = bad->data[i].y; // Coordinates of interest
Note:
See TracChangeset
for help on using the changeset viewer.
