#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 73 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 |
| float | extMag |
| float | errMag |
| float | apMag |
| float | pixWeight |
| psRegion | region |
|
|
Definition at line 89 of file pmSource.h. |
|
|
Definition at line 85 of file pmSource.h. |
|
|
Definition at line 88 of file pmSource.h. |
|
|
Definition at line 87 of file pmSource.h. |
|
|
Unique ID for object.
Definition at line 75 of file pmSource.h. |
|
|
Mask which marks pixels associated with objects.
Definition at line 79 of file pmSource.h. |
|
|
Best identification of object.
Definition at line 84 of file pmSource.h. |
|
|
EXT (floating) Model fit (parameters and type).
Definition at line 82 of file pmSource.h. |
|
|
PSF Model fit (parameters and type).
Definition at line 81 of file pmSource.h. |
|
|
Basic moments measure for the object.
Definition at line 80 of file pmSource.h. |
|
|
Description of peak pixel.
Definition at line 76 of file pmSource.h. |
|
|
Rectangular region including object pixels.
Definition at line 77 of file pmSource.h. |
|
|
Definition at line 90 of file pmSource.h. |
|
|
Definition at line 86 of file pmSource.h. |
|
|
Definition at line 91 of file pmSource.h. |
|
|
Best identification of object.
Definition at line 83 of file pmSource.h. |
|
|
Image variance.
Definition at line 78 of file pmSource.h. |
1.4.4