Changeset 14502
- Timestamp:
- Aug 15, 2007, 10:08:52 AM (19 years ago)
- Location:
- branches/ipp-2-2/psModules/src/objects
- Files:
-
- 2 edited
-
pmPSFtry.h (modified) (2 diffs)
-
pmSource.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ipp-2-2/psModules/src/objects/pmPSFtry.h
r13898 r14502 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 6-20 02:22:26$8 * @version $Revision: 1.13.4.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-08-15 20:08:52 $ 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 11 11 */ … … 107 107 */ 108 108 bool pmPSFtryMetric_Alt( 109 pmPSFtry *try 110 , ///< Add comment. 109 pmPSFtry *try, ///< Add comment. 111 110 float RADIUS ///< Add comment. 112 111 ); -
branches/ipp-2-2/psModules/src/objects/pmSource.h
r14385 r14502 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $6 * @date $Date: 2007-0 7-20 20:12:59$5 * @version $Revision: 1.15.2.1 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-08-15 20:08:52 $ 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.
