- Timestamp:
- May 10, 2010, 5:24:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.20100506/src/psphotModelTest.c
r26894 r27909 3 3 4 4 // XXX add more test information? 5 bool psphotModelTest (pmConfig *config, const pmFPAview *view, psMetadata *recipe) {5 bool psphotModelTest (pmConfig *config, const pmFPAview *view, const char *filerule, psMetadata *recipe) { 6 6 7 7 bool status; … … 33 33 34 34 // use poissonian errors or local-sky errors 35 bool POISSON_ERRORS = psMetadataLookupBool (&status, recipe, "POISSON_ERRORS");35 bool POISSON_ERRORS = psMetadataLookupBool (&status, recipe, filerule); 36 36 if (!status) POISSON_ERRORS = true; 37 37 pmSourceFitModelInit (15, 0.1, 1.0, POISSON_ERRORS);
Note:
See TracChangeset
for help on using the changeset viewer.
