#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 122 of file pmObjects.h.
Data Fields | |
| pmPeak * | peak |
| Description of peak pixel. | |
| psImage * | pixels |
| Rectangular region including object pixels. | |
| psImage * | mask |
| Mask which marks pixels associated with objects. | |
| pmMoments * | moments |
| Basic moments measure for the object. | |
| pmModel * | modelPSF |
| PSF model parameters and type. | |
| pmModel * | modelFLT |
| FLT model parameters and type. | |
| pmSourceType | type |
| Best identification of object. | |
|
|
Mask which marks pixels associated with objects.
Definition at line 126 of file pmObjects.h. |
|
|
FLT model parameters and type.
Definition at line 129 of file pmObjects.h. |
|
|
PSF model parameters and type.
Definition at line 128 of file pmObjects.h. |
|
|
Basic moments measure for the object.
Definition at line 127 of file pmObjects.h. |
|
|
Description of peak pixel.
Definition at line 124 of file pmObjects.h. |
|
|
Rectangular region including object pixels.
Definition at line 125 of file pmObjects.h. |
|
|
Best identification of object.
Definition at line 130 of file pmObjects.h. |
1.4.2