Changeset 21183 for trunk/psphot/src/psphotFindDetections.c
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindDetections.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindDetections.c
r20453 r21183 10 10 11 11 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set) 12 ps MaskType maskVal = psMetadataLookupU8(&status, recipe, "MASK.PSPHOT"); // Mask value for bad pixels12 psImageMaskType maskVal = psMetadataLookupImageMask(&status, recipe, "MASK.PSPHOT"); // Mask value for bad pixels 13 13 assert (maskVal); 14 14
Note:
See TracChangeset
for help on using the changeset viewer.
