Changeset 20403
- Timestamp:
- Oct 26, 2008, 5:12:35 PM (18 years ago)
- Location:
- trunk/ppSim/src
- Files:
-
- 3 edited
-
ppSimPhotomReadout.c (modified) (1 diff)
-
ppSimPhotomReadoutFake.c (modified) (1 diff)
-
ppSimPhotomReadoutForce.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimPhotomReadout.c
r18011 r20403 109 109 110 110 // construct an initial model for each object 111 psphotGuessModels ( readout, realSources, recipe, psf);112 psphotGuessModels ( readout, fakeSources, recipe, psf);113 psphotGuessModels ( readout, forceSources, recipe, psf);111 psphotGuessModels (config, readout, realSources, psf); 112 psphotGuessModels (config, readout, fakeSources, psf); 113 psphotGuessModels (config, readout, forceSources, psf); 114 114 115 115 psArray *sources = NULL; -
trunk/ppSim/src/ppSimPhotomReadoutFake.c
r19926 r20403 88 88 89 89 // construct an initial model for each object 90 psphotGuessModels ( readout, realSources, recipe, psf);91 psphotGuessModels ( readout, fakeSources, recipe, psf);90 psphotGuessModels (config, readout, realSources, psf); 91 psphotGuessModels (config, readout, fakeSources, psf); 92 92 93 93 // linear fit to real + fake sources -
trunk/ppSim/src/ppSimPhotomReadoutForce.c
r19926 r20403 81 81 82 82 // construct an initial model for each object 83 psphotGuessModels ( readout, realSources, recipe, psf);84 psphotGuessModels ( readout, forceSources, recipe, psf);83 psphotGuessModels (config, readout, realSources, psf); 84 psphotGuessModels (config, readout, forceSources, psf); 85 85 86 86 // linear fit to real + force sources
Note:
See TracChangeset
for help on using the changeset viewer.
