- Timestamp:
- Jan 6, 2009, 7:13:34 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psphot/src/psphotMagnitudes.c
r20453 r21087 17 17 18 18 // bit-masks to test for good/bad pixels 19 ps MaskType maskVal = psMetadataLookupU8(&status, recipe, "MASK.PSPHOT");19 psImageMaskType maskVal = psMetadataLookupImageMask(&status, recipe, "MASK.PSPHOT"); 20 20 assert (maskVal); 21 21 22 22 // bit-mask to mark pixels not used in analysis 23 ps MaskType markVal = psMetadataLookupU8(&status, recipe, "MARK.PSPHOT");23 psImageMaskType markVal = psMetadataLookupImageMask(&status, recipe, "MARK.PSPHOT"); 24 24 assert (markVal); 25 25
Note:
See TracChangeset
for help on using the changeset viewer.
