- Timestamp:
- Sep 7, 2012, 10:06:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/psphot/src/psphotFindDetections.c
r34404 r34415 45 45 psImageMaskType maskVal = psMetadataLookupImageMask(&status, recipe, "MASK.PSPHOT"); // Mask value for bad pixels 46 46 psAssert (maskVal, "missing mask value?"); 47 48 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set) 49 psImageMaskType markVal = psMetadataLookupImageMask(&status, recipe, "MARK.PSPHOT"); // Mask value for bad pixels 50 psAssert (markVal, "missing mark value?"); 51 52 maskVal |= markVal; 47 53 48 54 // Use the new pmFootprints approach?
Note:
See TracChangeset
for help on using the changeset viewer.
