Changeset 15449 for trunk/psModules/src/imcombine/pmStackReject.c
- Timestamp:
- Nov 5, 2007, 10:16:27 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
r15443 r15449 58 58 psRegion *region = regions->data[i]; // Region of interest 59 59 psVector *solution = solutions->data[i]; // Solution of interest 60 if (!pmSubtractionConvolve(convRO, inRO, NULL, NULL, 0, region, solution, kernels, true,61 PM_SUBTRACTION_MODE_1 )) {60 if (!pmSubtractionConvolve(convRO, inRO, NULL, NULL, 0, region, solution, kernels, 61 PM_SUBTRACTION_MODE_1, true)) { 62 62 psError(PS_ERR_UNKNOWN, false, "Unable to convolve mask image in region %d.", i); 63 63 psFree(convRO);
Note:
See TracChangeset
for help on using the changeset viewer.
