Changeset 13982 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- Jun 26, 2007, 9:27:37 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.h
r13898 r13982 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-06-2 0 02:22:26$5 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-06-26 19:27:37 $ 7 7 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 8 8 */ … … 63 63 psImage *pixels; ///< Rectangular region including object pixels. 64 64 psImage *weight; ///< Image variance. 65 psImage *modelFlux; ///< cached copy of the model for this source66 65 psImage *maskObj; ///< unique mask for this object which marks included pixels associated with objects. 67 66 psImage *maskView; ///< view into global image mask for this object region 67 psImage *modelFlux; ///< cached copy of the best model for this source 68 psImage *psfFlux; ///< cached copy of the psf model for this source 68 69 pmMoments *moments; ///< Basic moments measure for the object. 69 70 pmModel *modelPSF; ///< PSF Model fit (parameters and type) 70 71 pmModel *modelEXT; ///< EXT (floating) Model fit (parameters and type). 72 pmModel *modelConv; ///< PSF-Convolved Model fit (parameters and type). 71 73 pmSourceType type; ///< Best identification of object. 72 74 pmSourceMode mode; ///< Best identification of object.
Note:
See TracChangeset
for help on using the changeset viewer.
