Changeset 21183 for trunk/psphot/src/psphotMakeGrowthCurve.c
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMakeGrowthCurve.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMakeGrowthCurve.c
r20453 r21183 11 11 12 12 // bit-masks to test for good/bad pixels 13 ps MaskType maskVal = psMetadataLookupU8(&status, recipe, "MASK.PSPHOT");13 psImageMaskType maskVal = psMetadataLookupImageMask(&status, recipe, "MASK.PSPHOT"); 14 14 assert (maskVal); 15 15 16 16 // bit-mask to mark pixels not used in analysis 17 ps MaskType markVal = psMetadataLookupU8(&status, recipe, "MARK.PSPHOT");17 psImageMaskType markVal = psMetadataLookupImageMask(&status, recipe, "MARK.PSPHOT"); 18 18 assert (markVal); 19 19
Note:
See TracChangeset
for help on using the changeset viewer.
