Index: trunk/psModules/src/detrend/pmFringeStats.h
===================================================================
--- trunk/psModules/src/detrend/pmFringeStats.h	(revision 7562)
+++ trunk/psModules/src/detrend/pmFringeStats.h	(revision 7828)
@@ -5,6 +5,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-14 22:04:40 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-07-06 03:29:28 $
  *
  *  Copyright 2004 IfA, University of Hawaii
@@ -93,4 +93,12 @@
                                     );
 
+// Concatenate the fringe stats for several readouts into a single fringe stats.  The idea is that each
+// readout of each chip should be measured separately (so as to avoid any gaps, as in the case for GPC), but
+// then perform the fit to all the readouts belonging to a chip.  To do so, we need to concatenate.
+pmFringeStats *pmFringeStatsConcatenate(const psArray *fringes, // Array of pmFringeStats for the readouts
+                                        const psVector *x0, // Offset in x for the readout
+                                        const psVector *y0 // Offset in y for the readout
+                                       );
+
 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
 // pmFringeScale
