Changeset 19926
- Timestamp:
- Oct 6, 2008, 11:40:48 AM (18 years ago)
- Location:
- trunk/ppSim/src
- Files:
-
- 2 edited
-
ppSimPhotomReadoutFake.c (modified) (1 diff)
-
ppSimPhotomReadoutForce.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimPhotomReadoutFake.c
r18011 r19926 98 98 99 99 // calculate source magnitudes (for which set??) 100 pmReadout *background = psphotSelectBackground (config, view, false); 101 psphotMagnitudes(fakeSources, recipe, psf, background); 100 psphotMagnitudes(config, view, fakeSources, recipe, psf); 102 101 103 102 // drop the references to the image pixels held by each source -
trunk/ppSim/src/ppSimPhotomReadoutForce.c
r18011 r19926 91 91 92 92 // calculate source magnitudes (for which set??) 93 pmReadout *background = psphotSelectBackground (config, view, false); 94 psphotMagnitudes(forceSources, recipe, psf, background); 93 psphotMagnitudes(config, view, forceSources, recipe, psf); 95 94 96 95 // drop the references to the image pixels held by each source
Note:
See TracChangeset
for help on using the changeset viewer.
