Changeset 15039 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- Sep 26, 2007, 5:35:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.h
r14652 r15039 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-0 8-24 00:11:02$5 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-09-27 03:35:29 $ 7 7 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 8 8 */ … … 59 59 struct pmSource { 60 60 const int id; ///< Unique ID for object 61 int seq; ///< ID for output (generated on write) 61 62 pmPeak *peak; ///< Description of peak pixel. 62 63 psImage *pixels; ///< Rectangular region including object pixels. … … 78 79 float apMag; ///< apMag corresponding to psfMag or extMag (depending on type) 79 80 float pixWeight; ///< model-weighted coverage of valid pixels 81 float psfProb; ///< probability of PSF 82 float crNsigma; ///< Nsigma deviation from PSF to CR 83 float extNsigma; ///< Nsigma deviation from PSF to EXT 80 84 psRegion region; ///< area on image covered by selected pixels 81 85 float sky, skyErr; ///< The sky and its error at the center of the object … … 223 227 bool pmSourceCachePSF (pmSource *source, psMaskType maskVal); 224 228 229 int pmSourceSortBySN (const void **a, const void **b); 230 int pmSourceSortByY (const void **a, const void **b); 231 225 232 /// @} 226 233 # endif /* PM_SOURCE_H */
Note:
See TracChangeset
for help on using the changeset viewer.
