Changeset 16820 for trunk/psphot/src/psphotModelTest.c
- Timestamp:
- Mar 4, 2008, 3:10:25 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotModelTest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotModelTest.c
r14799 r16820 3 3 4 4 // XXX add more test information? 5 bool psphotModelTest (pmConfig *config, const pmFPAview *view, psMetadata *recipe , psMaskType maskVal, psMaskType mark) {5 bool psphotModelTest (pmConfig *config, const pmFPAview *view, psMetadata *recipe) { 6 6 7 7 bool status; … … 11 11 pmPSF *psf = NULL; 12 12 pmSourceFitMode fitMode; 13 14 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set) 15 psMaskType maskVal = psMetadataLookupU8(&status, recipe, "MASK.PSPHOT"); // Mask value for bad pixels 16 psMaskType mark = psMetadataLookupU8(&status, recipe, "MASK.MARK"); // Mask value for bad pixels 17 assert (maskVal); 18 assert (mark); 13 19 14 20 // run model fitting tests on a single source?
Note:
See TracChangeset
for help on using the changeset viewer.
