Index: trunk/psModules/src/camera/pmFPAfileFitsIO.c
===================================================================
--- trunk/psModules/src/camera/pmFPAfileFitsIO.c	(revision 18601)
+++ trunk/psModules/src/camera/pmFPAfileFitsIO.c	(revision 21279)
@@ -178,5 +178,5 @@
           pmChip *chip = pmFPAviewThisChip(view, fpa); // Chip of interest, or NULL
           pmCell *cell = pmFPAviewThisCell(view, fpa); // Cell of interest, or NULL
-          if (!pmFPAUpdateNames(fpa, chip, cell)) {
+          if (!pmFPAUpdateNames(fpa, chip, cell, file->imageId, file->sourceId)) {
               psError(PS_ERR_UNKNOWN, false, "Unable to update names in header.");
               return false;
