Changeset 14636
- Timestamp:
- Aug 23, 2007, 11:47:39 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStackReject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStackReject.c
r14632 r14636 90 90 91 91 // Threshold the convolved image 92 psPixels *bad = NULL;// List of pixels that should be masked92 psPixels *bad = psPixelsAllocEmpty(PIXEL_LIST_BUFFER); // List of pixels that should be masked 93 93 for (int y = 0; y < numRows; y++) { 94 94 for (int x = 0; x < numCols; x++) {
Note:
See TracChangeset
for help on using the changeset viewer.
