pmSource Struct Reference

#include <pmObjects.h>

Collaboration diagram for pmSource:

Collaboration graph
[legend]

Detailed Description

pmSource data structure

This source has the capacity for several types of measurements. The simplest measurement of a source is the location and flux of the peak pixel associated with the source:

Definition at line 186 of file pmObjects.h.

Data Fields

pmPeakpeak
 Description of peak pixel.
psImage * pixels
 Rectangular region including object pixels.
psImage * weight
 Image variance.
psImage * mask
 Mask which marks pixels associated with objects.
pmMomentsmoments
 Basic moments measure for the object.
pmModelmodelPSF
 PSF Model fit (parameters and type).
pmModelmodelFLT
 FLT (floating) Model fit (parameters and type).
pmSourceType type
 Best identification of object.


Field Documentation

psImage* pmSource::mask
 

Mask which marks pixels associated with objects.

Definition at line 191 of file pmObjects.h.

pmModel* pmSource::modelFLT
 

FLT (floating) Model fit (parameters and type).

Definition at line 194 of file pmObjects.h.

pmModel* pmSource::modelPSF
 

PSF Model fit (parameters and type).

Definition at line 193 of file pmObjects.h.

pmMoments* pmSource::moments
 

Basic moments measure for the object.

Definition at line 192 of file pmObjects.h.

pmPeak* pmSource::peak
 

Description of peak pixel.

Definition at line 188 of file pmObjects.h.

psImage* pmSource::pixels
 

Rectangular region including object pixels.

Definition at line 189 of file pmObjects.h.

pmSourceType pmSource::type
 

Best identification of object.

Definition at line 195 of file pmObjects.h.

psImage* pmSource::weight
 

Image variance.

Definition at line 190 of file pmObjects.h.


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