Changeset 21170
- Timestamp:
- Jan 26, 2009, 11:47:33 AM (17 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
r20403 r21170 142 142 // calculate source magnitudes (for which set??) 143 143 pmReadout *background = psphotSelectBackground (config, view, false); 144 psphotMagnitudes( fakeSources, recipe, psf, background);145 psphotMagnitudes( forceSources, recipe, psf, background);144 psphotMagnitudes(config, background, view, fakeSources, psf); 145 psphotMagnitudes(config, background, view, forceSources, psf); 146 146 147 147 // drop the references to the image pixels held by each source -
trunk/ppSim/src/ppSimPhotomReadoutFake.c
r20403 r21170 98 98 99 99 // calculate source magnitudes (for which set??) 100 psphotMagnitudes(config, view, fakeSources, recipe, psf);100 psphotMagnitudes(config, readout, view, fakeSources, psf); 101 101 102 102 // drop the references to the image pixels held by each source -
trunk/ppSim/src/ppSimPhotomReadoutForce.c
r20403 r21170 91 91 92 92 // calculate source magnitudes (for which set??) 93 psphotMagnitudes(config, view, forceSources, recipe, psf);93 psphotMagnitudes(config, readout, view, forceSources, psf); 94 94 95 95 // drop the references to the image pixels held by each source
Note:
See TracChangeset
for help on using the changeset viewer.
