Index: trunk/psModules/src/camera/pmFPAfileFitsIO.h
===================================================================
--- trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 18364)
+++ trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 18601)
@@ -5,6 +5,6 @@
  * @author PAP, IfA
  *
- * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-06-30 00:53:45 $
+ * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-07-17 22:38:15 $
  * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
  */
@@ -86,5 +86,6 @@
 bool pmFPAviewWriteFitsTable(const pmFPAview *view, ///<  View specifying level of interest
                              pmFPAfile *file, ///< FPA file to write
-                             const char *name ///< Name of table
+                             const char *name, ///< Name of table
+                             pmConfig *config ///< Configuration
                             );
 
@@ -97,5 +98,6 @@
 pmFPA *pmFPAfileSuitableFPA(const pmFPAfile *file,///< File containing the fpa
                             const pmFPAview *view, ///< View at which to produce the fpa
-                            const pmConfig *config ///< Configuration
+                            pmConfig *config, ///< Configuration
+                            bool pixels ///< Worry about copying the pixels?
                            );
 
