- Timestamp:
- Jan 7, 2010, 5:07:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot/src/psphotReadout.c
r25755 r26542 28 28 29 29 // set the photcode for this image 30 if (!psphotAddPhotcode ( recipe, config, view, "PSPHOT.INPUT")) {30 if (!psphotAddPhotcode (config, view)) { 31 31 psError (PSPHOT_ERR_CONFIG, false, "trouble defining the photcode"); 32 32 return false; … … 42 42 43 43 // Generate the mask and weight images, including the user-defined analysis region of interest 44 psphotSetMaskAndVariance (config, readout, recipe);44 psphotSetMaskAndVariance (config, view, recipe); 45 45 if (!strcasecmp (breakPt, "NOTHING")) { 46 46 return psphotReadoutCleanup(config, readout, recipe, NULL, NULL, NULL); … … 51 51 52 52 // generate a background model (median, smoothed image) 53 if (!psphotModelBackground (config, view , "PSPHOT.INPUT")) {53 if (!psphotModelBackground (config, view)) { 54 54 return psphotReadoutCleanup (config, readout, recipe, NULL, NULL, NULL); 55 55 } 56 if (!psphotSubtractBackground (config, view , "PSPHOT.INPUT")) {56 if (!psphotSubtractBackground (config, view)) { 57 57 return psphotReadoutCleanup (config, readout, recipe, NULL, NULL, NULL); 58 58 }
Note:
See TracChangeset
for help on using the changeset viewer.
