Index: trunk/psModules/src/camera/pmFPAfileFitsIO.h
===================================================================
--- trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 11255)
+++ trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 11339)
@@ -5,6 +5,6 @@
  * @author PAP, IfA
  *
- * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-01-24 03:11:19 $
+ * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-27 03:33:37 $
  * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
  */
@@ -32,15 +32,18 @@
 /// Write the image for the specified view
 bool pmFPAviewWriteFitsImage(const pmFPAview *view, ///< View specifying level of interest
-                             pmFPAfile *file ///< FPA file to write
+                             pmFPAfile *file, ///< FPA file to write
+                             pmConfig *config ///< Configuration
                             );
 
 /// Write the mask for the specified view
 bool pmFPAviewWriteFitsMask(const pmFPAview *view, ///< View specifying level of interest
-                            pmFPAfile *file ///< FPA file to write
+                            pmFPAfile *file, ///< FPA file to write
+                            pmConfig *config ///< Configuration
                            );
 
 /// Write the weight map for the specified view
 bool pmFPAviewWriteFitsWeight(const pmFPAview *view, ///< View specifying level of interest
-                              pmFPAfile *file ///< FPA file to write
+                              pmFPAfile *file, ///< FPA file to write
+                              pmConfig *config ///< Configuration
                              );
 
@@ -64,7 +67,11 @@
 /// Produce a suitable FPA for writing, on the basis of the input FPAfile
 ///
-/// A format change is done is required.  Otherwise the file->fpa is returned (incremented).
+/// A new FPA with a changed format is generated if required (file->format is set and file->camera is equal to
+/// the default, indicating a change in the format without changing the camera --- changes to the camera are
+/// handled using other systems --- see pmFPAfileDefineChipMosaic, pmFPAfileDefineFPAMosaic).  Otherwise the
+/// file->fpa is returned (incremented).
 pmFPA *pmFPAfileSuitableFPA(const pmFPAfile *file,///< File containing the fpa
-                            const pmFPAview *view ///< View at which to produce the fpa
+                            const pmFPAview *view, ///< View at which to produce the fpa
+                            const pmConfig *config ///< Configuration
                            );
 
