Index: trunk/psModules/src/camera/pmFPARead.h
===================================================================
--- trunk/psModules/src/camera/pmFPARead.h	(revision 16365)
+++ trunk/psModules/src/camera/pmFPARead.h	(revision 16366)
@@ -4,6 +4,6 @@
  * @author Paul Price, IfA
  *
- * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-02-08 03:16:12 $
+ * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-02-08 04:06:05 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -19,5 +19,6 @@
                    psFits *fits,        ///< FITS file from which to read
                    int z,               ///< Readout number/plane; zero-offset indexing
-                   int numScans         ///< Number of scans (rows/cols) to read
+                   int numScans,        ///< Number of scans (rows/cols) to read
+                   int overlap          ///< Overlap between consecutive reads
     );
 
@@ -25,8 +26,9 @@
 ///
 /// Allows reading the readout incrementally
-bool pmReadoutReadChunk(pmReadout *readout,  ///< Readout of interest
-                        psFits *fits,        ///< FITS file from which to read
-                        int z,               ///< Readout number/plane; zero-offset indexing
-                        int numScans         ///< Number of scans (rows/cols) to read
+bool pmReadoutReadChunk(pmReadout *readout, ///< Readout of interest
+                        psFits *fits,   ///< FITS file from which to read
+                        int z,          ///< Readout number/plane; zero-offset indexing
+                        int numScans,   ///< Number of scans (rows/cols) to read
+                        int overlap     ///< Overlap between consecutive reads
     );
 
@@ -91,5 +93,6 @@
                        psFits *fits,    ///< FITS file from which to read
                        int z,           ///< Readout number/plane; zero-offset indexing
-                       int numScans     ///< Number of scans (rows/cols) to read
+                       int numScans,    ///< Number of scans (rows/cols) to read
+                       int overlap      ///< Overlap between consecutive reads
     );
 
@@ -100,5 +103,6 @@
                             psFits *fits, ///< FITS file from which to read
                             int z,      ///< Readout number/plane; zero-offset indexing
-                            int numScans ///< Number of scans (rows/cols) to read
+                            int numScans, ///< Number of scans (rows/cols) to read
+                            int overlap ///< Overlap between consecutive reads
     );
 
@@ -139,5 +143,6 @@
                          psFits *fits,  ///< FITS file from which to read
                          int z,         ///< Readout number/plane; zero-offset indexing
-                         int numScans   ///< Number of scans (rows/cols) to read
+                         int numScans,  ///< Number of scans (rows/cols) to read
+                         int overlap    ///< Overlap between consecutive reads
     );
 
@@ -146,7 +151,8 @@
 /// Allows reading the readout incrementally
 bool pmReadoutReadChunkWeight(pmReadout *readout, ///< Readout of interest
-                            psFits *fits, ///< FITS file from which to read
-                            int z,      ///< Readout number/plane; zero-offset indexing
-                            int numScans ///< Number of scans (rows/cols) to read
+                              psFits *fits, ///< FITS file from which to read
+                              int z,    ///< Readout number/plane; zero-offset indexing
+                              int numScans, ///< Number of scans (rows/cols) to read
+                              int overlap ///< Overlap between consecutive reads
     );
 
