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