Index: trunk/psModules/src/camera/pmFPAMosaic.c
===================================================================
--- trunk/psModules/src/camera/pmFPAMosaic.c	(revision 9945)
+++ trunk/psModules/src/camera/pmFPAMosaic.c	(revision 10512)
@@ -1033,4 +1033,7 @@
     // Currently, there's nothing interesting in the chip concepts that needs to be updated.
 
+    // Copy the concepts for the target FPA
+    target->parent->concepts = psMetadataCopy(target->parent->concepts, source->parent->concepts);
+
     // Now make a new readout to go in the target cell
     pmReadout *newReadout = pmReadoutAlloc(targetCell); // New readout
