Changeset 11159 for trunk/psModules/src/objects/pmPeaks.h
- Timestamp:
- Jan 18, 2007, 6:36:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPeaks.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPeaks.h
r9881 r11159 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-11-07 09:07:42$12 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-19 04:36:53 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 52 52 float xf; ///< bicube fit to peak coord (x) 53 53 float yf; ///< bicube fit to peak coord (y) 54 float counts; ///< Value of peak pixel (above sky?). 55 pmPeakType type; ///< Description of peak. 54 float value; ///< level in detection image 55 float flux; ///< level in unsmoothed sci image 56 float SN; ///< S/N implied by detection level 57 pmPeakType type; ///< Description of peak. 56 58 } 57 59 pmPeak;
Note:
See TracChangeset
for help on using the changeset viewer.
