Index: /branches/eam_rel9_p0/psModules/src/astrom/pmFPA.c
===================================================================
--- /branches/eam_rel9_p0/psModules/src/astrom/pmFPA.c	(revision 6404)
+++ /branches/eam_rel9_p0/psModules/src/astrom/pmFPA.c	(revision 6405)
@@ -12,6 +12,6 @@
 * XXX: Should we implement non-linear cell->chip transforms?
 *
-*  @version $Revision: 1.1.2.10 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-02-09 20:27:03 $
+*  @version $Revision: 1.1.2.11 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-02-09 21:29:23 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -642,4 +642,5 @@
             psImage *image = pixels->data[i];
             masks->data[i] = psImageAlloc(image->numCols, image->numRows, PS_TYPE_U8);
+            psImageInit(masks->data[i], 0);
         }
         hdu->masks = masks;
