Index: trunk/psModules/src/camera/pmFPAfileFitsIO.h
===================================================================
--- trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 16841)
+++ trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 18139)
@@ -5,6 +5,6 @@
  * @author PAP, IfA
  *
- * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-03-06 20:47:50 $
+ * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-06-14 03:19:31 $
  * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
  */
@@ -18,24 +18,29 @@
 /// Read an image into the current view
 bool pmFPAviewReadFitsImage(const pmFPAview *view, ///< View specifying level of interest
-                            pmFPAfile *file ///< FPA file into which to read
+                            pmFPAfile *file, ///< FPA file into which to read
+			    pmConfig *config
                            );
 
 /// Read a mask into the current view
 bool pmFPAviewReadFitsMask(const pmFPAview *view, ///< View specifying level of interest
-                           pmFPAfile *file ///< FPA file into which to read
+                           pmFPAfile *file, ///< FPA file into which to read
+			    pmConfig *config
                           );
 /// Read a weight map into the current view
 bool pmFPAviewReadFitsWeight(const pmFPAview *view,  ///< View specifying level of interest
-                             pmFPAfile *file ///< FPA file into which to read
+                             pmFPAfile *file, ///< FPA file into which to read
+			    pmConfig *config
                             );
 
 /// Read a dark into the current view
 bool pmFPAviewReadFitsDark(const pmFPAview *view,  ///< View specifying level of interest
-                           pmFPAfile *file ///< FPA file into which to read
+                           pmFPAfile *file, ///< FPA file into which to read
+			    pmConfig *config
     );
 
 /// Read an image header into the current view
 bool pmFPAviewReadFitsHeaderSet(const pmFPAview *view,  ///< View specifying level of interest
-                                pmFPAfile *file ///< FPA file into which to read
+                                pmFPAfile *file, ///< FPA file into which to read
+			    pmConfig *config
     );
 
