Index: trunk/psModules/src/objects/pmPeaks.h
===================================================================
--- trunk/psModules/src/objects/pmPeaks.h	(revision 9881)
+++ trunk/psModules/src/objects/pmPeaks.h	(revision 11159)
@@ -10,6 +10,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-07 09:07:42 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-19 04:36:53 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -52,6 +52,8 @@
     float xf;                           ///< bicube fit to peak coord (x)
     float yf;                           ///< bicube fit to peak coord (y)
-    float counts;                       ///< Value of peak pixel (above sky?).
-    pmPeakType type;                   ///< Description of peak.
+    float value;                        ///< level in detection image
+    float flux;                         ///< level in unsmoothed sci image
+    float SN;                           ///< S/N implied by detection level
+    pmPeakType type;   ///< Description of peak.
 }
 pmPeak;
