Changeset 20505 for trunk/psModules/src/imcombine/pmStackReject.c
- Timestamp:
- Oct 31, 2008, 5:36:01 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
r20420 r20505 168 168 psRegion *region = subRegions->data[i]; // Region of interest 169 169 pmSubtractionKernels *kernels = subKernels->data[i]; // Kernel of interest 170 if (!pmSubtractionConvolve(convRO, NULL, inRO, NULL, NULL, 0, 0, 1.0, region, kernels, false, true)) { 170 if (!pmSubtractionConvolve(convRO, NULL, inRO, NULL, NULL, 0, 0, 1.0, NAN, 171 region, kernels, false, true)) { 171 172 psError(PS_ERR_UNKNOWN, false, "Unable to convolve mask image in region %d.", i); 172 173 psFree(convRO);
Note:
See TracChangeset
for help on using the changeset viewer.
