Changeset 6386 for branches/eam_rel9_p0/psModules/src/astrom/pmReadout.c
- Timestamp:
- Feb 8, 2006, 1:02:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmReadout.c
r6062 r6386 17 17 psRegion *region = NULL; // Bias region from list 18 18 while ((region = psListGetAndIncrement(sectionsIter))) { 19 psImage *bias = ps ImageSubset(image, *region); // Image from bias section19 psImage *bias = psMemIncrRefCounter(psImageSubset(image, *region)); // Image from bias section 20 20 psListAdd(images, PS_LIST_TAIL, bias); 21 21 psFree(bias);
Note:
See TracChangeset
for help on using the changeset viewer.
