- Timestamp:
- Jan 7, 2010, 5:07:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot/src/psphotReadoutFindPSF.c
r26421 r26542 14 14 } 15 15 16 // set the photcode for th is image17 if (!psphotAddPhotcode( recipe, config, view, "PSPHOT.INPUT")) {16 // set the photcode for the PSPHOT.INPUT 17 if (!psphotAddPhotcode(config, view)) { 18 18 psError(PSPHOT_ERR_CONFIG, false, "trouble defining the photcode"); 19 19 return false; … … 25 25 26 26 // Generate the mask and variance images, including the user-defined analysis region of interest 27 psphotSetMaskAndVariance (config, readout, recipe);27 psphotSetMaskAndVariance (config, view, recipe); 28 28 29 29 // display the image, weight, mask (ch 1,2,3)
Note:
See TracChangeset
for help on using the changeset viewer.
