Index: trunk/psModules/src/camera/pmFPARead.h
===================================================================
--- trunk/psModules/src/camera/pmFPARead.h	(revision 16366)
+++ trunk/psModules/src/camera/pmFPARead.h	(revision 16580)
@@ -4,6 +4,6 @@
  * @author Paul Price, IfA
  *
- * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-02-08 04:06:05 $
+ * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-02-22 01:20:24 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -19,6 +19,5 @@
                    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
+                   int numScans         ///< Number of scans (rows/cols) to read
     );
 
@@ -93,6 +92,5 @@
                        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
+                       int numScans     ///< Number of scans (rows/cols) to read
     );
 
@@ -143,6 +141,5 @@
                          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
+                         int numScans   ///< Number of scans (rows/cols) to read
     );
 
