Index: trunk/psModules/src/camera/pmFPA.h
===================================================================
--- trunk/psModules/src/camera/pmFPA.h	(revision 11253)
+++ trunk/psModules/src/camera/pmFPA.h	(revision 12603)
@@ -6,6 +6,6 @@
  * @author Eugene Magnier, IfA
  *
- * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-01-24 02:54:14 $
+ * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-03-27 20:49:57 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -44,4 +44,5 @@
     psArray *chips;                     ///< The component chips
     pmHDU *hdu;                         ///< FITS header data unit of interest, or NULL
+    bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
 }
 pmFPA;
@@ -71,4 +72,5 @@
     bool data_exists;                   ///< Does the data for this chip exist (read case only)?
     pmHDU *hdu;                         ///< FITS header data unit of interest,
+    bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
 }
 pmChip;
@@ -103,4 +105,5 @@
     bool data_exists;                   ///< Does the data for this cell exist (read case only)?
     pmHDU *hdu;                         ///< FITS header data unit of interest
+    bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
 }
 pmCell;
