Changeset 34294
- Timestamp:
- Aug 6, 2012, 11:07:35 AM (14 years ago)
- File:
-
- 1 edited
-
tags/ipp-20120802/psphot/src/psphotMaskReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20120802/psphot/src/psphotMaskReadout.c
r34086 r34294 58 58 return false; 59 59 } 60 } 61 62 // insure than any non-finite pixels in image or variance are masked 63 // get the PSPHOT.MASK value from the config 64 psImageMaskType maskValue; 65 if (!pmConfigMaskSetBits (&maskValue, NULL, config)) { 66 psError (PS_ERR_UNKNOWN, false, "Unable to define the mask bit values"); 67 return false; 68 } 69 if (!pmReadoutMaskInvalid(readout, maskValue, maskSat)) { 70 psError (PS_ERR_UNKNOWN, false, "Unable to mask invalid pixels in readout."); 71 return false; 60 72 } 61 73
Note:
See TracChangeset
for help on using the changeset viewer.
