#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 48 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 | xf |
| bicube fit to peak coord (x) | |
| float | yf |
| bicube fit to peak coord (y) | |
| float | value |
| level in detection image | |
| float | flux |
| level in unsmoothed sci image | |
| float | SN |
| S/N implied by detection level. | |
| pmPeakType | type |
| Description of peak. | |
| const int pmPeak::id |
| float pmPeak::xf |
| float pmPeak::yf |
| float pmPeak::value |
| float pmPeak::flux |
| float pmPeak::SN |
1.5.1