Changeset 15039 for trunk/psModules/src/objects/pmPeaks.h
- Timestamp:
- Sep 26, 2007, 5:35:29 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
r14652 r15039 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-0 8-24 00:11:02$12 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-09-27 03:35:29 $ 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 15 */ … … 53 53 float xf; ///< bicube fit to peak coord (x) 54 54 float yf; ///< bicube fit to peak coord (y) 55 float dx; ///< bicube fit error on peak coord (x) 56 float dy; ///< bicube fit error on peak coord (y) 55 57 float value; ///< level in detection image 56 58 float flux; ///< level in unsmoothed sci image … … 148 150 int pmPeaksCompareDescend (const void **a, const void **b); 149 151 152 int pmPeakSortBySN (const void **a, const void **b); 153 int pmPeakSortByY (const void **a, const void **b); 154 150 155 /// @} 151 156 # endif /* PM_PEAKS_H */
Note:
See TracChangeset
for help on using the changeset viewer.
