#include <pmSource.h>
Collaboration diagram for pmSource:

This source has the capacity for several types of measurements. The simplest measurement of a source is the location and flux of the peak pixel associated with the source:
Definition at line 75 of file pmSource.h.
Data Fields | |
| const int | id |
| Unique ID for object. | |
| pmPeak * | peak |
| Description of peak pixel. | |
| psImage * | pixels |
| Rectangular region including object pixels. | |
| psImage * | weight |
| Image variance. | |
| psImage * | mask |
| Mask which marks pixels associated with objects. | |
| pmMoments * | moments |
| Basic moments measure for the object. | |
| pmModel * | modelPSF |
| PSF Model fit (parameters and type). | |
| pmModel * | modelEXT |
| EXT (floating) Model fit (parameters and type). | |
| pmSourceType | type |
| Best identification of object. | |
| pmSourceMode | mode |
| Best identification of object. | |
| psArray * | blends |
| float | psfMag |
| calculated from flux in modelPsf | |
| float | extMag |
| calculated from flux in modelEXT | |
| float | errMag |
| error in psfMag OR extMag (depending on type) | |
| float | apMag |
| apMag corresponding to psfMag or extMag (depending on type) | |
| float | pixWeight |
| psRegion | region |
| float | sky |
| float | skyErr |
| const int pmSource::id |
| psImage* pmSource::pixels |
| psImage* pmSource::weight |
| psImage* pmSource::mask |
| psArray* pmSource::blends |
Definition at line 87 of file pmSource.h.
| float pmSource::psfMag |
| float pmSource::extMag |
| float pmSource::errMag |
| float pmSource::apMag |
apMag corresponding to psfMag or extMag (depending on type)
Definition at line 91 of file pmSource.h.
| float pmSource::pixWeight |
Definition at line 92 of file pmSource.h.
| psRegion pmSource::region |
Definition at line 93 of file pmSource.h.
| float pmSource::sky |
Definition at line 94 of file pmSource.h.
| float pmSource::skyErr |
Definition at line 94 of file pmSource.h.
1.5.1