#include <pmObjects.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 186 of file pmObjects.h.
Data Fields | |
| 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 * | modelFLT |
| FLT (floating) Model fit (parameters and type). | |
| pmSourceType | type |
| Best identification of object. | |
|
|
Mask which marks pixels associated with objects.
Definition at line 191 of file pmObjects.h. |
|
|
FLT (floating) Model fit (parameters and type).
Definition at line 194 of file pmObjects.h. |
|
|
PSF Model fit (parameters and type).
Definition at line 193 of file pmObjects.h. |
|
|
Basic moments measure for the object.
Definition at line 192 of file pmObjects.h. |
|
|
Description of peak pixel.
Definition at line 188 of file pmObjects.h. |
|
|
Rectangular region including object pixels.
Definition at line 189 of file pmObjects.h. |
|
|
Best identification of object.
Definition at line 195 of file pmObjects.h. |
|
|
Image variance.
Definition at line 190 of file pmObjects.h. |
1.4.2