Index: /trunk/psModules/src/camera/pmChipMosaic.c
===================================================================
--- /trunk/psModules/src/camera/pmChipMosaic.c	(revision 7474)
+++ /trunk/psModules/src/camera/pmChipMosaic.c	(revision 7475)
@@ -988,4 +988,6 @@
     psFree(chipRegion);
 
+    // Currently, there's nothing interesting in the chip concepts that needs to be updated.
+
     // Now make a new readout to go in the target cell
     pmReadout *newReadout = pmReadoutAlloc(targetCell); // New readout
@@ -1078,4 +1080,9 @@
     psFree(fpaRegion);
 
+    // Currently, there's nothing interesting in the chip concepts that needs to be updated.
+
+    // Copy the concepts for the target FPA
+    target->concepts = psMetadataCopy(target->concepts, source->concepts);
+
     // Now make a new readout to go in the new cell
     pmReadout *newReadout = pmReadoutAlloc(targetCell); // New readout
