#include <pmPSF.h>
Collaboration diagram for pmPSF:
[legend]
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 44 of file pmPSF.h.
|
Data Fields |
| pmModelType | type |
| | PSF Model in use.
|
| psArray * | params_NEW |
| | Model parameters (psPolynomial2D).
|
| psPolynomial1D * | ChiTrend |
| | Chisq vs flux fit (correction for systematic errors).
|
| psPolynomial4D * | ApTrend |
| | ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)).
|
| float | ApResid |
| | apMag - psfMag (for PSF stars)
|
| float | dApResid |
| | scatter of ApResid
|
| float | skyBias |
| | implied residual sky offset from ApResid fit
|
| float | skySat |
| | roll-over of ApResid fit
|
| float | chisq |
| | PSF goodness statistic (unused??).
|
| int | nPSFstars |
| | number of stars used to measure PSF
|
| int | nApResid |
| | number of stars used to measure ApResid
|
| bool | poissonErrors |
| pmGrowthCurve * | growth |
| | apMag vs Radius
|
Field Documentation
PSF Model in use.
Definition at line 46 of file pmPSF.h.
Model parameters (psPolynomial2D).
Definition at line 47 of file pmPSF.h.
Chisq vs flux fit (correction for systematic errors).
Definition at line 51 of file pmPSF.h.
ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)).
Definition at line 52 of file pmPSF.h.
apMag - psfMag (for PSF stars)
Definition at line 54 of file pmPSF.h.
scatter of ApResid
Definition at line 55 of file pmPSF.h.
implied residual sky offset from ApResid fit
Definition at line 56 of file pmPSF.h.
roll-over of ApResid fit
Definition at line 57 of file pmPSF.h.
PSF goodness statistic (unused??).
Definition at line 58 of file pmPSF.h.
number of stars used to measure PSF
Definition at line 59 of file pmPSF.h.
number of stars used to measure ApResid
Definition at line 60 of file pmPSF.h.
apMag vs Radius
Definition at line 62 of file pmPSF.h.
The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:36:02 2007 for Pan-STARRS Module Library by
1.5.1