Index: trunk/psModules/src/detrend/pmFringeStats.h
===================================================================
--- trunk/psModules/src/detrend/pmFringeStats.h	(revision 6957)
+++ trunk/psModules/src/detrend/pmFringeStats.h	(revision 7562)
@@ -5,6 +5,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-22 03:21:00 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-14 22:04:40 $
  *
  *  Copyright 2004 IfA, University of Hawaii
@@ -82,4 +82,14 @@
 );
 
+// Write the fringe stats for an image to a FITS table
+bool pmFringeStatsWriteFits(psFits *fits, // FITS file to which to write
+                            const pmFringeStats *fringe, // Fringe statistics to be written
+                            const char *extname // Extension name for table
+                           );
+
+// Read the fringe stats for an image from a FITS table
+pmFringeStats *pmFringeStatsReadFits(const psFits *fits, // FITS file from which to read
+                                     const char *extname // Extension name to read
+                                    );
 
 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
