#include <pmPeaks.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 47 of file pmPeaks.h.
Data Fields | |
| const int | id |
| Unique ID for object. | |
| int | x |
| X-coordinate of peak pixel. | |
| int | y |
| Y-coordinate of peak pixel. | |
| float | counts |
| Value of peak pixel (above sky?). | |
| pmPeakType | type |
| Description of peak. | |
|
|
Value of peak pixel (above sky?).
|
|
|
Unique ID for object.
|
|
|
Description of peak.
|
|
|
X-coordinate of peak pixel.
|
|
|
Y-coordinate of peak pixel.
|
1.4.4