Changeset 28013 for trunk/psphot/src/psphotModelTest.c
- Timestamp:
- May 18, 2010, 4:11:53 PM (16 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotModelTest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
-
Property svn:mergeinfo
set to
/branches/eam_branches/psphot.20100506 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/psphot/src/psphotModelTest.c
r26894 r28013 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.
