Changeset 17332
- Timestamp:
- Apr 6, 2008, 10:09:21 AM (18 years ago)
- Location:
- branches/eam_branch_20080324/psModules/src/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080324/psModules/src/objects/pmPeaks.c
r15979 r17332 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $9 * @date $Date: 2008-0 1-02 20:38:28$8 * @version $Revision: 1.19.6.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-04-06 20:09:21 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 141 141 tmp->xf = x; 142 142 tmp->yf = y; 143 143 tmp->assigned = false; 144 144 tmp->type = type; 145 145 -
branches/eam_branch_20080324/psModules/src/objects/pmPeaks.h
r15984 r17332 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $13 * @date $Date: 2008-0 1-02 20:42:46$12 * @version $Revision: 1.10.6.1 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2008-04-06 20:09:21 $ 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 15 */ … … 58 58 float flux; ///< level in unsmoothed sci image 59 59 float SN; ///< S/N implied by detection level 60 pmPeakType type; ///< Description of peak. 60 bool assigned; ///< is peak assigned to a source? 61 pmPeakType type; ///< Description of peak. 61 62 } 62 63 pmPeak;
Note:
See TracChangeset
for help on using the changeset viewer.
