#include <pmObjects.h>
A 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 71 of file pmObjects.h.
Data Fields | |
| int | x |
| X-coordinate of peak pixel. | |
| int | y |
| Y-coordinate of peak pixel. | |
| float | counts |
| Value of peak pixel (above sky?). | |
| pmPeakType | class |
| Description of peak. | |
|
|
Description of peak.
Definition at line 76 of file pmObjects.h. |
|
|
Value of peak pixel (above sky?).
Definition at line 75 of file pmObjects.h. |
|
|
X-coordinate of peak pixel.
Definition at line 73 of file pmObjects.h. |
|
|
Y-coordinate of peak pixel.
Definition at line 74 of file pmObjects.h. |
1.4.5