#include <pmObjects.h>
Data Fields | |
| psF32 | x |
| X-coord of centroid. | |
| psF32 | y |
| Y-coord of centroid. | |
| psF32 | Sx |
| x-second moment. | |
| psF32 | Sy |
| y-second moment. | |
| psF32 | Sxy |
| xy cross moment. | |
| psF32 | Sum |
| Pixel sum above sky (background). | |
| psF32 | Peak |
| Peak counts above sky. | |
| psF32 | Sky |
| Sky level (background). | |
| psS32 | nPixels |
| Number of pixels used. | |
|
|
Number of pixels used.
Definition at line 51 of file pmObjects.h. |
|
|
Peak counts above sky.
Definition at line 49 of file pmObjects.h. |
|
|
Sky level (background).
Definition at line 50 of file pmObjects.h. |
|
|
Pixel sum above sky (background).
Definition at line 48 of file pmObjects.h. |
|
|
x-second moment.
Definition at line 45 of file pmObjects.h. |
|
|
xy cross moment.
Definition at line 47 of file pmObjects.h. |
|
|
y-second moment.
Definition at line 46 of file pmObjects.h. |
|
|
X-coord of centroid.
Definition at line 43 of file pmObjects.h. |
|
|
Y-coord of centroid.
Definition at line 44 of file pmObjects.h. |
1.3.9.1