Changeset 29551 for trunk/ppSub/src/ppSubConvolve.c
- Timestamp:
- Oct 25, 2010, 3:20:10 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubConvolve.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubConvolve.c
r28567 r29551 241 241 psThreadPoolInit(threads); 242 242 } 243 244 // Mask the NAN values (USE BLANK instead of SAT?) 245 if (!pmReadoutMaskInvalid(input, maskVal, maskBad)) { 246 psError(PPSUB_ERR_DATA, false, "Unable to mask non-finite pixels in input."); 247 return false; 248 } 249 if (!pmReadoutMaskInvalid(ref, maskVal, maskBad)) { 250 psError(PPSUB_ERR_DATA, false, "Unable to mask non-finite pixels in reference."); 251 return false; 252 } 253 243 254 if (!pmSubtractionMatchPrecalc(inConv, refConv, input, ref, inRO->analysis, 244 255 stride, kernelErr, covarFrac, maskVal, maskBad, maskPoor,
Note:
See TracChangeset
for help on using the changeset viewer.
