Changeset 7463 for trunk/psModules/src/camera/pmChipMosaic.c
- Timestamp:
- Jun 9, 2006, 12:37:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmChipMosaic.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmChipMosaic.c
r7454 r7463 4 4 #include "pmFPA.h" 5 5 #include "pmHDU.h" 6 #include "pmHDUUtils.h" 6 7 #include "pmChipMosaic.h" 7 8 … … 994 995 psFree(newReadout); // Drop reference 995 996 997 // Update the headers 998 pmHDU *sourceHDU = pmHDUFromChip(source); // The HDU for the source 999 pmHDU *targetHDU = pmHDUFromChip(target); // The HDU for the target 1000 targetHDU->header = psMetadataCopy(targetHDU->header, sourceHDU->header); 1001 996 1002 return true; 997 1003 } … … 1079 1085 psFree(newReadout); // Drop reference 1080 1086 1087 // Update the headers 1088 pmHDU *sourceHDU = pmHDUFromFPA(source); // The HDU for the source 1089 pmHDU *targetHDU = pmHDUFromFPA(target); // The HDU for the target 1090 targetHDU->header = psMetadataCopy(targetHDU->header, sourceHDU->header); 1091 1081 1092 return true; 1082 1093 }
Note:
See TracChangeset
for help on using the changeset viewer.
