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

pmPeak Struct Reference

#include <pmPeaks.h>


Detailed Description

pmPeak data structure

A 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 47 of file pmPeaks.h.

Data Fields

const int id
 Unique ID for object.
int x
 X-coordinate of peak pixel.
int y
 Y-coordinate of peak pixel.
float counts
 Value of peak pixel (above sky?).
pmPeakType type
 Description of peak.


Field Documentation

float pmPeak::counts
 

Value of peak pixel (above sky?).

Definition at line 52 of file pmPeaks.h.

const int pmPeak::id
 

Unique ID for object.

Definition at line 49 of file pmPeaks.h.

pmPeakType pmPeak::type
 

Description of peak.

Definition at line 53 of file pmPeaks.h.

int pmPeak::x
 

X-coordinate of peak pixel.

Definition at line 50 of file pmPeaks.h.

int pmPeak::y
 

Y-coordinate of peak pixel.

Definition at line 51 of file pmPeaks.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jul 3 14:25:02 2006 for Pan-STARRS Module Library by  doxygen 1.4.4