Changeset 26900 for trunk/ppSim/src/ppSimPhotomReadoutForce.c
- Timestamp:
- Feb 10, 2010, 7:42:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimPhotomReadoutForce.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimPhotomReadoutForce.c
r21365 r26900 14 14 # if 0 15 15 // set the photcode for this image 16 if (!psphotAddPhotcode (recipe, config, view, "PPSIM.FAKE.CHIP")) {16 if (!psphotAddPhotcodeReadout (recipe, config, view, "PPSIM.FAKE.CHIP", 0)) { 17 17 psError (PSPHOT_ERR_CONFIG, false, "trouble defining the photcode"); 18 18 return false; … … 36 36 37 37 // Generate the mask and variance images, including the user-defined analysis region of interest 38 psphotSetMaskAndVariance (config, readout, recipe);38 psphotSetMaskAndVariance (config, view, recipe); 39 39 40 40 // XXX need to define the source pixels … … 58 58 59 59 // generate a background model (median, smoothed image) 60 if (!psphotModelBackground (config, view, "PPSIM.FORCE.CHIP")) {60 if (!psphotModelBackgroundReadoutFileIndex (config, view, "PPSIM.FORCE.CHIP", 0)) { 61 61 return psphotReadoutCleanup (config, readout, recipe, NULL, NULL, NULL); 62 62 } 63 if (!psphotSubtractBackground (config, view, "PPSIM.FORCE.CHIP")) {63 if (!psphotSubtractBackgroundReadout (config, view, "PPSIM.FORCE.CHIP", 0)) { 64 64 return psphotReadoutCleanup (config, readout, recipe, NULL, NULL, NULL); 65 65 }
Note:
See TracChangeset
for help on using the changeset viewer.
