Index: trunk/psModules/src/camera/pmFPAWrite.h
===================================================================
--- trunk/psModules/src/camera/pmFPAWrite.h	(revision 7017)
+++ trunk/psModules/src/camera/pmFPAWrite.h	(revision 7249)
@@ -13,15 +13,17 @@
                  psFits *fits,          // FITS file to which to write
                  psDB *db,              // Database handle for "concepts" update
-                 bool pixels            // Write the pixels?
+                 bool pixels            // Write the pixels, or only the PHU header?
                 );
 bool pmChipWrite(pmChip *chip,          // Chip to write
                  psFits *fits,          // FITS file to which to write
                  psDB *db,              // Database handle for "concepts" update
-                 bool pixels            // Write the pixels?
+                 bool pixels,           // Write the pixels, or only the PHU header?
+                 bool recurse           // Recurse to lower levels?
                 );
 bool pmFPAWrite(pmFPA *fpa,             // FPA to write
                 psFits *fits,           // FITS file to which to write
                 psDB *db,               // Database handle for "concepts" update
-                bool pixels             // Write the pixels?
+                bool pixels,            // Write the pixels, or only the PHU header?
+                bool recurse            // Recurse to lower levels?
                );
 
