Changeset 14701 for trunk/psModules/src/imcombine/pmStackReject.c
- Timestamp:
- Aug 29, 2007, 5:50:28 PM (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
r14636 r14701 56 56 psRegion *region = regions->data[i]; // Region of interest 57 57 psVector *solution = solutions->data[i]; // Solution of interest 58 if (!pmSubtractionConvolve(&convolved, NULL, NULL, image, NULL, NULL, 0, region, solution, kernels)) { 58 if (!pmSubtractionConvolve(&convolved, NULL, NULL, image, NULL, NULL, 0, 59 region, solution, kernels, true)) { 59 60 psError(PS_ERR_UNKNOWN, false, "Unable to convolve mask image in region %d.", i); 60 61 psFree(convolved);
Note:
See TracChangeset
for help on using the changeset viewer.
