Changeset 29551 for trunk/ppSub/src/ppSubSetMasks.c
- Timestamp:
- Oct 25, 2010, 3:20:10 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubSetMasks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubSetMasks.c
r26982 r29551 77 77 } 78 78 79 // Mask the NAN values 80 if (!pmReadoutMask Nonfinite(inRO, satValue)) {79 // Mask the NAN values (USE BLANK instead of SAT?) 80 if (!pmReadoutMaskInvalid(inRO, maskValue, satValue)) { 81 81 psError(PPSUB_ERR_DATA, false, "Unable to mask non-finite pixels in input."); 82 82 return false; 83 83 } 84 if (!pmReadoutMask Nonfinite(refRO, satValue)) {84 if (!pmReadoutMaskInvalid(refRO, maskValue, satValue)) { 85 85 psError(PPSUB_ERR_DATA, false, "Unable to mask non-finite pixels in reference."); 86 86 return false; 87 87 } 88 89 88 90 89 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.
