pmPeak Struct Reference
[Object Detection / Analysis Functions]

#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 48 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 xf
 bicube fit to peak coord (x)
float yf
 bicube fit to peak coord (y)
float value
 level in detection image
float flux
 level in unsmoothed sci image
float SN
 S/N implied by detection level.
pmPeakType type
 Description of peak.


Field Documentation

const int pmPeak::id

Unique ID for object.

Definition at line 50 of file pmPeaks.h.

int pmPeak::x

X-coordinate of peak pixel.

Definition at line 51 of file pmPeaks.h.

int pmPeak::y

Y-coordinate of peak pixel.

Definition at line 52 of file pmPeaks.h.

float pmPeak::xf

bicube fit to peak coord (x)

Definition at line 53 of file pmPeaks.h.

float pmPeak::yf

bicube fit to peak coord (y)

Definition at line 54 of file pmPeaks.h.

float pmPeak::value

level in detection image

Definition at line 55 of file pmPeaks.h.

float pmPeak::flux

level in unsmoothed sci image

Definition at line 56 of file pmPeaks.h.

float pmPeak::SN

S/N implied by detection level.

Definition at line 57 of file pmPeaks.h.

pmPeakType pmPeak::type

Description of peak.

Definition at line 58 of file pmPeaks.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:36:01 2007 for Pan-STARRS Module Library by  doxygen 1.5.1