Changeset 14505 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- Aug 15, 2007, 10:21:18 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
r14333 r14505 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-0 7-20 20:12:59$5 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-08-15 20:21:18 $ 7 7 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 8 8 */ … … 77 77 float extMag; ///< calculated from flux in modelEXT 78 78 float errMag; ///< error in psfMag OR extMag (depending on type) 79 float apMag; ///< apMag corresponding to psfMag or extMag (depending on type)80 float pixWeight; // model-weighted coverage of valid pixels81 psRegion region; // area on image covered by selected pixels82 float sky, skyErr; // ?< The sky and its error at the center of the object79 float apMag; ///< apMag corresponding to psfMag or extMag (depending on type) 80 float pixWeight; ///< model-weighted coverage of valid pixels 81 psRegion region; ///< area on image covered by selected pixels 82 float sky, skyErr; ///< The sky and its error at the center of the object 83 83 } 84 84 pmSource;
Note:
See TracChangeset
for help on using the changeset viewer.
