- Timestamp:
- Jun 6, 2011, 1:56:22 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110404/psphot (added) merged: 31313-31314,31328,31337,31362,31364,31381,31384,31437,31444
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/psphot/src/psphotReplaceUnfit.c
r31154 r31606 67 67 psAssert (maskVal, "missing mask value?"); 68 68 69 // bit-mask to mark pixels not used in analysis 70 psImageMaskType markVal = psMetadataLookupImageMask(&status, recipe, "MARK.PSPHOT"); 71 assert (markVal); 72 73 // maskVal is used to test for rejected pixels, and must include markVal 74 maskVal |= markVal; 75 69 76 for (int i = 0; i < sources->n; i++) { 70 77 source = sources->data[i];
Note:
See TracChangeset
for help on using the changeset viewer.
