Changeset 12956 for branches/eam_02_branch/psModules/src/objects/pmSource.h
- Timestamp:
- Apr 22, 2007, 5:26:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psModules/src/objects/pmSource.h
r12951 r12956 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.10.6. 1$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-04-2 1 21:30:21$5 * @version $Revision: 1.10.6.2 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-04-23 03:26:23 $ 7 7 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 8 8 */ … … 58 58 typedef struct 59 59 { 60 const int id; ///< Unique ID for object 61 pmPeak *peak; ///< Description of peak pixel. 62 psImage *pixels; ///< Rectangular region including object pixels. 63 psImage *weight; ///< Image variance. 64 psImage *mask; ///< Mask which marks pixels associated with objects. 65 pmMoments *moments; ///< Basic moments measure for the object. 66 pmModel *modelPSF; ///< PSF Model fit (parameters and type) 67 pmModel *modelEXT; ///< EXT (floating) Model fit (parameters and type). 68 pmSourceType type; ///< Best identification of object. 69 pmSourceMode mode; ///< Best identification of object. 60 const int id; ///< Unique ID for object 61 pmPeak *peak; ///< Description of peak pixel. 62 psImage *pixels; ///< Rectangular region including object pixels. 63 psImage *weight; ///< Image variance. 64 psImage *modelFlux; ///< cached copy of the model for this source 65 psImage *maskObj; ///< unique mask for this object which marks included pixels associated with objects. 66 psImage *maskView; ///< view into global image mask for this object region 67 pmMoments *moments; ///< Basic moments measure for the object. 68 pmModel *modelPSF; ///< PSF Model fit (parameters and type) 69 pmModel *modelEXT; ///< EXT (floating) Model fit (parameters and type). 70 pmSourceType type; ///< Best identification of object. 71 pmSourceMode mode; ///< Best identification of object. 70 72 psArray *blends; 71 float psfMag; ///< calculated from flux in modelPsf72 float extMag; ///< calculated from flux in modelEXT73 float errMag; ///< error in psfMag OR extMag (depending on type)74 float apMag; ///< apMag corresponding to psfMag or extMag (depending on type)75 float pixWeight; // model-weighted coverage of valid pixels76 psRegion region; // area on image covered by selected pixels77 float sky, skyErr; //?< The sky and its error at the center of the object73 float psfMag; ///< calculated from flux in modelPsf 74 float extMag; ///< calculated from flux in modelEXT 75 float errMag; ///< error in psfMag OR extMag (depending on type) 76 float apMag; ///< apMag corresponding to psfMag or extMag (depending on type) 77 float pixWeight; // model-weighted coverage of valid pixels 78 psRegion region; // area on image covered by selected pixels 79 float sky, skyErr; //?< The sky and its error at the center of the object 78 80 } 79 81 pmSource;
Note:
See TracChangeset
for help on using the changeset viewer.
