Index: trunk/psModules/src/camera/pmFPARead.h
===================================================================
--- trunk/psModules/src/camera/pmFPARead.h	(revision 16580)
+++ trunk/psModules/src/camera/pmFPARead.h	(revision 18030)
@@ -4,6 +4,6 @@
  * @author Paul Price, IfA
  *
- * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-02-22 01:20:24 $
+ * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-06-09 22:59:02 $
  * 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
+                   psDB *db             ///< Database handle for concepts
     );
 
@@ -29,5 +30,6 @@
                         int z,          ///< Readout number/plane; zero-offset indexing
                         int numScans,   ///< Number of scans (rows/cols) to read
-                        int overlap     ///< Overlap between consecutive reads
+                        int overlap,    ///< Overlap between consecutive reads
+                        psDB *db        ///< Database handle for concepts
     );
 
@@ -35,5 +37,6 @@
 bool pmReadoutRead(pmReadout *readout,  ///< Readout of interest
                    psFits *fits,        ///< FITS file from which to read
-                   int z               ///< Readout number/plane; zero-offset indexing
+                   int z,               ///< Readout number/plane; zero-offset indexing
+                   psDB *db             ///< Database handle for concepts
     );
 
@@ -92,5 +95,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
+                       psDB *db         ///< Database handle for concepts
     );
 
@@ -102,5 +106,6 @@
                             int z,      ///< Readout number/plane; zero-offset indexing
                             int numScans, ///< Number of scans (rows/cols) to read
-                            int overlap ///< Overlap between consecutive reads
+                            int overlap, ///< Overlap between consecutive reads
+                            psDB *db    ///< Database handle for concepts
     );
 
@@ -108,5 +113,6 @@
 bool pmReadoutReadMask(pmReadout *readout, ///< Readout of interest
                        psFits *fits,    ///< FITS file from which to read
-                       int z            ///< Readout number/plane; zero-offset indexing
+                       int z,           ///< Readout number/plane; zero-offset indexing
+                       psDB *db         ///< Database handle for concepts
     );
 
@@ -141,5 +147,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
+                         psDB *db       ///< Database handle for concepts
     );
 
@@ -151,5 +158,6 @@
                               int z,    ///< Readout number/plane; zero-offset indexing
                               int numScans, ///< Number of scans (rows/cols) to read
-                              int overlap ///< Overlap between consecutive reads
+                              int overlap, ///< Overlap between consecutive reads
+                              psDB *db  ///< Database handle for concepts
     );
 
@@ -157,5 +165,6 @@
 bool pmReadoutReadWeight(pmReadout *readout, ///< Readout of interest
                          psFits *fits,  ///< FITS file from which to read
-                         int z          ///< Readout number/plane; zero-offset indexing
+                         int z,         ///< Readout number/plane; zero-offset indexing
+                         psDB *db       ///< Database handle for concepts
     );
 
