Changeset 20945 for trunk/psModules/src/objects/pmPeaks.h
- Timestamp:
- Dec 9, 2008, 11:16:09 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPeaks.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPeaks.h
r20937 r20945 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2008-12-0 8 02:51:14$12 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2008-12-09 21:16:09 $ 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 15 */ … … 17 17 # ifndef PM_PEAKS_H 18 18 # define PM_PEAKS_H 19 20 #include <pslib.h> 21 #include "pmFootprint.h" 19 22 20 23 /// @addtogroup Objects Object Detection / Analysis Functions … … 59 62 float SN; ///< S/N implied by detection level 60 63 bool assigned; ///< is peak assigned to a source? 61 pmPeakType type; ///< Description of peak.62 pmFootprint *footprint; ///< reference to containing footprint64 pmPeakType type; ///< Description of peak. 65 pmFootprint *footprint; ///< reference to containing footprint 63 66 } 64 67 pmPeak;
Note:
See TracChangeset
for help on using the changeset viewer.
