Index: /branches/rel10_ifa/psModules/src/astrom/pmFPA.c
===================================================================
--- /branches/rel10_ifa/psModules/src/astrom/pmFPA.c	(revision 6853)
+++ /branches/rel10_ifa/psModules/src/astrom/pmFPA.c	(revision 6854)
@@ -12,6 +12,6 @@
 * XXX: Should we implement non-linear cell->chip transforms?
 *
-*  @version $Revision: 1.1.4.6 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-03-31 01:33:07 $
+*  @version $Revision: 1.1.4.7 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-04-14 03:09:32 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -230,4 +230,5 @@
 {
     pmReadout *tmpReadout = (pmReadout *) psAlloc(sizeof(pmReadout));
+    tmpReadout->row0 = 0;
 
     tmpReadout->image = NULL;
Index: /branches/rel10_ifa/psModules/src/astrom/pmFPA.h
===================================================================
--- /branches/rel10_ifa/psModules/src/astrom/pmFPA.h	(revision 6853)
+++ /branches/rel10_ifa/psModules/src/astrom/pmFPA.h	(revision 6854)
@@ -7,6 +7,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.1.4.6 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-04-06 00:28:28 $
+*  @version $Revision: 1.1.4.7 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-04-14 03:09:32 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -129,4 +129,5 @@
 typedef struct
 {
+    int row0;                           ///< Row offset; non-zero if reading in bit by bit
     psImage *image;                     ///< Imaging area of readout
     psImage *mask;                      ///< Mask of input image
