Index: trunk/psModules/src/camera/pmFPAMosaic.c
===================================================================
--- trunk/psModules/src/camera/pmFPAMosaic.c	(revision 10713)
+++ trunk/psModules/src/camera/pmFPAMosaic.c	(revision 10966)
@@ -1045,8 +1045,7 @@
     psFree(chipRegion);
 
-    // 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);
+    // Copy the concepts
+    target->concepts = psMetadataCopy(target->concepts, source->concepts); // Chip level
+    target->parent->concepts = psMetadataCopy(target->parent->concepts, source->parent->concepts); // FPA lvl
 
     // Now make a new readout to go in the target cell
