#include <pmObjects.h>
Definition at line 57 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). | |
| int | nPixels |
| Number of pixels used. | |
|
|
Number of pixels used.
Definition at line 67 of file pmObjects.h. |
|
|
Peak counts above sky.
Definition at line 65 of file pmObjects.h. |
|
|
Sky level (background).
Definition at line 66 of file pmObjects.h. |
|
|
Pixel sum above sky (background).
Definition at line 64 of file pmObjects.h. |
|
|
x-second moment.
Definition at line 61 of file pmObjects.h. |
|
|
xy cross moment.
Definition at line 63 of file pmObjects.h. |
|
|
y-second moment.
Definition at line 62 of file pmObjects.h. |
|
|
X-coord of centroid.
Definition at line 59 of file pmObjects.h. |
|
|
Y-coord of centroid.
Definition at line 60 of file pmObjects.h. |
1.4.2