pmPSF Struct Reference

#include <pmPSF.h>


Detailed Description

pmPSF data structure

It is useful to generate a model to define the point-spread-function which describes the flux distribution for unresolved sources in an image. In general, the PSF varies with position in the image. We allow any of the source models defined for the pmModel to represent the PSF. For a given source model, the 2D spatial variation of all of the source parameters, except the first four PSF-independent parameters, are represented as polynomial, stored in a psArray. The other elements of the structure define the quality of the PSF determination.

Definition at line 31 of file pmPSF.h.

Data Fields

pmModelType type
 PSF Model in use.
psArray * params
 Model parameters (psPolynomial2D).
float chisq
 PSF goodness statistic.
float ApResid
 ???
float dApResid
 ???
float skyBias
 ???
int nPSFstars
 number of stars used to measure PSF


Field Documentation

float pmPSF::ApResid
 

???

Definition at line 36 of file pmPSF.h.

float pmPSF::chisq
 

PSF goodness statistic.

Definition at line 35 of file pmPSF.h.

float pmPSF::dApResid
 

???

Definition at line 37 of file pmPSF.h.

int pmPSF::nPSFstars
 

number of stars used to measure PSF

Definition at line 39 of file pmPSF.h.

psArray* pmPSF::params
 

Model parameters (psPolynomial2D).

Definition at line 34 of file pmPSF.h.

float pmPSF::skyBias
 

???

Definition at line 38 of file pmPSF.h.

pmModelType pmPSF::type
 

PSF Model in use.

Definition at line 33 of file pmPSF.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