Changeset 21183 for trunk/psphot/src/psphotSourceStats.c
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceStats.c
r21166 r21183 17 17 nThreads = 0; 18 18 } 19 // nThreads = 0; // XXX until testing is complete, do not thread this function20 19 21 20 // determine properties (sky, moments) of initial sources … … 144 143 145 144 // bit-masks to test for good/bad pixels 146 ps MaskType maskVal = psMetadataLookupU8(&status, recipe, "MASK.PSPHOT");145 psImageMaskType maskVal = psMetadataLookupImageMask(&status, recipe, "MASK.PSPHOT"); 147 146 assert (maskVal); 148 147 149 148 // bit-mask to mark pixels not used in analysis 150 ps MaskType markVal = psMetadataLookupU8(&status, recipe, "MARK.PSPHOT");149 psImageMaskType markVal = psMetadataLookupImageMask(&status, recipe, "MARK.PSPHOT"); 151 150 assert (markVal); 152 151
Note:
See TracChangeset
for help on using the changeset viewer.
