Changeset 11253 for trunk/psModules/src/objects/pmPeaks.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPeaks.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPeaks.h
r11159 r11253 1 /* *@file pmPeaks.h1 /* @file pmPeaks.h 2 2 * 3 3 * The process of finding, measuring, and classifying astronomical sources on … … 8 8 * construct a complete object measurement suite. 9 9 * 10 * @author GLG, MHPCC10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-19 04:36:53 $ 14 * 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 16 * 12 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-24 02:54:15 $ 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 17 15 */ 18 16 19 17 # ifndef PM_PEAKS_H 20 18 # define PM_PEAKS_H 19 20 /// @addtogroup Objects Object Detection / Analysis Functions 21 /// @{ 21 22 22 23 /** pmPeakType … … 147 148 int pmPeaksCompareDescend (const void **a, const void **b); 148 149 150 /// @} 149 151 # endif /* PM_PEAKS_H */
Note:
See TracChangeset
for help on using the changeset viewer.
