Changeset 7475 for trunk/psModules/src/camera/pmChipMosaic.c
- Timestamp:
- Jun 9, 2006, 4:51:30 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmChipMosaic.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmChipMosaic.c
r7463 r7475 988 988 psFree(chipRegion); 989 989 990 // Currently, there's nothing interesting in the chip concepts that needs to be updated. 991 990 992 // Now make a new readout to go in the target cell 991 993 pmReadout *newReadout = pmReadoutAlloc(targetCell); // New readout … … 1078 1080 psFree(fpaRegion); 1079 1081 1082 // Currently, there's nothing interesting in the chip concepts that needs to be updated. 1083 1084 // Copy the concepts for the target FPA 1085 target->concepts = psMetadataCopy(target->concepts, source->concepts); 1086 1080 1087 // Now make a new readout to go in the new cell 1081 1088 pmReadout *newReadout = pmReadoutAlloc(targetCell); // New readout
Note:
See TracChangeset
for help on using the changeset viewer.
