#include <pmMoments.h>
One of the simplest measurements which can be made quickly for an object are the object moments. We specify a structure to carry the moment information for a specific source:
Definition at line 24 of file pmMoments.h.
Data Fields | |
| float | x |
| X-coord of centroid. | |
| float | y |
| Y-coord of centroid. | |
| float | Sx |
| x-second moment. | |
| float | Sy |
| y-second moment. | |
| float | Sxy |
| xy cross moment. | |
| float | Sum |
| Pixel sum above sky (background). | |
| float | Peak |
| Peak counts above sky. | |
| float | Sky |
| Sky level (background). | |
| float | dSky |
| local Sky variance | |
| float | SN |
| approx signal-to-noise | |
| int | nPixels |
| Number of pixels used. | |
|
|
local Sky variance
Definition at line 34 of file pmMoments.h. |
|
|
Number of pixels used.
Definition at line 36 of file pmMoments.h. |
|
|
Peak counts above sky.
Definition at line 32 of file pmMoments.h. |
|
|
Sky level (background).
Definition at line 33 of file pmMoments.h. |
|
|
approx signal-to-noise
Definition at line 35 of file pmMoments.h. |
|
|
Pixel sum above sky (background).
Definition at line 31 of file pmMoments.h. |
|
|
x-second moment.
Definition at line 28 of file pmMoments.h. |
|
|
xy cross moment.
Definition at line 30 of file pmMoments.h. |
|
|
y-second moment.
Definition at line 29 of file pmMoments.h. |
|
|
X-coord of centroid.
Definition at line 26 of file pmMoments.h. |
|
|
Y-coord of centroid.
Definition at line 27 of file pmMoments.h. |
1.4.4