- Timestamp:
- Jan 6, 2009, 7:13:34 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psphot/src/psphotGuessModels.c
r20453 r21087 40 40 41 41 // bit-masks to test for good/bad pixels 42 ps MaskType maskVal = psMetadataLookupU8(&status, recipe, "MASK.PSPHOT");42 psImageMaskType maskVal = psMetadataLookupImageMask(&status, recipe, "MASK.PSPHOT"); 43 43 assert (maskVal); 44 44 45 45 // bit-mask to mark pixels not used in analysis 46 ps MaskType markVal = psMetadataLookupU8(&status, recipe, "MARK.PSPHOT");46 psImageMaskType markVal = psMetadataLookupImageMask(&status, recipe, "MARK.PSPHOT"); 47 47 assert (markVal); 48 48 … … 177 177 pmPSF *psf = args->psf; 178 178 psRegion *region = args->region; 179 ps MaskType maskVal = args->maskVal;180 ps MaskType markVal = args->markVal;179 psImageMaskType maskVal = args->maskVal; 180 psImageMaskType markVal = args->markVal; 181 181 182 182 int nSrc = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
