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