pmMoments Struct Reference

#include <pmObjects.h>


Detailed Description

pmMoments data structure

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.


Field Documentation

int pmMoments::nPixels
 

Number of pixels used.

Definition at line 99 of file pmObjects.h.

float pmMoments::Peak
 

Peak counts above sky.

Definition at line 96 of file pmObjects.h.

float pmMoments::Sky
 

Sky level (background).

Definition at line 97 of file pmObjects.h.

float pmMoments::SN
 

approx signal-to-noise

Definition at line 98 of file pmObjects.h.

float pmMoments::Sum
 

Pixel sum above sky (background).

Definition at line 95 of file pmObjects.h.

float pmMoments::Sx
 

x-second moment.

Definition at line 92 of file pmObjects.h.

float pmMoments::Sxy
 

xy cross moment.

Definition at line 94 of file pmObjects.h.

float pmMoments::Sy
 

y-second moment.

Definition at line 93 of file pmObjects.h.

float pmMoments::x
 

X-coord of centroid.

Definition at line 90 of file pmObjects.h.

float pmMoments::y
 

Y-coord of centroid.

Definition at line 91 of file pmObjects.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 13 13:38:30 2005 for Pan-STARRS Module Library by  doxygen 1.4.5