Changeset 7947 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- Jul 20, 2006, 3:10:39 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.h
r7631 r7947 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 6-22 20:04:13$5 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-07-20 13:10:39 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 84 84 pmSourceMode mode; ///< Best identification of object. 85 85 psArray *blends; 86 float psfMag; 87 float extMag; 88 float errMag; 89 float apMag; 86 float psfMag; ///< calculated from flux in modelPsf 87 float extMag; ///< calculated from flux in modelEXT 88 float errMag; ///< error in psfMag OR extMag (depending on type) 89 float apMag; ///< apMag corresponding to psfMag or extMag (depending on type) 90 90 float pixWeight; // model-weighted coverage of valid pixels 91 91 psRegion region; // area on image covered by selected pixels
Note:
See TracChangeset
for help on using the changeset viewer.
