Index: trunk/psModules/src/camera/pmFPAfileFitsIO.h
===================================================================
--- trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 11253)
+++ trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 11255)
@@ -5,6 +5,6 @@
  * @author PAP, IfA
  *
- * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-01-24 02:54:14 $
+ * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 03:11:19 $
  * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
  */
@@ -61,4 +61,13 @@
                              const char *name ///< Name of table
                             );
+
+/// 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).
+pmFPA *pmFPAfileSuitableFPA(const pmFPAfile *file,///< File containing the fpa
+                            const pmFPAview *view ///< View at which to produce the fpa
+                           );
+
 /// @}
+
 # endif
