- Timestamp:
- Sep 5, 2012, 4:04:34 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120805/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/psphot
- Property svn:mergeinfo changed
/trunk/psphot (added) merged: 34293,34307,34311,34317,34319,34321,34336,34338,34352-34354,34363
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120805/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src (added) merged: 34293,34307,34311,34317,34319,34321,34336,34338,34352-34354,34363
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120805/psphot/src/psphotMaskReadout.c
r34086 r34399 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.
