- Timestamp:
- Aug 22, 2007, 2:55:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070817/psModules/src/objects/pmSource.h
r14546 r14612 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.16.2. 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-08-2 0 01:58:16$5 * @version $Revision: 1.16.2.3 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-08-23 00:55:49 $ 7 7 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 8 8 */ … … 57 57 * 58 58 */ 59 typedef struct 60 { 59 struct pmSource { 61 60 const int id; ///< Unique ID for object 62 61 pmPeak *peak; ///< Description of peak pixel. … … 81 80 psRegion region; ///< area on image covered by selected pixels 82 81 float sky, skyErr; ///< The sky and its error at the center of the object 83 } 84 pmSource; 82 }; 85 83 86 84 /** pmPSFClump data structure
Note:
See TracChangeset
for help on using the changeset viewer.
