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