#include <pmObjects.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 88 of file pmObjects.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 | SN |
| approx signal-to-noise | |
| int | nPixels |
| Number of pixels used. | |
|
|
Number of pixels used.
Definition at line 99 of file pmObjects.h. |
|
|
Peak counts above sky.
Definition at line 96 of file pmObjects.h. |
|
|
Sky level (background).
Definition at line 97 of file pmObjects.h. |
|
|
approx signal-to-noise
Definition at line 98 of file pmObjects.h. |
|
|
Pixel sum above sky (background).
Definition at line 95 of file pmObjects.h. |
|
|
x-second moment.
Definition at line 92 of file pmObjects.h. |
|
|
xy cross moment.
Definition at line 94 of file pmObjects.h. |
|
|
y-second moment.
Definition at line 93 of file pmObjects.h. |
|
|
X-coord of centroid.
Definition at line 90 of file pmObjects.h. |
|
|
Y-coord of centroid.
Definition at line 91 of file pmObjects.h. |
1.4.5