- Timestamp:
- Sep 23, 2010, 7:04:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/ppSub/src/ppSubSetMasks.c
r26982 r29216 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.
