Index: trunk/psModules/src/objects/pmPeaks.h
===================================================================
--- trunk/psModules/src/objects/pmPeaks.h	(revision 14652)
+++ trunk/psModules/src/objects/pmPeaks.h	(revision 15039)
@@ -10,6 +10,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-08-24 00:11:02 $
+ * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-09-27 03:35:29 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -53,4 +53,6 @@
     float xf;                           ///< bicube fit to peak coord (x)
     float yf;                           ///< bicube fit to peak coord (y)
+    float dx;                           ///< bicube fit error on peak coord (x)
+    float dy;                           ///< bicube fit error on peak coord (y)
     float value;                        ///< level in detection image
     float flux;                         ///< level in unsmoothed sci image
@@ -148,4 +150,7 @@
 int pmPeaksCompareDescend (const void **a, const void **b);
 
+int pmPeakSortBySN (const void **a, const void **b);
+int pmPeakSortByY (const void **a, const void **b);
+
 /// @}
 # endif /* PM_PEAKS_H */
