Index: trunk/psModules/src/astrom/pmFPAfile.c
===================================================================
--- trunk/psModules/src/astrom/pmFPAfile.c	(revision 6872)
+++ trunk/psModules/src/astrom/pmFPAfile.c	(revision 6896)
@@ -634,5 +634,5 @@
     // pmFPAWrite takes care of all PHUs as needed
     if (view->chip == -1) {
-        pmFPAWrite (fpa, fits, NULL);
+        pmFPAWrite (fpa, fits, NULL, true);
         return true;
     }
@@ -660,5 +660,5 @@
 
     if (view->cell == -1) {
-        pmChipWrite (chip, fits, NULL);
+        pmChipWrite (chip, fits, NULL, true);
         return true;
     }
@@ -670,5 +670,5 @@
 
     if (view->readout == -1) {
-        pmCellWrite (cell, fits, NULL);
+        pmCellWrite (cell, fits, NULL, true);
         return true;
     }
