Changeset 6380 for branches/eam_rel9_p0/psModules/src/objects/pmObjects.h
- Timestamp:
- Feb 7, 2006, 9:16:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/objects/pmObjects.h
r6183 r6380 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.4.4. 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 1-22 21:12:20$12 * @version $Revision: 1.4.4.7 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-02-08 07:16:49 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 74 74 int y; ///< Y-coordinate of peak pixel. 75 75 float counts; ///< Value of peak pixel (above sky?). 76 pmPeakType class; ///< Description of peak.76 pmPeakType type; ///< Description of peak. 77 77 } 78 78 pmPeak; … … 219 219 int y, ///< Col-coordinate in image space 220 220 float counts, ///< The value of the peak pixel 221 pmPeakType class///< The type of peak pixel221 pmPeakType type ///< The type of peak pixel 222 222 ); 223 223
Note:
See TracChangeset
for help on using the changeset viewer.
