Changeset 10966 for trunk/psModules/src/camera/pmFPAMosaic.c
- Timestamp:
- Jan 8, 2007, 12:30:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMosaic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMosaic.c
r10713 r10966 1045 1045 psFree(chipRegion); 1046 1046 1047 // Currently, there's nothing interesting in the chip concepts that needs to be updated. 1048 1049 // Copy the concepts for the target FPA 1050 target->parent->concepts = psMetadataCopy(target->parent->concepts, source->parent->concepts); 1047 // Copy the concepts 1048 target->concepts = psMetadataCopy(target->concepts, source->concepts); // Chip level 1049 target->parent->concepts = psMetadataCopy(target->parent->concepts, source->parent->concepts); // FPA lvl 1051 1050 1052 1051 // Now make a new readout to go in the target cell
Note:
See TracChangeset
for help on using the changeset viewer.
