- Timestamp:
- Jan 7, 2010, 5:07:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot/src/psphotForcedReadout.c
r25981 r26542 20 20 21 21 // set the photcode for this image 22 if (!psphotAddPhotcode ( recipe, config, view, "PSPHOT.INPUT")) {22 if (!psphotAddPhotcode (config, view)) { 23 23 psError (PSPHOT_ERR_CONFIG, false, "trouble defining the photcode"); 24 24 return false; … … 34 34 35 35 // Generate the mask and weight images, including the user-defined analysis region of interest 36 psphotSetMaskAndVariance (config, readout, recipe);36 psphotSetMaskAndVariance (config, view, recipe); 37 37 if (!strcasecmp (breakPt, "NOTHING")) { 38 38 return psphotReadoutCleanup(config, readout, recipe, NULL, NULL, NULL); … … 43 43 44 44 // generate a background model (median, smoothed image) 45 if (!psphotModelBackground (config, view , "PSPHOT.INPUT")) {45 if (!psphotModelBackground (config, view)) { 46 46 return psphotReadoutCleanup (config, readout, recipe, NULL, NULL, NULL); 47 47 } 48 if (!psphotSubtractBackground (config, view , "PSPHOT.INPUT")) {48 if (!psphotSubtractBackground (config, view)) { 49 49 return psphotReadoutCleanup (config, readout, recipe, NULL, NULL, NULL); 50 50 }
Note:
See TracChangeset
for help on using the changeset viewer.
