Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

pmMoments Struct Reference

#include <pmObjects.h>


Detailed Description

pmMoments data structure

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.


Field Documentation

int pmMoments::nPixels
 

Number of pixels used.

Definition at line 67 of file pmObjects.h.

float pmMoments::Peak
 

Peak counts above sky.

Definition at line 65 of file pmObjects.h.

float pmMoments::Sky
 

Sky level (background).

Definition at line 66 of file pmObjects.h.

float pmMoments::Sum
 

Pixel sum above sky (background).

Definition at line 64 of file pmObjects.h.

float pmMoments::Sx
 

x-second moment.

Definition at line 61 of file pmObjects.h.

float pmMoments::Sxy
 

xy cross moment.

Definition at line 63 of file pmObjects.h.

float pmMoments::Sy
 

y-second moment.

Definition at line 62 of file pmObjects.h.

float pmMoments::x
 

X-coord of centroid.

Definition at line 59 of file pmObjects.h.

float pmMoments::y
 

Y-coord of centroid.

Definition at line 60 of file pmObjects.h.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 14 11:09:21 2005 for Pan-STARRS Module Library by  doxygen 1.4.2