Changeset 16820 for trunk/psphot/src/psphotApResid.c
- Timestamp:
- Mar 4, 2008, 3:10:25 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApResid.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r15143 r16820 3 3 # define SKIPSTAR(MSG) { psTrace ("psphot", 3, "invalid : %s", MSG); continue; } 4 4 // measure the aperture residual statistics and 2D variations 5 bool psphotApResid (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf, psMaskType maskVal, psMaskType mark) 5 6 bool psphotApResid (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf) 6 7 { 7 8 int Nfail = 0; … … 19 20 20 21 psTimerStart ("psphot"); 22 23 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set) 24 psMaskType maskVal = psMetadataLookupU8(&status, recipe, "MASK.PSPHOT"); // Mask value for bad pixels 25 assert (maskVal); 26 27 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set) 28 psMaskType mark = psMetadataLookupU8(&status, recipe, "MASK.MARK"); // Mask value for bad pixels 29 assert (mark); 21 30 22 31 // S/N limit to perform full non-linear fits
Note:
See TracChangeset
for help on using the changeset viewer.
