- Timestamp:
- Feb 29, 2008, 2:16:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080229/psphot/src/psphotRoughClass.c
r15059 r16760 1 1 # include "psphotInternal.h" 2 2 3 # define CHECK_STATUS(S,MSG) { \ 3 4 if (!status) { \ … … 7 8 8 9 // 2006.02.02 : no leaks 9 bool psphotRoughClass (psArray *sources, psMetadata *recipe, const bool havePSF , psMaskType maskSat) {10 bool psphotRoughClass (psArray *sources, psMetadata *recipe, const bool havePSF) { 10 11 11 12 bool status; … … 13 14 14 15 psTimerStart ("psphot"); 16 17 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set) 18 psMaskType maskSat = psMetadataLookupU8(&status, recipe, "MASK.SAT"); // Mask value for bad pixels 19 assert (maskSat); 15 20 16 21 if (!havePSF) {
Note:
See TracChangeset
for help on using the changeset viewer.
