- Timestamp:
- Mar 28, 2010, 11:02:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225/psModules/src/objects/pmSource.h
r27265 r27494 16 16 #include "pmMoments.h" 17 17 #include "pmSourceExtendedPars.h" 18 #include "pmSourceDiffStats.h" 18 19 19 20 /// @addtogroup Objects Object Detection / Analysis Functions … … 65 66 psImage *maskView; ///< view into global image mask for this object region 66 67 psImage *modelFlux; ///< cached copy of the best model for this source 67 psImage *psf Flux; ///< cached copy of the psf model for this source68 psImage *psfImage; ///< cached copy of the psf model for this source 68 69 pmMoments *moments; ///< Basic moments measured for the object. 69 70 pmModel *modelPSF; ///< PSF Model fit (parameters and type) … … 75 76 psArray *blends; ///< collection of sources thought to be confused with object 76 77 float psfMag; ///< calculated from flux in modelPSF 78 float psfFlux; ///< calculated from flux in modelPSF 79 float psfFluxErr; ///< calculated from flux in modelPSF 77 80 float extMag; ///< calculated from flux in modelEXT 78 81 float errMag; ///< error in psfMag OR extMag (depending on type) … … 86 89 psRegion region; ///< area on image covered by selected pixels 87 90 pmSourceExtendedPars *extpars; ///< extended source parameters 91 pmSourceDiffStats *diffStats; ///< extra parameters for difference detections 88 92 }; 89 93
Note:
See TracChangeset
for help on using the changeset viewer.
